NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
websocketpp::endpoint< connection, config > Member List

This is the complete list of members for websocketpp::endpoint< connection, config >, including all inherited members.

acceptor_ptr typedefwebsocketpp::transport::asio::endpoint< config >
alog_type typedefwebsocketpp::endpoint< connection, config >
async_accept(transport_con_ptr tcon, accept_handler callback, lib::error_code &ec)websocketpp::transport::asio::endpoint< config >inline
async_accept(transport_con_ptr tcon, accept_handler callback)websocketpp::transport::asio::endpoint< config >inline
async_connect(transport_con_ptr tcon, uri_ptr u, connect_handler cb)websocketpp::transport::asio::endpoint< config >inlineprotected
clear_access_channels(log::level channels)websocketpp::endpoint< connection, config >inline
clear_error_channels(log::level channels)websocketpp::endpoint< connection, config >inline
close(connection_hdl hdl, close::status::value const code, std::string const &reason, lib::error_code &ec)websocketpp::endpoint< connection, config >
close(connection_hdl hdl, close::status::value const code, std::string const &reason)websocketpp::endpoint< connection, config >
concurrency_type typedefwebsocketpp::endpoint< connection, config >
connection_ptr typedefwebsocketpp::endpoint< connection, config >
connection_type typedefwebsocketpp::endpoint< connection, config >
connection_weak_ptr typedefwebsocketpp::endpoint< connection, config >
create_connection()websocketpp::endpoint< connection, config >protected
elog_type typedefwebsocketpp::endpoint< connection, config >
endpoint(bool p_is_server)websocketpp::endpoint< connection, config >inlineexplicit
websocketpp::transport::asio::endpoint::endpoint()websocketpp::transport::asio::endpoint< config >inlineexplicit
get_alog()websocketpp::endpoint< connection, config >inline
get_con_from_hdl(connection_hdl hdl, lib::error_code &ec)websocketpp::endpoint< connection, config >inline
get_con_from_hdl(connection_hdl hdl)websocketpp::endpoint< connection, config >inline
get_elog()websocketpp::endpoint< connection, config >inline
get_io_service()websocketpp::transport::asio::endpoint< config >inline
get_local_endpoint(lib::asio::error_code &ec)websocketpp::transport::asio::endpoint< config >inline
get_max_http_body_size() constwebsocketpp::endpoint< connection, config >inline
get_max_message_size() constwebsocketpp::endpoint< connection, config >inline
get_user_agent() constwebsocketpp::endpoint< connection, config >inline
handle_accept(accept_handler callback, lib::asio::error_code const &asio_ec)websocketpp::transport::asio::endpoint< config >inlineprotected
handle_connect(transport_con_ptr tcon, timer_ptr con_timer, connect_handler callback, lib::asio::error_code const &ec)websocketpp::transport::asio::endpoint< config >inlineprotected
handle_connect_timeout(transport_con_ptr tcon, timer_ptr, connect_handler callback, lib::error_code const &ec)websocketpp::transport::asio::endpoint< config >inlineprotected
handle_resolve(transport_con_ptr tcon, timer_ptr dns_timer, connect_handler callback, lib::asio::error_code const &ec, lib::asio::ip::tcp::resolver::iterator iterator)websocketpp::transport::asio::endpoint< config >inlineprotected
handle_resolve_timeout(timer_ptr, connect_handler callback, lib::error_code const &ec)websocketpp::transport::asio::endpoint< config >inlineprotected
handle_timer(timer_ptr, timer_handler callback, lib::asio::error_code const &ec)websocketpp::transport::asio::endpoint< config >inline
init(transport_con_ptr tcon)websocketpp::transport::asio::endpoint< config >inlineprotected
websocketpp::transport::asio::tls_socket::endpoint::init(socket_con_ptr scon)websocketpp::transport::asio::tls_socket::endpointinlineprotected
init_asio(io_service_ptr ptr, lib::error_code &ec)websocketpp::transport::asio::endpoint< config >inline
init_asio(io_service_ptr ptr)websocketpp::transport::asio::endpoint< config >inline
init_asio(lib::error_code &ec)websocketpp::transport::asio::endpoint< config >inline
init_asio()websocketpp::transport::asio::endpoint< config >inline
init_logging(const lib::shared_ptr< alog_type > &a, const lib::shared_ptr< elog_type > &e)websocketpp::transport::asio::endpoint< config >inlineprotected
interrupt(connection_hdl hdl, lib::error_code &ec)websocketpp::endpoint< connection, config >
interrupt(connection_hdl hdl)websocketpp::endpoint< connection, config >
io_service_ptr typedefwebsocketpp::transport::asio::endpoint< config >
is_listening() constwebsocketpp::transport::asio::endpoint< config >inline
is_secure() constwebsocketpp::transport::asio::endpoint< config >inline
is_server() constwebsocketpp::endpoint< connection, config >inline
listen(lib::asio::ip::tcp::endpoint const &ep, lib::error_code &ec)websocketpp::transport::asio::endpoint< config >inline
listen(lib::asio::ip::tcp::endpoint const &ep)websocketpp::transport::asio::endpoint< config >inline
listen(InternetProtocol const &internet_protocol, uint16_t port, lib::error_code &ec)websocketpp::transport::asio::endpoint< config >inline
listen(InternetProtocol const &internet_protocol, uint16_t port)websocketpp::transport::asio::endpoint< config >inline
listen(uint16_t port, lib::error_code &ec)websocketpp::transport::asio::endpoint< config >inline
listen(uint16_t port)websocketpp::transport::asio::endpoint< config >inline
listen(std::string const &host, std::string const &service, lib::error_code &ec)websocketpp::transport::asio::endpoint< config >inline
listen(std::string const &host, std::string const &service)websocketpp::transport::asio::endpoint< config >inline
m_alogwebsocketpp::endpoint< connection, config >protected
m_elogwebsocketpp::endpoint< connection, config >protected
message_handler typedefwebsocketpp::endpoint< connection, config >
message_ptr typedefwebsocketpp::endpoint< connection, config >
mutex_type typedefwebsocketpp::endpoint< connection, config >
pause_reading(connection_hdl hdl, lib::error_code &ec)websocketpp::endpoint< connection, config >
pause_reading(connection_hdl hdl)websocketpp::endpoint< connection, config >
ping(connection_hdl hdl, std::string const &payload, lib::error_code &ec)websocketpp::endpoint< connection, config >
ping(connection_hdl hdl, std::string const &payload)websocketpp::endpoint< connection, config >
poll()websocketpp::transport::asio::endpoint< config >inline
poll_one()websocketpp::transport::asio::endpoint< config >inline
pong(connection_hdl hdl, std::string const &payload, lib::error_code &ec)websocketpp::endpoint< connection, config >
pong(connection_hdl hdl, std::string const &payload)websocketpp::endpoint< connection, config >
reset()websocketpp::transport::asio::endpoint< config >inline
resolver_ptr typedefwebsocketpp::transport::asio::endpoint< config >
resume_reading(connection_hdl hdl, lib::error_code &ec)websocketpp::endpoint< connection, config >
resume_reading(connection_hdl hdl)websocketpp::endpoint< connection, config >
rng_type typedefwebsocketpp::endpoint< connection, config >
run()websocketpp::transport::asio::endpoint< config >inline
run_one()websocketpp::transport::asio::endpoint< config >inline
scoped_lock_type typedefwebsocketpp::endpoint< connection, config >
send(connection_hdl hdl, std::string const &payload, frame::opcode::value op, lib::error_code &ec)websocketpp::endpoint< connection, config >
send(connection_hdl hdl, std::string const &payload, frame::opcode::value op)websocketpp::endpoint< connection, config >
send(connection_hdl hdl, void const *payload, size_t len, frame::opcode::value op, lib::error_code &ec)websocketpp::endpoint< connection, config >
send(connection_hdl hdl, void const *payload, size_t len, frame::opcode::value op)websocketpp::endpoint< connection, config >
send(connection_hdl hdl, message_ptr msg, lib::error_code &ec)websocketpp::endpoint< connection, config >
send(connection_hdl hdl, message_ptr msg)websocketpp::endpoint< connection, config >
send_http_response(connection_hdl hdl, lib::error_code &ec)websocketpp::endpoint< connection, config >
send_http_response(connection_hdl hdl)websocketpp::endpoint< connection, config >
set_access_channels(log::level channels)websocketpp::endpoint< connection, config >inline
set_close_handler(close_handler h)websocketpp::endpoint< connection, config >inline
set_close_handshake_timeout(long dur)websocketpp::endpoint< connection, config >inline
set_error_channels(log::level channels)websocketpp::endpoint< connection, config >inline
set_fail_handler(fail_handler h)websocketpp::endpoint< connection, config >inline
set_http_handler(http_handler h)websocketpp::endpoint< connection, config >inline
set_interrupt_handler(interrupt_handler h)websocketpp::endpoint< connection, config >inline
set_listen_backlog(int backlog)websocketpp::transport::asio::endpoint< config >inline
set_max_http_body_size(size_t new_value)websocketpp::endpoint< connection, config >inline
set_max_message_size(size_t new_value)websocketpp::endpoint< connection, config >inline
set_message_handler(message_handler h)websocketpp::endpoint< connection, config >inline
set_open_handler(open_handler h)websocketpp::endpoint< connection, config >inline
set_open_handshake_timeout(long dur)websocketpp::endpoint< connection, config >inline
set_ping_handler(ping_handler h)websocketpp::endpoint< connection, config >inline
set_pong_handler(pong_handler h)websocketpp::endpoint< connection, config >inline
set_pong_timeout(long dur)websocketpp::endpoint< connection, config >inline
set_pong_timeout_handler(pong_timeout_handler h)websocketpp::endpoint< connection, config >inline
set_reuse_addr(bool value)websocketpp::transport::asio::endpoint< config >inline
set_socket_init_handler(socket_init_handler h)websocketpp::transport::asio::tls_socket::endpointinline
set_tcp_init_handler(tcp_init_handler h)websocketpp::transport::asio::endpoint< config >inline
set_tcp_post_init_handler(tcp_init_handler h)websocketpp::transport::asio::endpoint< config >inline
set_tcp_pre_bind_handler(tcp_pre_bind_handler h)websocketpp::transport::asio::endpoint< config >inline
set_tcp_pre_init_handler(tcp_init_handler h)websocketpp::transport::asio::endpoint< config >inline
set_timer(long duration, timer_handler callback)websocketpp::transport::asio::endpoint< config >inline
set_tls_init_handler(tls_init_handler h)websocketpp::transport::asio::tls_socket::endpointinline
set_user_agent(std::string const &ua)websocketpp::endpoint< connection, config >inline
set_validate_handler(validate_handler h)websocketpp::endpoint< connection, config >inline
socket_con_ptr typedefwebsocketpp::transport::asio::endpoint< config >
socket_con_type typedefwebsocketpp::transport::asio::endpoint< config >
socket_type typedefwebsocketpp::transport::asio::endpoint< config >
start_perpetual()websocketpp::transport::asio::endpoint< config >inline
stop()websocketpp::transport::asio::endpoint< config >inline
stop_listening(lib::error_code &ec)websocketpp::transport::asio::endpoint< config >inline
stop_listening()websocketpp::transport::asio::endpoint< config >inline
stop_perpetual()websocketpp::transport::asio::endpoint< config >inline
stopped() constwebsocketpp::transport::asio::endpoint< config >inline
tcp_pre_bind_handler typedefwebsocketpp::transport::asio::endpoint< config >
termination_handler typedefwebsocketpp::endpoint< connection, config >
timer_ptr typedefwebsocketpp::transport::asio::endpoint< config >
transport_con_ptr typedefwebsocketpp::endpoint< connection, config >
transport_con_type typedefwebsocketpp::endpoint< connection, config >
transport_type typedefwebsocketpp::endpoint< connection, config >
type typedefwebsocketpp::endpoint< connection, config >
work_ptr typedefwebsocketpp::transport::asio::endpoint< config >
~endpoint()websocketpp::endpoint< connection, config >inline