|
CCF
|
This is the complete list of members for http::UnencryptedHTTPSession, including all inherited members.
| close_session() override | http::UnencryptedHTTPSession | inlinevirtual |
| error_reporter | http::UnencryptedHTTPSession | protected |
| execution_thread | http::UnencryptedHTTPSession | 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::UnencryptedHTTPSession | inlinevirtual |
| parse(std::span< const uint8_t > data)=0 | http::UnencryptedHTTPSession | pure virtual |
| send_data(std::span< const uint8_t > data) override | ccf::ThreadedSession | inlinevirtual |
| send_data_cb(std::unique_ptr<::threading::Tmsg< SendRecvMsg > > msg) | ccf::ThreadedSession | inlinestatic |
| send_data_thread(std::vector< uint8_t > &&data) override | http::UnencryptedHTTPSession | inlinevirtual |
| session_id | http::UnencryptedHTTPSession | protected |
| ThreadedSession(int64_t thread_affinity) | ccf::ThreadedSession | inline |
| to_host | http::UnencryptedHTTPSession | protected |
| UnencryptedHTTPSession(::tcp::ConnID session_id_, ringbuffer::AbstractWriterFactory &writer_factory_, const std::shared_ptr< ErrorReporter > &error_reporter=nullptr) | http::UnencryptedHTTPSession | inlineprotected |
| writer_factory | http::UnencryptedHTTPSession | protected |
| ~Session()=default | ccf::Session | virtual |