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