NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
载入中...
搜索中...
未找到
websocket_session 成员列表

成员的完整列表,这些成员属于 websocket_session,包括所有继承而来的类成员

close(websocket_status status=websocket_status::NORMAL_CLOSURE, const string &reason="")websocket_session
close_handler typedefwebsocket_session
enable_shared_from_this() noexceptenable_shared_from_this< websocket_session >inlineprotected
error_handler typedefwebsocket_session
is_open() const noexceptwebsocket_sessioninline
message_handler typedefwebsocket_session
send(const string &data, websocket_opcode opcode=websocket_opcode::TEXT)websocket_session
send_binary(const string &data)websocket_sessioninline
set_close_handler(close_handler handler)websocket_sessioninline
set_error_handler(error_handler handler)websocket_sessioninline
set_message_handler(message_handler handler)websocket_sessioninline
shared_from_this()enable_shared_from_this< websocket_session >inlineprotected
socket() noexceptwebsocket_sessioninline
socket() const noexceptwebsocket_sessioninline
ssl_socket_ptr() noexceptwebsocket_sessioninline
ssl_socket_ptr() const noexceptwebsocket_sessioninline
start()websocket_session
stop()websocket_session
websocket_session(unique_ptr< tcp_socket > sock, websocket_server *server=nullptr)websocket_sessionexplicit
~websocket_session()websocket_session