#include <session.h>
Inherits ccf::ThreadedSession.
Inherited by http::HTTP2ClientSession, http::HTTP2ServerSession, http::HTTPClientSession, and http::HTTPServerSession.
◆ EncryptedSession()
◆ close_session()
void ccf::EncryptedSession::close_session |
( |
| ) |
|
|
inlineoverridevirtual |
◆ handle_incoming_data_thread()
void ccf::EncryptedSession::handle_incoming_data_thread |
( |
std::vector< uint8_t > && |
data | ) |
|
|
inlineoverridevirtual |
◆ parse()
virtual bool ccf::EncryptedSession::parse |
( |
std::span< const uint8_t > |
data | ) |
|
|
pure virtual |
◆ send_data()
void ccf::EncryptedSession::send_data |
( |
std::span< const uint8_t > |
data | ) |
|
|
inlineoverridevirtual |
◆ send_data_thread()
void ccf::EncryptedSession::send_data_thread |
( |
std::vector< uint8_t > && |
data | ) |
|
|
inlineoverridevirtual |
◆ session_id
◆ tls_io
The documentation for this class was generated from the following file: