16 #ifndef ALEXA_CLIENT_SDK_LIBIPCSERVERSAMPLEAPP_INCLUDE_IPCSERVERSAMPLEAPP_IPC_COMPONENTS_APLCLIENTHANDLER_H_ 17 #define ALEXA_CLIENT_SDK_LIBIPCSERVERSAMPLEAPP_INCLUDE_IPCSERVERSAMPLEAPP_IPC_COMPONENTS_APLCLIENTHANDLER_H_ 27 namespace sampleApplications {
28 namespace ipcServerSampleApp {
37 ,
public std::enable_shared_from_this<APLClientHandler> {
46 static std::shared_ptr<APLClientHandler>
create(
47 std::shared_ptr<IPCHandlerRegistrationInterface> ipcHandlerRegistrar,
48 std::shared_ptr<APLClientHandlerInterface> aplClientComponent);
82 std::shared_ptr<IPCHandlerRegistrationInterface> ipcHandlerRegistrar,
83 std::shared_ptr<APLClientHandlerInterface> aplClientComponent);
86 std::shared_ptr<IPCHandlerRegistrationInterface> m_ipcHandlerRegistrar;
89 std::shared_ptr<IPCDispatcherInterface> m_ipcDispatcher;
92 std::shared_ptr<APLClientHandlerInterface> m_aplClientComponent;
100 #endif // ALEXA_CLIENT_SDK_LIBIPCSERVERSAMPLEAPP_INCLUDE_IPCSERVERSAMPLEAPP_IPC_COMPONENTS_APLCLIENTHANDLER_H_ void dispatchCreateRenderer(const std::string &windowId, const std::string &token)
::std::string string
Definition: gtest-port.h:1097
Definition: RequiresShutdown.h:32
void doShutdown() override
Definition: IPCHandlerBase.h:33
void dispatchSendMessageToViewhost(const std::string &windowId, const std::string &payload)
Definition: APLClientHandler.h:34
static std::shared_ptr< APLClientHandler > create(std::shared_ptr< IPCHandlerRegistrationInterface > ipcHandlerRegistrar, std::shared_ptr< APLClientHandlerInterface > aplClientComponent)
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
void registerHandlers()
Register this handler for its namespace and its methods for the corresponding namespace functions...