| enable_shared_from_this() noexcept=default | neforce::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() noexcept | neforce::http::http2_connection | inline |
| remote_settings() const noexcept | neforce::http::http2_connection | inline |
| 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_connection | inline |
| set_router(http_router *router) | neforce::http::http2_connection | inline |
| set_stream_handler(stream_handler handler) | neforce::http::http2_connection | inline |
| shared_from_this() | neforce::enable_shared_from_this< http2_connection > | inline |
| start() | neforce::http::http2_connection | |
| weak_from_this() noexcept | neforce::enable_shared_from_this< http2_connection > | |