16 #ifndef ALEXA_CLIENT_SDK_LIBIPCSERVERSAMPLEAPP_INCLUDE_IPCSERVERSAMPLEAPP_IPC_COMPONENTS_SESSIONSETUPHANDLER_H_ 17 #define ALEXA_CLIENT_SDK_LIBIPCSERVERSAMPLEAPP_INCLUDE_IPCSERVERSAMPLEAPP_IPC_COMPONENTS_SESSIONSETUPHANDLER_H_ 27 namespace sampleApplications {
28 namespace ipcServerSampleApp {
37 ,
public std::enable_shared_from_this<SessionSetupHandler> {
46 static std::shared_ptr<SessionSetupHandler>
create(
47 std::shared_ptr<IPCHandlerRegistrationInterface> ipcHandlerRegistrar,
48 std::shared_ptr<SessionSetupHandlerInterface> sessionSetupComponent);
80 std::shared_ptr<IPCHandlerRegistrationInterface> ipcHandlerRegistrar,
81 std::shared_ptr<SessionSetupHandlerInterface> sessionSetupComponent);
84 std::shared_ptr<IPCHandlerRegistrationInterface> m_ipcHandlerRegistrar;
87 std::shared_ptr<IPCDispatcherInterface> m_ipcDispatcher;
90 std::shared_ptr<SessionSetupHandlerInterface> m_sessionSetupComponent;
98 #endif // ALEXA_CLIENT_SDK_LIBIPCSERVERSAMPLEAPP_INCLUDE_IPCSERVERSAMPLEAPP_IPC_COMPONENTS_SESSIONSETUPHANDLER_H_ void dispatchConfigureClient(const std::string &payload)
void registerHandlers()
Register this handler for its namespace and its methods for the corresponding namespace functions...
void doShutdown() override
::std::string string
Definition: gtest-port.h:1097
Definition: RequiresShutdown.h:32
Definition: IPCHandlerBase.h:33
void dispatchInitializeClient(const std::string &ipcVersion)
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
static std::shared_ptr< SessionSetupHandler > create(std::shared_ptr< IPCHandlerRegistrationInterface > ipcHandlerRegistrar, std::shared_ptr< SessionSetupHandlerInterface > sessionSetupComponent)
Definition: SessionSetupHandler.h:34