Class CpHttpSessionManager

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