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
typedef
websocket_session
enable_shared_from_this
() noexcept
enable_shared_from_this< websocket_session >
inline
protected
error_handler
typedef
websocket_session
is_open
() const noexcept
websocket_session
inline
message_handler
typedef
websocket_session
send
(const string &data, websocket_opcode opcode=websocket_opcode::TEXT)
websocket_session
send_binary
(const string &data)
websocket_session
inline
set_close_handler
(close_handler handler)
websocket_session
inline
set_error_handler
(error_handler handler)
websocket_session
inline
set_message_handler
(message_handler handler)
websocket_session
inline
shared_from_this
()
enable_shared_from_this< websocket_session >
inline
protected
socket
() noexcept
websocket_session
inline
socket
() const noexcept
websocket_session
inline
ssl_socket_ptr
() noexcept
websocket_session
inline
ssl_socket_ptr
() const noexcept
websocket_session
inline
start
()
websocket_session
stop
()
websocket_session
websocket_session
(unique_ptr< tcp_socket > sock, websocket_server *server=nullptr)
websocket_session
explicit
~websocket_session
()
websocket_session
制作者
1.16.0