Class CpHttpSessionManager
Defined in File cp_http_session_manager.hpp
Nested Relationships
Nested Types
Inheritance Relationships
Base Type
public smacc2::ISmaccComponent
Class Documentation
-
class CpHttpSessionManager : public smacc2::ISmaccComponent
Public Functions
-
CpHttpSessionManager()
-
virtual ~CpHttpSessionManager()
-
void onInitialize() override
-
void setServerUrl(const std::string &server_url)
-
std::shared_ptr<http_session_base> createSession(boost::asio::any_io_executor executor, std::function<void(const http_session_base::TResponse&)> callback)
-
bool isSSL() const
-
std::string getServerName() const
-
std::string getPort() const
-
CpHttpSessionManager()