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::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_cb(std::unique_ptr<::threading::Tmsg< SendRecvMsg > > msg) | ccf::ThreadedSession | inlinestatic |
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::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 | 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 thread_affinity) | 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 |
~Session()=default | ccf::Session | virtual |