bytes_pending() const noexcept | CppServer::Asio::SSLSession | inline |
bytes_received() const noexcept | CppServer::Asio::SSLSession | inline |
bytes_sent() const noexcept | CppServer::Asio::SSLSession | inline |
Disconnect() | CppServer::Asio::SSLSession | inlinevirtual |
id() const noexcept | CppServer::Asio::SSLSession | inline |
io_service() noexcept | CppServer::Asio::SSLSession | inline |
IsConnected() const noexcept | CppServer::Asio::SSLSession | inline |
IsHandshaked() const noexcept | CppServer::Asio::SSLSession | inline |
onConnected() | CppServer::Asio::SSLSession | inlineprotectedvirtual |
onDisconnected() | CppServer::Asio::SSLSession | inlineprotectedvirtual |
onEmpty() | CppServer::Asio::SSLSession | inlineprotectedvirtual |
onError(int error, const std::string &category, const std::string &message) | CppServer::Asio::SSLSession | inlineprotectedvirtual |
onHandshaked() | CppServer::Asio::SSLSession | inlineprotectedvirtual |
onReceived(const void *buffer, size_t size) | CppServer::Asio::SSLSession | inlineprotectedvirtual |
onSent(size_t sent, size_t pending) | CppServer::Asio::SSLSession | inlineprotectedvirtual |
operator=(const SSLSession &)=delete | CppServer::Asio::SSLSession | |
operator=(SSLSession &&)=delete | CppServer::Asio::SSLSession | |
option_receive_buffer_limit() const noexcept | CppServer::Asio::SSLSession | inline |
option_receive_buffer_size() const | CppServer::Asio::SSLSession | |
option_send_buffer_limit() const noexcept | CppServer::Asio::SSLSession | inline |
option_send_buffer_size() const | CppServer::Asio::SSLSession | |
Receive(void *buffer, size_t size) | CppServer::Asio::SSLSession | virtual |
Receive(size_t size) | CppServer::Asio::SSLSession | virtual |
Receive(void *buffer, size_t size, const CppCommon::Timespan &timeout) | CppServer::Asio::SSLSession | virtual |
Receive(size_t size, const CppCommon::Timespan &timeout) | CppServer::Asio::SSLSession | virtual |
ReceiveAsync() | CppServer::Asio::SSLSession | virtual |
Send(const void *buffer, size_t size) | CppServer::Asio::SSLSession | virtual |
Send(std::string_view text) | CppServer::Asio::SSLSession | inlinevirtual |
Send(const void *buffer, size_t size, const CppCommon::Timespan &timeout) | CppServer::Asio::SSLSession | virtual |
Send(std::string_view text, const CppCommon::Timespan &timeout) | CppServer::Asio::SSLSession | inlinevirtual |
SendAsync(const void *buffer, size_t size) | CppServer::Asio::SSLSession | virtual |
SendAsync(std::string_view text) | CppServer::Asio::SSLSession | inlinevirtual |
server() noexcept | CppServer::Asio::SSLSession | inline |
SetupReceiveBufferLimit(size_t limit) noexcept | CppServer::Asio::SSLSession | inline |
SetupReceiveBufferSize(size_t size) | CppServer::Asio::SSLSession | |
SetupSendBufferLimit(size_t limit) noexcept | CppServer::Asio::SSLSession | inline |
SetupSendBufferSize(size_t size) | CppServer::Asio::SSLSession | |
socket() noexcept | CppServer::Asio::SSLSession | inline |
SSLServer class | CppServer::Asio::SSLSession | friend |
SSLSession(const std::shared_ptr< SSLServer > &server) | CppServer::Asio::SSLSession | explicit |
SSLSession(const SSLSession &)=delete | CppServer::Asio::SSLSession | |
SSLSession(SSLSession &&)=delete | CppServer::Asio::SSLSession | |
strand() noexcept | CppServer::Asio::SSLSession | inline |
stream() noexcept | CppServer::Asio::SSLSession | inline |
~SSLSession()=default | CppServer::Asio::SSLSession | virtual |