accept_stream_count | sese::internal::service::http::HttpConnectionEx | |
asio_buffers | sese::internal::service::http::HttpConnectionEx | |
checkKeepalive() override | sese::internal::service::http::HttpsConnectionExImpl | 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::HttpsConnectionExImpl | 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 | |
HttpsConnectionExImpl(const std::shared_ptr< HttpServiceImpl > &service, asio::io_context &context, const sese::net::IPAddress::Ptr &addr, SharedStream stream) | sese::internal::service::http::HttpsConnectionExImpl | |
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::HttpsConnectionExImpl | |
readBlock(char *buffer, size_t length, const std::function< void(const asio::error_code &code)> &callback) override | sese::internal::service::http::HttpsConnectionExImpl | 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 | |
SharedStream typedef | sese::internal::service::http::HttpsConnectionExImpl | |
Stream typedef | sese::internal::service::http::HttpsConnectionExImpl | |
stream | sese::internal::service::http::HttpsConnectionExImpl | |
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::HttpsConnectionExImpl | virtual |
writeBlocks(const std::vector< asio::const_buffer > &buffers, const std::function< void(const asio::error_code &code)> &callback) override | sese::internal::service::http::HttpsConnectionExImpl | 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 |