28#ifndef WEBSOCKETPP_TRANSPORT_DEBUG_HPP
29#define WEBSOCKETPP_TRANSPORT_DEBUG_HPP
41template <
typename config>
47 typedef lib::shared_ptr<type>
ptr;
116 cb(lib::error_code());
130 return lib::error_code();
lib::shared_ptr< type > ptr
Type of a shared pointer to this connection transport component.
lib::error_code init(transport_con_ptr)
Initialize a connection.
lib::shared_ptr< type > ptr
Type of a pointer to this endpoint transport component.
endpoint type
Type of this endpoint transport component.
config::alog_type alog_type
Type of this endpoint's access logging policy.
void init_logging(alog_type *, elog_type *)
Initialize logging.
transport_con_type::ptr transport_con_ptr
bool is_secure() const
Tests whether or not the underlying transport is secure.
void async_connect(transport_con_ptr, uri_ptr, connect_handler cb)
Initiate a new connection.
debug::connection< config > transport_con_type
config::concurrency_type concurrency_type
Type of this endpoint's concurrency policy.
void set_secure(bool)
Set whether or not endpoint can create secure connections.
config::elog_type elog_type
Type of this endpoint's error logging policy.
lib::function< void(lib::error_code const &)> connect_handler
The type and signature of the callback passed to the connect method.
Namespace for the WebSocket++ project.
lib::shared_ptr< uri > uri_ptr
Pointer to a URI.