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

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

enable_shared_from_this() noexcept=defaultneforce::enable_shared_from_this< http2_connection >protected
handle_upgrade_request(uint32_t stream_id, const vector< hpack_header_field > &headers, const byte_t *data, size_t data_len, bool end_stream)neforce::http::http2_connection
local_settings() noexceptneforce::http::http2_connectioninline
remote_settings() const noexceptneforce::http::http2_connectioninline
send_goaway(http2_error error=http2_error::NO_ERROR)neforce::http::http2_connection
send_push_promise(uint32_t stream_id, uint32_t promised_stream_id, const vector< hpack_header_field > &request_headers)neforce::http::http2_connection
send_response(uint32_t stream_id, const vector< hpack_header_field > &headers, const string &body={}, bool end_stream=true)neforce::http::http2_connection
send_rst_stream(uint32_t stream_id, http2_error error)neforce::http::http2_connection
set_close_handler(close_handler handler)neforce::http::http2_connectioninline
set_router(http_router *router)neforce::http::http2_connectioninline
set_stream_handler(stream_handler handler)neforce::http::http2_connectioninline
shared_from_this()neforce::enable_shared_from_this< http2_connection >inline
start()neforce::http::http2_connection
weak_from_this() noexceptneforce::enable_shared_from_this< http2_connection >