Nexus Engine  v0.0.1
Loading...
Searching...
No Matches
Nexus::Network::TCPClient Member List

This is the complete list of members for Nexus::Network::TCPClient, including all inherited members.

Connect(const NetworkAddress &address)Nexus::Network::TCPClient
Disconnect() noexceptNexus::Network::TCPClient
IsConnected() const noexceptNexus::Network::TCPClient
IsConnecting() const noexceptNexus::Network::TCPClient
MAX_QUEUED_SEND_BYTESNexus::Network::TCPClientstatic
operator=(const TCPClient &)=deleteNexus::Network::TCPClient
operator=(TCPClient &&other) noexcept=defaultNexus::Network::TCPClient
Poll()Nexus::Network::TCPClient
Send(std::vector< byte > &&framedData)Nexus::Network::TCPClient
Send(std::span< const byte > framedData)Nexus::Network::TCPClient
TCPClient()=defaultNexus::Network::TCPClient
TCPClient(const TCPClient &)=deleteNexus::Network::TCPClient
TCPClient(TCPClient &&other) noexcept=defaultNexus::Network::TCPClient
TCPClient(Socket &&acceptedSocket)Nexus::Network::TCPClientexplicit