|
CCF
|
This is the complete list of members for http::HTTP2Session, including all inherited members.
| close_session() override | http::HTTP2Session | inlinevirtual |
| error_reporter | http::HTTP2Session | protected |
| handle_incoming_data(std::span< const uint8_t > data) override | ccf::ThreadedSession | inlinevirtual |
| handle_incoming_data_cb(std::unique_ptr<::threading::Tmsg< SendRecvMsg > > msg) | ccf::ThreadedSession | inlinestatic |
| handle_incoming_data_thread(std::vector< uint8_t > &&data) override | http::HTTP2Session | inlinevirtual |
| HTTP2Session(::tcp::ConnID session_id_, ringbuffer::AbstractWriterFactory &writer_factory, std::unique_ptr< ccf::tls::Context > ctx, const std::shared_ptr< ErrorReporter > &error_reporter=nullptr) | http::HTTP2Session | inlineprotected |
| parse(std::span< const uint8_t > data)=0 | http::HTTP2Session | pure virtual |
| send_data(std::span< const uint8_t > data) override | http::HTTP2Session | inlinevirtual |
| send_data_cb(std::unique_ptr<::threading::Tmsg< SendRecvMsg > > msg) | ccf::ThreadedSession | inlinestatic |
| send_data_thread(std::vector< uint8_t > &&data) override | http::HTTP2Session | inlinevirtual |
| session_id | http::HTTP2Session | protected |
| ThreadedSession(int64_t thread_affinity) | ccf::ThreadedSession | inline |
| tls_io | http::HTTP2Session | protected |
| ~Session()=default | ccf::Session | virtual |