|
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 | ccf::ThreadedSession | inlinevirtual |
| close_session_thread() override | ccf::UnencryptedSession | inlineprotectedvirtual |
| connect(const std::string &hostname, const std::string &service, const HandleDataCallback f, const HandleErrorCallback e) override | http::UnencryptedHTTPClientSession | inlinevirtual |
| 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_thread(std::vector< uint8_t > &&data) override | ccf::UnencryptedSession | inlineprotectedvirtual |
| handle_response(ccf::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::vector< uint8_t > &&data) override | ccf::ThreadedSession | inlinevirtual |
| send_data_thread(std::vector< uint8_t > &&data) override | ccf::UnencryptedSession | inlineprotectedvirtual |
| send_request(http::Request &&request) override | http::UnencryptedHTTPClientSession | inline |
| ccf::ClientSession::send_request(::http::Request &&request)=0 | ccf::ClientSession | pure virtual |
| session_id | ccf::UnencryptedSession | protected |
| ThreadedSession(int64_t session_id) | ccf::ThreadedSession | inline |
| ccf::to_host | ccf::UnencryptedSession | protected |
| UnencryptedHTTPClientSession(::tcp::ConnID session_id_, ringbuffer::AbstractWriterFactory &writer_factory) | http::UnencryptedHTTPClientSession | inline |
| UnencryptedSession(::tcp::ConnID session_id_, ringbuffer::AbstractWriterFactory &writer_factory_) | ccf::UnencryptedSession | inlineprotected |
| ~ClientSession()=default | ccf::ClientSession | virtual |
| ~ResponseProcessor()=default | http::ResponseProcessor | virtual |
| ~Session()=default | ccf::Session | virtual |
| ~ThreadedSession() override | ccf::ThreadedSession | inline |