allowed_method_ | http::base::Connection< IOLayer > | protected |
cno_ | http::base::Connection< IOLayer > | protected |
Connection(IOLayer s, base::method::Bitset *allowed_method, ConnectionStatusCallbacks *connection_handler, CNO_CONNECTION_KIND kind, CNO_HTTP_VERSION version) | http::base::Connection< IOLayer > | inline |
connection_handler_ | http::base::Connection< IOLayer > | protected |
ConnectionStatusCallbacks typedef | http::base::Connection< IOLayer > | |
do_net_recv() | http::base::Connection< IOLayer > | inlineprotected |
do_net_send() | http::base::Connection< IOLayer > | inlineprotected |
get_peer_address() const override | http::base::Connection< IOLayer > | inlinevirtual |
get_peer_port() const override | http::base::Connection< IOLayer > | inlinevirtual |
get_socket() | http::base::Connection< IOLayer > | inline |
Headers typedef | http::base::Connection< IOLayer > | |
input_buffer_ | http::base::Connection< IOLayer > | protected |
input_mutable_buffer_ | http::base::Connection< IOLayer > | protected |
IO typedef | http::base::Connection< IOLayer > | |
IOBuffer typedef | http::base::ConnectionInterface | |
keep_alive_ | http::base::Connection< IOLayer > | protected |
Methods typedef | http::base::Connection< IOLayer > | |
on_cno_close() override | http::base::Connection< IOLayer > | inlineprotectedvirtual |
on_cno_message_body(const uint32_t session_id, const char *data, const size_t size)=0 | http::cno::CnoInterface | pure virtual |
on_cno_message_head(const uint32_t session_id, const cno_message_t *message)=0 | http::cno::CnoInterface | pure virtual |
on_cno_message_tail(const uint32_t session_id, const cno_tail_t *tail) override | http::base::Connection< IOLayer > | inlineprotectedvirtual |
on_cno_stream_end(const uint32_t id)=0 | http::cno::CnoInterface | pure virtual |
on_cno_stream_start(const uint32_t id) override | http::base::Connection< IOLayer > | inlineprotectedvirtual |
on_cno_writev(const cno_buffer_t *buffer, size_t count) override | http::base::Connection< IOLayer > | inlineprotectedvirtual |
on_net_receive(const std::error_code &ec, std::size_t bytes_transferred) | http::base::Connection< IOLayer > | inlineprotected |
on_net_send(const std::error_code &ec, size_t size) | http::base::Connection< IOLayer > | inlineprotected |
on_output_buffer_empty() | http::base::Connection< IOLayer > | inlineprotectedvirtual |
on_settings()=0 | http::cno::CnoInterface | pure virtual |
output_buffer_mutex_ | http::base::Connection< IOLayer > | protected |
output_buffers_ | http::base::Connection< IOLayer > | protected |
output_pending_ | http::base::Connection< IOLayer > | protected |
owned_buffer typedef | http::base::Connection< IOLayer > | |
processed_request_ | http::base::Connection< IOLayer > | protected |
ref_buffers typedef | http::base::Connection< IOLayer > | |
resume() | http::base::Connection< IOLayer > | inlineprotected |
running_ | http::base::Connection< IOLayer > | protected |
send(const uint32_t *stream_id_ptr, const int status_code, const std::string &method, const std::string &path, const Headers &headers, const IOBuffer &data) override | http::base::Connection< IOLayer > | inlinevirtual |
socket_ | http::base::Connection< IOLayer > | protected |
start() override | http::base::Connection< IOLayer > | inlinevirtual |
stop_running() | http::base::Connection< IOLayer > | inlineprotected |
suspend() | http::base::Connection< IOLayer > | inlineprotected |
suspend_ | http::base::Connection< IOLayer > | protected |
This typedef | http::base::Connection< IOLayer > | |
~CnoInterface() | http::cno::CnoInterface | virtual |
~Connection() override | http::base::Connection< IOLayer > | inline |
~ConnectionInterface() | http::base::ConnectionInterface | virtual |