CppServer  1.0.4.0
C++ Server Library
CppServer::Asio::TCPSession Member List

This is the complete list of members for CppServer::Asio::TCPSession, including all inherited members.

bytes_pending() const noexceptCppServer::Asio::TCPSessioninline
bytes_received() const noexceptCppServer::Asio::TCPSessioninline
bytes_sent() const noexceptCppServer::Asio::TCPSessioninline
Disconnect()CppServer::Asio::TCPSessioninlinevirtual
id() const noexceptCppServer::Asio::TCPSessioninline
io_service() noexceptCppServer::Asio::TCPSessioninline
IsConnected() const noexceptCppServer::Asio::TCPSessioninline
onConnected()CppServer::Asio::TCPSessioninlineprotectedvirtual
onDisconnected()CppServer::Asio::TCPSessioninlineprotectedvirtual
onEmpty()CppServer::Asio::TCPSessioninlineprotectedvirtual
onError(int error, const std::string &category, const std::string &message)CppServer::Asio::TCPSessioninlineprotectedvirtual
onReceived(const void *buffer, size_t size)CppServer::Asio::TCPSessioninlineprotectedvirtual
onSent(size_t sent, size_t pending)CppServer::Asio::TCPSessioninlineprotectedvirtual
operator=(const TCPSession &)=deleteCppServer::Asio::TCPSession
operator=(TCPSession &&)=deleteCppServer::Asio::TCPSession
option_receive_buffer_limit() const noexceptCppServer::Asio::TCPSessioninline
option_receive_buffer_size() constCppServer::Asio::TCPSession
option_send_buffer_limit() const noexceptCppServer::Asio::TCPSessioninline
option_send_buffer_size() constCppServer::Asio::TCPSession
Receive(void *buffer, size_t size)CppServer::Asio::TCPSessionvirtual
Receive(size_t size)CppServer::Asio::TCPSessionvirtual
Receive(void *buffer, size_t size, const CppCommon::Timespan &timeout)CppServer::Asio::TCPSessionvirtual
Receive(size_t size, const CppCommon::Timespan &timeout)CppServer::Asio::TCPSessionvirtual
ReceiveAsync()CppServer::Asio::TCPSessionvirtual
Send(const void *buffer, size_t size)CppServer::Asio::TCPSessionvirtual
Send(std::string_view text)CppServer::Asio::TCPSessioninlinevirtual
Send(const void *buffer, size_t size, const CppCommon::Timespan &timeout)CppServer::Asio::TCPSessionvirtual
Send(std::string_view text, const CppCommon::Timespan &timeout)CppServer::Asio::TCPSessioninlinevirtual
SendAsync(const void *buffer, size_t size)CppServer::Asio::TCPSessionvirtual
SendAsync(std::string_view text)CppServer::Asio::TCPSessioninlinevirtual
server() noexceptCppServer::Asio::TCPSessioninline
SetupReceiveBufferLimit(size_t limit) noexceptCppServer::Asio::TCPSessioninline
SetupReceiveBufferSize(size_t size)CppServer::Asio::TCPSession
SetupSendBufferLimit(size_t limit) noexceptCppServer::Asio::TCPSessioninline
SetupSendBufferSize(size_t size)CppServer::Asio::TCPSession
socket() noexceptCppServer::Asio::TCPSessioninline
strand() noexceptCppServer::Asio::TCPSessioninline
TCPServer classCppServer::Asio::TCPSessionfriend
TCPSession(const std::shared_ptr< TCPServer > &server)CppServer::Asio::TCPSessionexplicit
TCPSession(const TCPSession &)=deleteCppServer::Asio::TCPSession
TCPSession(TCPSession &&)=deleteCppServer::Asio::TCPSession
~TCPSession()=defaultCppServer::Asio::TCPSessionvirtual