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

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::ClientSessioninline
close_session() overridehttp::UnencryptedHTTPSessioninlinevirtual
connect(const std::string &hostname, const std::string &service, const HandleDataCallback f, const HandleErrorCallback e) overridehttp::UnencryptedHTTPClientSessioninlinevirtual
error_reporterhttp::UnencryptedHTTPSessionprotected
execution_threadhttp::UnencryptedHTTPSessionprotected
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) overridehttp::UnencryptedHTTPSessioninlinevirtual
handle_response(http_status status, ccf::http::HeaderMap &&headers, std::vector< uint8_t > &&body) overridehttp::UnencryptedHTTPClientSessioninlinevirtual
HandleDataCallback typedefccf::ClientSession
HandleErrorCallback typedefccf::ClientSession
parse(std::span< const uint8_t > data) overridehttp::UnencryptedHTTPClientSessioninlinevirtual
send_data(std::span< const uint8_t > data) overrideccf::ThreadedSessioninlinevirtual
send_data_cb(std::unique_ptr<::threading::Tmsg< SendRecvMsg > > msg)ccf::ThreadedSessioninlinestatic
send_data_thread(std::vector< uint8_t > &&data) overridehttp::UnencryptedHTTPSessioninlinevirtual
send_request(http::Request &&request) overridehttp::UnencryptedHTTPClientSessioninline
ccf::ClientSession::send_request(::http::Request &&request)=0ccf::ClientSessionpure virtual
session_idhttp::UnencryptedHTTPSessionprotected
ThreadedSession(int64_t thread_affinity)ccf::ThreadedSessioninline
http::to_hosthttp::UnencryptedHTTPSessionprotected
UnencryptedHTTPClientSession(::tcp::ConnID session_id_, ringbuffer::AbstractWriterFactory &writer_factory)http::UnencryptedHTTPClientSessioninline
UnencryptedHTTPSession(::tcp::ConnID session_id_, ringbuffer::AbstractWriterFactory &writer_factory_, const std::shared_ptr< ErrorReporter > &error_reporter=nullptr)http::UnencryptedHTTPSessioninlineprotected
writer_factoryhttp::UnencryptedHTTPSessionprotected
~Session()=defaultccf::Sessionvirtual