| accept_stream_count | sese::internal::service::http::HttpConnectionEx | |
| asio_buffers | sese::internal::service::http::HttpConnectionEx | |
| checkKeepalive() override | sese::internal::service::http::HttpConnectionExImpl | virtual |
| close(uint32_t id) | sese::internal::service::http::HttpConnectionEx | |
| closed_streams | sese::internal::service::http::HttpConnectionEx | |
| disponse() | sese::internal::service::http::HttpConnectionEx | |
| enable_push | sese::internal::service::http::HttpConnectionEx | |
| endpoint_init_window_size | sese::internal::service::http::HttpConnectionEx | |
| endpoint_max_frame_size | sese::internal::service::http::HttpConnectionEx | |
| endpoint_window_size | sese::internal::service::http::HttpConnectionEx | |
| expect_ack | sese::internal::service::http::HttpConnectionEx | |
| frame | sese::internal::service::http::HttpConnectionEx | |
| getPtr() | sese::internal::service::http::HttpConnectionExImpl | inline |
| handleDataFrame() | sese::internal::service::http::HttpConnectionEx | |
| handleFrameHeader() | sese::internal::service::http::HttpConnectionEx | |
| handleGoawayFrame() | sese::internal::service::http::HttpConnectionEx | |
| handleHeadersFrame() | sese::internal::service::http::HttpConnectionEx | |
| handlePingFrame() | sese::internal::service::http::HttpConnectionEx | |
| handlePriorityFrame() | sese::internal::service::http::HttpConnectionEx | |
| handleRequest(const HttpStream::Ptr &stream) | sese::internal::service::http::HttpConnectionEx | |
| handleRstStreamFrame() | sese::internal::service::http::HttpConnectionEx | |
| handleSettingsFrame() | sese::internal::service::http::HttpConnectionEx | |
| handleWindowUpdate() | sese::internal::service::http::HttpConnectionEx | |
| handleWrite() | sese::internal::service::http::HttpConnectionEx | |
| HEADER_TABLE_SIZE | sese::internal::service::http::HttpConnectionEx | static |
| header_table_size | sese::internal::service::http::HttpConnectionEx | |
| HttpConnectionEx(const std::shared_ptr< HttpServiceImpl > &service, asio::io_context &io_context, const sese::net::IPAddress::Ptr &addr) | sese::internal::service::http::HttpConnectionEx | |
| HttpConnectionExImpl(const std::shared_ptr< HttpServiceImpl > &service, asio::io_context &context, const sese::net::IPAddress::Ptr &addr, SharedSocket socket) | sese::internal::service::http::HttpConnectionExImpl | |
| INIT_WINDOW_SIZE | sese::internal::service::http::HttpConnectionEx | static |
| is_read | sese::internal::service::http::HttpConnectionEx | |
| is_write | sese::internal::service::http::HttpConnectionEx | |
| keepalive | sese::internal::service::http::HttpConnectionEx | |
| latest_stream_ident | sese::internal::service::http::HttpConnectionEx | |
| max_concurrent_stream | sese::internal::service::http::HttpConnectionEx | |
| MAX_CONCURRENT_STREAMS | sese::internal::service::http::HttpConnectionEx | static |
| MAX_FRAME_SIZE | sese::internal::service::http::HttpConnectionEx | static |
| max_frame_size | sese::internal::service::http::HttpConnectionEx | |
| max_header_list_size | sese::internal::service::http::HttpConnectionEx | |
| pre_vector | sese::internal::service::http::HttpConnectionEx | |
| Ptr typedef | sese::internal::service::http::HttpConnectionExImpl | |
| readBlock(char *buffer, size_t length, const std::function< void(const asio::error_code &code)> &callback) override | sese::internal::service::http::HttpConnectionExImpl | virtual |
| readFrameHeader() | sese::internal::service::http::HttpConnectionEx | |
| readMagic() | sese::internal::service::http::HttpConnectionEx | |
| remote_address | sese::internal::service::http::HttpConnectionEx | |
| req_dynamic_table | sese::internal::service::http::HttpConnectionEx | |
| resp_dynamic_table | sese::internal::service::http::HttpConnectionEx | |
| service | sese::internal::service::http::HttpConnectionEx | |
| SharedSocket typedef | sese::internal::service::http::HttpConnectionExImpl | |
| Socket typedef | sese::internal::service::http::HttpConnectionExImpl | |
| socket | sese::internal::service::http::HttpConnectionExImpl | |
| streams | sese::internal::service::http::HttpConnectionEx | |
| temp_buffer | sese::internal::service::http::HttpConnectionEx | |
| timer | sese::internal::service::http::HttpConnectionEx | |
| vector | sese::internal::service::http::HttpConnectionEx | |
| window_size | sese::internal::service::http::HttpConnectionEx | |
| writeAckFrame() | sese::internal::service::http::HttpConnectionEx | |
| writeBlock(const void *buffer, size_t size, const std::function< void(const asio::error_code &code)> &callback) override | sese::internal::service::http::HttpConnectionExImpl | virtual |
| writeBlocks(const std::vector< asio::const_buffer > &buffers, const std::function< void(const asio::error_code &code)> &callback) override | sese::internal::service::http::HttpConnectionExImpl | virtual |
| writeDataFrame4Body(const HttpStream::Ptr &stream) | sese::internal::service::http::HttpConnectionEx | |
| writeDataFrame4Ranges(const HttpStream::Ptr &stream) | sese::internal::service::http::HttpConnectionEx | |
| writeDataFrame4SingleRange(const HttpStream::Ptr &stream) | sese::internal::service::http::HttpConnectionEx | |
| writeGoawayFrame(uint32_t latest_stream_id, uint8_t flags, uint32_t error_code, const std::string &msg, bool once=false) | sese::internal::service::http::HttpConnectionEx | |
| writeHeadersFrame(const HttpStream::Ptr &stream, bool verify_end_stream=true) | sese::internal::service::http::HttpConnectionEx | |
| writeRstStreamFrame(uint32_t stream_id, uint8_t flags, uint32_t error_code, bool once=false) | sese::internal::service::http::HttpConnectionEx | |
| writeSettingsFrame() | sese::internal::service::http::HttpConnectionEx | |
| writeSubheaderAndData(const HttpStream::Ptr &stream, const std::string &subheader, size_t remind) | sese::internal::service::http::HttpConnectionEx | |
| writeWindowUpdateFrame(uint32_t stream_id, uint8_t flags, uint32_t window_size) | sese::internal::service::http::HttpConnectionEx | |
| ~HttpConnectionEx()=default | sese::internal::service::http::HttpConnectionEx | virtual |