C++ Actor Framework 1.0.0
|
Configuration for a client that uses an already established SSL connection. More...
#include <client_config.hpp>
Public Member Functions | |
conn (ssl::connection st) | |
conn (const conn &)=delete | |
conn & | operator= (const conn &)=delete |
conn (conn &&) noexcept=default | |
conn & | operator= (conn &&) noexcept=default |
Public Attributes | |
ssl::connection | state |
SSL state for the connection. | |
Static Public Attributes | |
static constexpr std::string_view | name = "conn" |
Configuration for a client that uses an already established SSL connection.