CCF
Loading...
Searching...
No Matches
http::HTTPClientSession Member List

This is the complete list of members for http::HTTPClientSession, including all inherited members.

ClientSession(int64_t client_session_id, ringbuffer::AbstractWriterFactory &writer_factory)ccf::ClientSessioninline
close_session() overrideccf::EncryptedSessioninlinevirtual
connect(const std::string &hostname, const std::string &service, const HandleDataCallback f, const HandleErrorCallback e) overridehttp::HTTPClientSessioninlinevirtual
EncryptedSession(::tcp::ConnID session_id_, ringbuffer::AbstractWriterFactory &writer_factory, std::unique_ptr< ccf::tls::Context > ctx)ccf::EncryptedSessioninlineprotected
handle_data_cbccf::ClientSessionprotected
handle_error_cbccf::ClientSessionprotected
handle_incoming_data(std::span< const uint8_t > data) overrideccf::ThreadedSessioninlinevirtual
handle_incoming_data_cb(std::unique_ptr<::threading::Tmsg< SendRecvMsg > > msg)ccf::ThreadedSessioninlinestatic
handle_incoming_data_thread(std::vector< uint8_t > &&data) overrideccf::EncryptedSessioninlinevirtual
handle_response(ccf::http_status status, ccf::http::HeaderMap &&headers, std::vector< uint8_t > &&body) overridehttp::HTTPClientSessioninlinevirtual
HandleDataCallback typedefccf::ClientSession
HandleErrorCallback typedefccf::ClientSession
HTTPClientSession(::tcp::ConnID session_id_, ringbuffer::AbstractWriterFactory &writer_factory, std::unique_ptr< ccf::tls::Context > ctx)http::HTTPClientSessioninline
parse(std::span< const uint8_t > data) overridehttp::HTTPClientSessioninlinevirtual
send_data(std::span< const uint8_t > data) overrideccf::EncryptedSessioninlinevirtual
send_data_cb(std::unique_ptr<::threading::Tmsg< SendRecvMsg > > msg)ccf::ThreadedSessioninlinestatic
send_data_thread(std::vector< uint8_t > &&data) overrideccf::EncryptedSessioninlinevirtual
send_request(http::Request &&request) overridehttp::HTTPClientSessioninline
ccf::ClientSession::send_request(::http::Request &&request)=0ccf::ClientSessionpure virtual
session_idccf::EncryptedSessionprotected
ThreadedSession(int64_t thread_affinity)ccf::ThreadedSessioninline
tls_ioccf::EncryptedSessionprotected
~Session()=defaultccf::Sessionvirtual