NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
载入中...
搜索中...
未找到
neforce::http::websocket_session 成员列表

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

close(websocket_status status=websocket_status::NORMAL_CLOSURE, const string &reason="")neforce::http::websocket_session
close_handler typedefneforce::http::websocket_session
deflate_config() const noexceptneforce::http::websocket_sessioninline
enable_shared_from_this() noexcept=defaultneforce::enable_shared_from_this< websocket_session >protected
error_handler typedefneforce::http::websocket_session
has_deflate_config() const noexceptneforce::http::websocket_sessioninline
is_open() const noexceptneforce::http::websocket_sessioninline
message_handler typedefneforce::http::websocket_session
send(const string &data, websocket_opcode opcode=websocket_opcode::TEXT)neforce::http::websocket_session
send_binary(const string &data)neforce::http::websocket_sessioninline
set_close_handler(close_handler handler)neforce::http::websocket_sessioninline
set_deflate_config(const websocket_deflate_config &cfg)neforce::http::websocket_session
set_error_handler(error_handler handler)neforce::http::websocket_sessioninline
set_io_context(io_context &ctx) noexceptneforce::http::websocket_sessioninline
set_message_handler(message_handler handler)neforce::http::websocket_sessioninline
shared_from_this()neforce::enable_shared_from_this< websocket_session >inline
socket() noexceptneforce::http::websocket_sessioninline
socket() const noexceptneforce::http::websocket_sessioninline
ssl_socket_ptr() noexceptneforce::http::websocket_sessioninline
ssl_socket_ptr() const noexceptneforce::http::websocket_sessioninline
start()neforce::http::websocket_session
stop()neforce::http::websocket_session
weak_from_this() noexceptneforce::enable_shared_from_this< websocket_session >
websocket_session(unique_ptr< tcp_socket > sock, websocket_server *server=nullptr)neforce::http::websocket_sessionexplicit
~websocket_session()neforce::http::websocket_session