| alog_type typedef | websocketpp::transport::asio::connection< config > |  | 
  | async_read_at_least(size_t num_bytes, char *buf, size_t len, read_handler handler) | websocketpp::transport::asio::connection< config > | inlineprotected | 
  | async_shutdown(shutdown_handler callback) | websocketpp::transport::asio::connection< config > | inlineprotected | 
  | async_write(const char *buf, size_t len, write_handler handler) | websocketpp::transport::asio::connection< config > | inlineprotected | 
  | async_write(std::vector< buffer > const &bufs, write_handler handler) | websocketpp::transport::asio::connection< config > | inlineprotected | 
  | cancel_socket() | websocketpp::transport::asio::tls_socket::connection | inlineprotected | 
  | cancel_socket_checked() | websocketpp::transport::asio::connection< config > | inlineprotected | 
  | connection(bool is_server, alog_type &alog, elog_type &elog) | websocketpp::transport::asio::connection< config > | inlineexplicit | 
  | websocketpp::transport::asio::tls_socket::connection::connection() | websocketpp::transport::asio::tls_socket::connection | inlineexplicit | 
  | context_ptr typedef | websocketpp::transport::asio::tls_socket::connection |  | 
  | dispatch(dispatch_handler handler) | websocketpp::transport::asio::connection< config > | inlineprotected | 
  | elog_type typedef | websocketpp::transport::asio::connection< config > |  | 
  | endpoint< config > class | websocketpp::transport::asio::connection< config > | friend | 
  | get_ec() const  | websocketpp::transport::asio::tls_socket::connection | inlineprotected | 
  | get_handle() const  | websocketpp::transport::asio::connection< config > | inline | 
  | get_next_layer() | websocketpp::transport::asio::tls_socket::connection | inline | 
  | get_proxy() const  | websocketpp::transport::asio::connection< config > | inline | 
  | get_raw_socket() | websocketpp::transport::asio::tls_socket::connection | inline | 
  | get_remote_endpoint() const  | websocketpp::transport::asio::connection< config > | inline | 
  | websocketpp::transport::asio::tls_socket::connection::get_remote_endpoint(lib::error_code &ec) const  | websocketpp::transport::asio::tls_socket::connection | inline | 
  | get_shared() | websocketpp::transport::asio::connection< config > | inline | 
  | get_socket() | websocketpp::transport::asio::tls_socket::connection | inline | 
  | get_strand() | websocketpp::transport::asio::connection< config > | inline | 
  | get_transport_ec() const  | websocketpp::transport::asio::connection< config > | inline | 
  | handle_async_read(read_handler handler, lib::asio::error_code const &ec, size_t bytes_transferred) | websocketpp::transport::asio::connection< config > | inlineprotected | 
  | handle_async_shutdown(timer_ptr shutdown_timer, shutdown_handler callback, lib::asio::error_code const &ec) | websocketpp::transport::asio::connection< config > | inlineprotected | 
  | handle_async_shutdown_timeout(timer_ptr, init_handler callback, lib::error_code const &ec) | websocketpp::transport::asio::connection< config > | inlineprotected | 
  | handle_async_write(write_handler handler, lib::asio::error_code const &ec, size_t) | websocketpp::transport::asio::connection< config > | inlineprotected | 
  | handle_init(init_handler callback, lib::asio::error_code const &ec) | websocketpp::transport::asio::tls_socket::connection | inlineprotected | 
  | handle_post_init(timer_ptr post_timer, init_handler callback, lib::error_code const &ec) | websocketpp::transport::asio::connection< config > | inlineprotected | 
  | handle_post_init_timeout(timer_ptr, init_handler callback, lib::error_code const &ec) | websocketpp::transport::asio::connection< config > | inlineprotected | 
  | handle_pre_init(init_handler callback, lib::error_code const &ec) | websocketpp::transport::asio::connection< config > | inlineprotected | 
  | handle_proxy_read(init_handler callback, lib::asio::error_code const &ec, size_t) | websocketpp::transport::asio::connection< config > | inlineprotected | 
  | handle_proxy_timeout(init_handler callback, lib::error_code const &ec) | websocketpp::transport::asio::connection< config > | inlineprotected | 
  | handle_proxy_write(init_handler callback, lib::asio::error_code const &ec) | websocketpp::transport::asio::connection< config > | inlineprotected | 
  | handle_timer(timer_ptr, timer_handler callback, lib::asio::error_code const &ec) | websocketpp::transport::asio::connection< config > | inline | 
  | init(init_handler callback) | websocketpp::transport::asio::connection< config > | inlineprotected | 
  | init_asio(io_service_ptr io_service) | websocketpp::transport::asio::connection< config > | inlineprotected | 
  | websocketpp::transport::asio::tls_socket::connection::init_asio(io_service_ptr service, strand_ptr strand, bool is_server) | websocketpp::transport::asio::tls_socket::connection | inlineprotected | 
  | interrupt(interrupt_handler handler) | websocketpp::transport::asio::connection< config > | inlineprotected | 
  | io_service_ptr typedef | websocketpp::transport::asio::connection< config > |  | 
  | is_secure() const  | websocketpp::transport::asio::connection< config > | inline | 
  | post_init(init_handler callback) | websocketpp::transport::asio::connection< config > | inlineprotected | 
  | pre_init(init_handler callback) | websocketpp::transport::asio::tls_socket::connection | inlineprotected | 
  | proxy_init(std::string const &authority) | websocketpp::transport::asio::connection< config > | inlineprotected | 
  | proxy_read(init_handler callback) | websocketpp::transport::asio::connection< config > | inlineprotected | 
  | proxy_write(init_handler callback) | websocketpp::transport::asio::connection< config > | inlineprotected | 
  | ptr typedef | websocketpp::transport::asio::connection< config > |  | 
  | request_ptr typedef | websocketpp::transport::asio::connection< config > |  | 
  | request_type typedef | websocketpp::transport::asio::connection< config > |  | 
  | response_ptr typedef | websocketpp::transport::asio::connection< config > |  | 
  | response_type typedef | websocketpp::transport::asio::connection< config > |  | 
  | set_handle(connection_hdl hdl) | websocketpp::transport::asio::connection< config > | inlineprotected | 
  | set_proxy(std::string const &uri, lib::error_code &ec) | websocketpp::transport::asio::connection< config > | inline | 
  | set_proxy(std::string const &uri) | websocketpp::transport::asio::connection< config > | inline | 
  | set_proxy_basic_auth(std::string const &username, std::string const &password, lib::error_code &ec) | websocketpp::transport::asio::connection< config > | inline | 
  | set_proxy_basic_auth(std::string const &username, std::string const &password) | websocketpp::transport::asio::connection< config > | inline | 
  | set_proxy_timeout(long duration, lib::error_code &ec) | websocketpp::transport::asio::connection< config > | inline | 
  | set_proxy_timeout(long duration) | websocketpp::transport::asio::connection< config > | inline | 
  | set_socket_init_handler(socket_init_handler h) | websocketpp::transport::asio::tls_socket::connection | inline | 
  | set_tcp_init_handler(tcp_init_handler h) | websocketpp::transport::asio::connection< config > | inline | 
  | set_tcp_post_init_handler(tcp_init_handler h) | websocketpp::transport::asio::connection< config > | inline | 
  | set_tcp_pre_init_handler(tcp_init_handler h) | websocketpp::transport::asio::connection< config > | inline | 
  | set_timer(long duration, timer_handler callback) | websocketpp::transport::asio::connection< config > | inline | 
  | set_tls_init_handler(tls_init_handler h) | websocketpp::transport::asio::tls_socket::connection | inline | 
  | set_uri(uri_ptr u) | websocketpp::transport::asio::connection< config > | inline | 
  | socket_con_ptr typedef | websocketpp::transport::asio::connection< config > |  | 
  | socket_con_type typedef | websocketpp::transport::asio::connection< config > |  | 
  | socket_ptr typedef | websocketpp::transport::asio::tls_socket::connection |  | 
  | socket_type typedef | websocketpp::transport::asio::tls_socket::connection |  | 
  | strand_ptr typedef | websocketpp::transport::asio::connection< config > |  | 
  | timer_ptr typedef | websocketpp::transport::asio::connection< config > |  | 
  | translate_ec(ErrorCodeType ec) | websocketpp::transport::asio::tls_socket::connection | inlineprotected | 
  | translate_ec(lib::error_code ec) | websocketpp::transport::asio::tls_socket::connection | inlineprotected | 
  | type typedef | websocketpp::transport::asio::connection< config > |  |