C++ Actor Framework 1.0.0
Loading...
Searching...
No Matches
caf::net::dsl::client_config::conn Class Reference

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
 
connoperator= (const conn &)=delete
 
 conn (conn &&) noexcept=default
 
connoperator= (conn &&) noexcept=default
 

Public Attributes

ssl::connection state
 SSL state for the connection.
 

Static Public Attributes

static constexpr std::string_view name = "conn"
 

Detailed Description

Configuration for a client that uses an already established SSL connection.


The documentation for this class was generated from the following file: