|
CCF
|
This is the complete list of members for http::UnencryptedHTTPClientSession, including all inherited members.
| ClientSession(int64_t client_session_id, ringbuffer::AbstractWriterFactory &writer_factory) | ccf::ClientSession | inline |
| close_session() override | http::UnencryptedHTTPSession | inlinevirtual |
| connect(const std::string &hostname, const std::string &service, const HandleDataCallback f, const HandleErrorCallback e) override | http::UnencryptedHTTPClientSession | inlinevirtual |
| error_reporter | http::UnencryptedHTTPSession | protected |
| execution_thread | http::UnencryptedHTTPSession | protected |
| handle_data_cb | ccf::ClientSession | protected |
| handle_error_cb | ccf::ClientSession | 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 |
| handle_response(http_status status, ccf::http::HeaderMap &&headers, std::vector< uint8_t > &&body) override | http::UnencryptedHTTPClientSession | inlinevirtual |
| HandleDataCallback typedef | ccf::ClientSession | |
| HandleErrorCallback typedef | ccf::ClientSession | |
| parse(std::span< const uint8_t > data) override | http::UnencryptedHTTPClientSession | inlinevirtual |
| 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 |
| send_request(http::Request &&request) override | http::UnencryptedHTTPClientSession | inline |
| ccf::ClientSession::send_request(::http::Request &&request)=0 | ccf::ClientSession | pure virtual |
| session_id | http::UnencryptedHTTPSession | protected |
| ThreadedSession(int64_t thread_affinity) | ccf::ThreadedSession | inline |
| http::to_host | http::UnencryptedHTTPSession | protected |
| UnencryptedHTTPClientSession(::tcp::ConnID session_id_, ringbuffer::AbstractWriterFactory &writer_factory) | http::UnencryptedHTTPClientSession | inline |
| 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 |