|
CCF
|
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::ClientSession | inline |
| close_session() override | http::HTTPSession | inlinevirtual |
| connect(const std::string &hostname, const std::string &service, const HandleDataCallback f, const HandleErrorCallback e) override | http::HTTPClientSession | inlinevirtual |
| error_reporter | http::HTTPSession | 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::HTTPSession | inlinevirtual |
| handle_response(http_status status, ccf::http::HeaderMap &&headers, std::vector< uint8_t > &&body) override | http::HTTPClientSession | inlinevirtual |
| HandleDataCallback typedef | ccf::ClientSession | |
| HandleErrorCallback typedef | ccf::ClientSession | |
| HTTPClientSession(::tcp::ConnID session_id_, ringbuffer::AbstractWriterFactory &writer_factory, std::unique_ptr< ccf::tls::Context > ctx) | http::HTTPClientSession | inline |
| HTTPSession(::tcp::ConnID session_id_, ringbuffer::AbstractWriterFactory &writer_factory, std::unique_ptr< ccf::tls::Context > ctx, const std::shared_ptr< ErrorReporter > &error_reporter=nullptr) | http::HTTPSession | inlineprotected |
| parse(std::span< const uint8_t > data) override | http::HTTPClientSession | inlinevirtual |
| send_data(std::span< const uint8_t > data) override | http::HTTPSession | inlinevirtual |
| send_data_cb(std::unique_ptr<::threading::Tmsg< SendRecvMsg > > msg) | ccf::ThreadedSession | inlinestatic |
| send_data_thread(std::vector< uint8_t > &&data) override | http::HTTPSession | inlinevirtual |
| send_request(http::Request &&request) override | http::HTTPClientSession | inline |
| ccf::ClientSession::send_request(::http::Request &&request)=0 | ccf::ClientSession | pure virtual |
| session_id | http::HTTPSession | protected |
| ThreadedSession(int64_t thread_affinity) | ccf::ThreadedSession | inline |
| tls_io | http::HTTPSession | protected |
| ~Session()=default | ccf::Session | virtual |