StormByte C++ Library: Network module 0.0.9999
StormByte-Network is a StormByte library module for handling and create network connections
Loading...
Searching...
No Matches
StormByte::Network::Client Member List

This is the complete list of members for StormByte::Network::Client, including all inherited members.

Client(const DeserializePacketFunction &deserialize_packet_function, std::shared_ptr< Logger::Log > logger) noexceptStormByte::Network::Clientinline
Client(const Client &other)=deleteStormByte::Network::Client
Client(Client &&other) noexcept=defaultStormByte::Network::Client
Connect(const Connection::Protocol &protocol, const std::string &address, const unsigned short &port) overrideStormByte::Network::Clientvirtual
Disconnect() noexcept overrideStormByte::Network::Clientvirtual
operator=(const Client &other)=deleteStormByte::Network::Client
operator=(Client &&other) noexcept=defaultStormByte::Network::Client
StormByte::Network::Endpoint::operator=(const Endpoint &other)=deleteStormByte::Network::Endpointprivate
StormByte::Network::Endpoint::operator=(Endpoint &&other) noexcept=defaultStormByte::Network::Endpointprivate
Send(const Transport::Packet &packet) noexceptStormByte::Network::Clientprotected
StormByte::Network::Endpoint::Send(std::shared_ptr< Connection::Client > client_connection, const Transport::Packet &packet) noexceptStormByte::Network::Endpointprivate
Status() const noexcept overrideStormByte::Network::Clientvirtual
~Client() noexceptStormByte::Network::Clientvirtual