assign_connection(std::unique_ptr< ConnectionBase > conn) | TlsSwitchableConnection< T > | inline |
async_recv(Func &&func) | TlsSwitchableConnection< T > | inline |
async_send(Func &&func) | TlsSwitchableConnection< T > | inline |
async_wait_error(Func &&func) | TlsSwitchableConnection< T > | inline |
async_wait_send(Func &&func) | TlsSwitchableConnection< T > | inline |
base_class_ typedef | TlsSwitchableClientConnection< T > | private |
cancel() | TlsSwitchableConnection< T > | inline |
channel() | TlsSwitchableConnection< T > | inline |
channel() const | TlsSwitchableConnection< T > | inline |
channel_ | TlsSwitchableConnection< T > | private |
close() const | TlsSwitchableConnection< T > | inline |
conn_ | TlsSwitchableConnection< T > | private |
connection() | TlsSwitchableConnection< T > | inline |
connection() const | TlsSwitchableConnection< T > | inline |
endpoint() const | TlsSwitchableConnection< T > | inline |
increment_error_count(BlockedEndpoints &blocked_endpoints) | TlsSwitchableClientConnection< T > | inline |
initial_connection_attributes() const | TlsSwitchableClientConnection< T > | inline |
is_open() const | TlsSwitchableConnection< T > | inline |
is_secure_transport() const | TlsSwitchableConnection< T > | inline |
kRecvBufferSize | TlsSwitchableConnection< T > | static |
native_handle() const | TlsSwitchableConnection< T > | inline |
prepare_for_pool() | TlsSwitchableConnection< T > | inline |
protocol() | TlsSwitchableConnection< T > | inline |
protocol() const | TlsSwitchableConnection< T > | inline |
protocol_ | TlsSwitchableConnection< T > | private |
protocol_state_type typedef | TlsSwitchableClientConnection< T > | |
reset_error_count(BlockedEndpoints &blocked_endpoints) | TlsSwitchableClientConnection< T > | inline |
routing_conn_ | TlsSwitchableClientConnection< T > | private |
shutdown(net::socket_base::shutdown_type st) const | TlsSwitchableConnection< T > | inline |
ssl_mode() const | TlsSwitchableConnection< T > | inline |
ssl_mode_ | TlsSwitchableConnection< T > | private |
TlsSwitchableClientConnection(std::unique_ptr< ConnectionBase > conn, std::unique_ptr< RoutingConnectionBase > routing_conn, SslMode ssl_mode, protocol_state_type state) | TlsSwitchableClientConnection< T > | inline |
TlsSwitchableClientConnection(std::unique_ptr< ConnectionBase > conn, std::unique_ptr< RoutingConnectionBase > routing_conn, SslMode ssl_mode, Channel channel, protocol_state_type state) | TlsSwitchableClientConnection< T > | inline |
TlsSwitchableConnection(std::unique_ptr< ConnectionBase > conn, SslMode ssl_mode, protocol_state_type state) | TlsSwitchableConnection< T > | inline |
TlsSwitchableConnection(std::unique_ptr< ConnectionBase > conn, SslMode ssl_mode, Channel channel, protocol_state_type state) | TlsSwitchableConnection< T > | inline |