add_subprotocol(std::string const &request, lib::error_code &ec) | websocketpp::connection< config > | |
add_subprotocol(std::string const &request) | websocketpp::connection< config > | |
alog_type typedef | websocketpp::connection< config > | |
append_header(std::string const &key, std::string const &val) | websocketpp::connection< config > | |
buffered_amount() const | websocketpp::connection< config > | inline |
close(close::status::value const code, std::string const &reason) | websocketpp::connection< config > | |
close(close::status::value const code, std::string const &reason, lib::error_code &ec) | websocketpp::connection< config > | |
con_msg_manager_ptr typedef | websocketpp::connection< config > | |
con_msg_manager_type typedef | websocketpp::connection< config > | |
concurrency_type typedef | websocketpp::connection< config > | |
connection(bool p_is_server, std::string const &ua, alog_type &alog, elog_type &elog, rng_type &rng) | websocketpp::connection< config > | inlineexplicit |
defer_http_response() | websocketpp::connection< config > | |
elog_type typedef | websocketpp::connection< config > | |
get_buffered_amount() const | websocketpp::connection< config > | |
get_ec() const | websocketpp::connection< config > | inline |
get_handle() const | websocketpp::connection< config > | inline |
get_host() const | websocketpp::connection< config > | |
get_local_close_code() const | websocketpp::connection< config > | inline |
get_local_close_reason() const | websocketpp::connection< config > | inline |
get_max_http_body_size() const | websocketpp::connection< config > | inline |
get_max_message_size() const | websocketpp::connection< config > | inline |
get_message(websocketpp::frame::opcode::value op, size_t size) const | websocketpp::connection< config > | inline |
get_origin() const | websocketpp::connection< config > | |
get_port() const | websocketpp::connection< config > | |
get_remote_close_code() const | websocketpp::connection< config > | inline |
get_remote_close_reason() const | websocketpp::connection< config > | inline |
get_request() const | websocketpp::connection< config > | inline |
get_request_body() const | websocketpp::connection< config > | |
get_request_header(std::string const &key) const | websocketpp::connection< config > | |
get_requested_subprotocols() const | websocketpp::connection< config > | |
get_resource() const | websocketpp::connection< config > | |
get_response() const | websocketpp::connection< config > | inline |
get_response_code() const | websocketpp::connection< config > | inline |
get_response_header(std::string const &key) const | websocketpp::connection< config > | |
get_response_msg() const | websocketpp::connection< config > | inline |
get_secure() const | websocketpp::connection< config > | |
get_shared() | websocketpp::connection< config > | inline |
get_state() const | websocketpp::connection< config > | |
get_subprotocol() const | websocketpp::connection< config > | |
get_supported_versions() const | websocketpp::connection< config > | |
get_uri() const | websocketpp::connection< config > | |
handle_close_handshake_timeout(lib::error_code const &ec) | websocketpp::connection< config > | |
handle_interrupt() | websocketpp::connection< config > | |
handle_open_handshake_timeout(lib::error_code const &ec) | websocketpp::connection< config > | |
handle_pause_reading() | websocketpp::connection< config > | |
handle_pong_timeout(std::string payload, lib::error_code const &ec) | websocketpp::connection< config > | |
handle_read_frame(lib::error_code const &ec, size_t bytes_transferred) | websocketpp::connection< config > | |
handle_read_handshake(lib::error_code const &ec, size_t bytes_transferred) | websocketpp::connection< config > | |
handle_read_http_response(lib::error_code const &ec, size_t bytes_transferred) | websocketpp::connection< config > | |
handle_resume_reading() | websocketpp::connection< config > | |
handle_send_http_request(lib::error_code const &ec) | websocketpp::connection< config > | |
handle_terminate(terminate_status tstat, lib::error_code const &ec) | websocketpp::connection< config > | |
handle_transport_init(lib::error_code const &ec) | websocketpp::connection< config > | protected |
handle_write_frame(lib::error_code const &ec) | websocketpp::connection< config > | |
handle_write_http_response(lib::error_code const &ec) | websocketpp::connection< config > | |
initialize_processor() | websocketpp::connection< config > | protected |
interrupt() | websocketpp::connection< config > | |
is_server() const | websocketpp::connection< config > | inline |
istate_type typedef | websocketpp::connection< config > | |
message_handler typedef | websocketpp::connection< config > | |
message_ptr typedef | websocketpp::connection< config > | |
message_type typedef | websocketpp::connection< config > | |
mutex_type typedef | websocketpp::connection< config > | |
pause_reading() | websocketpp::connection< config > | |
ping(std::string const &payload) | websocketpp::connection< config > | |
ping(std::string const &payload, lib::error_code &ec) | websocketpp::connection< config > | |
pong(std::string const &payload) | websocketpp::connection< config > | |
pong(std::string const &payload, lib::error_code &ec) | websocketpp::connection< config > | |
process_handshake_request() | websocketpp::connection< config > | protected |
processor_ptr typedef | websocketpp::connection< config > | |
processor_type typedef | websocketpp::connection< config > | |
ptr typedef | websocketpp::connection< config > | |
read_frame() | websocketpp::connection< config > | |
read_handshake(size_t num_bytes) | websocketpp::connection< config > | |
remove_header(std::string const &key) | websocketpp::connection< config > | |
replace_header(std::string const &key, std::string const &val) | websocketpp::connection< config > | |
request_type typedef | websocketpp::connection< config > | |
response_type typedef | websocketpp::connection< config > | |
resume_reading() | websocketpp::connection< config > | |
rng_type typedef | websocketpp::connection< config > | |
scoped_lock_type typedef | websocketpp::connection< config > | |
select_subprotocol(std::string const &value, lib::error_code &ec) | websocketpp::connection< config > | |
select_subprotocol(std::string const &value) | websocketpp::connection< config > | |
send(std::string const &payload, frame::opcode::value op=frame::opcode::text) | websocketpp::connection< config > | |
send(void const *payload, size_t len, frame::opcode::value op=frame::opcode::binary) | websocketpp::connection< config > | |
send(message_ptr msg) | websocketpp::connection< config > | |
send_http_response(lib::error_code &ec) | websocketpp::connection< config > | |
send_http_response() | websocketpp::connection< config > | |
set_body(std::string const &value) | websocketpp::connection< config > | |
set_close_handler(close_handler h) | websocketpp::connection< config > | inline |
set_close_handshake_timeout(long dur) | websocketpp::connection< config > | inline |
set_fail_handler(fail_handler h) | websocketpp::connection< config > | inline |
set_handle(connection_hdl hdl) | websocketpp::connection< config > | inline |
set_http_handler(http_handler h) | websocketpp::connection< config > | inline |
set_interrupt_handler(interrupt_handler h) | websocketpp::connection< config > | inline |
set_max_http_body_size(size_t new_value) | websocketpp::connection< config > | inline |
set_max_message_size(size_t new_value) | websocketpp::connection< config > | inline |
set_message_handler(message_handler h) | websocketpp::connection< config > | inline |
set_open_handler(open_handler h) | websocketpp::connection< config > | inline |
set_open_handshake_timeout(long dur) | websocketpp::connection< config > | inline |
set_ping_handler(ping_handler h) | websocketpp::connection< config > | inline |
set_pong_handler(pong_handler h) | websocketpp::connection< config > | inline |
set_pong_timeout(long dur) | websocketpp::connection< config > | inline |
set_pong_timeout_handler(pong_timeout_handler h) | websocketpp::connection< config > | inline |
set_status(http::status_code::value code) | websocketpp::connection< config > | |
set_status(http::status_code::value code, std::string const &msg) | websocketpp::connection< config > | |
set_termination_handler(termination_handler new_handler) | websocketpp::connection< config > | |
set_uri(uri_ptr uri) | websocketpp::connection< config > | |
set_validate_handler(validate_handler h) | websocketpp::connection< config > | inline |
start() | websocketpp::connection< config > | |
terminate(lib::error_code const &ec) | websocketpp::connection< config > | |
termination_handler typedef | websocketpp::connection< config > | |
timer_ptr typedef | websocketpp::connection< config > | |
transport_con_ptr typedef | websocketpp::connection< config > | |
transport_con_type typedef | websocketpp::connection< config > | |
type typedef | websocketpp::connection< config > | |
weak_ptr typedef | websocketpp::connection< config > | |
write_frame() | websocketpp::connection< config > | |