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.

Authenticate(Socket::Client &client) noexceptStormByte::Network::EndPointprotectedvirtual
Client(const Connection::Protocol &protocol, std::shared_ptr< Connection::Handler > handler, std::shared_ptr< Logger > logger) noexceptStormByte::Network::Client
Client(const Client &other)=deleteStormByte::Network::Client
Client(Client &&other) noexcept=defaultStormByte::Network::Client
Connect(const std::string &hostname, const unsigned short &port) noexcept overrideStormByte::Network::Clientvirtual
Disconnect() noexceptStormByte::Network::EndPointvirtual
EndPoint(const Connection::Protocol &protocol, std::shared_ptr< Connection::Handler > handler, std::shared_ptr< Logger > logger) noexceptStormByte::Network::EndPoint
EndPoint(const EndPoint &other)=deleteStormByte::Network::EndPoint
EndPoint(EndPoint &&other) noexcept=defaultStormByte::Network::EndPoint
Handshake(Socket::Client &client) noexceptStormByte::Network::EndPointprotectedvirtual
m_handlerStormByte::Network::EndPointprotected
m_input_pipeline (defined in StormByte::Network::EndPoint)StormByte::Network::EndPointprotected
m_loggerStormByte::Network::EndPointprotected
m_output_pipelineStormByte::Network::EndPointprotected
m_protocolStormByte::Network::EndPointprotected
m_socketStormByte::Network::EndPointprotected
m_statusStormByte::Network::EndPointprotected
operator=(const Client &other)=deleteStormByte::Network::Client
operator=(Client &&other) noexcept=defaultStormByte::Network::Client
StormByte::Network::EndPoint::operator=(const EndPoint &other)=deleteStormByte::Network::EndPoint
StormByte::Network::EndPoint::operator=(EndPoint &&other) noexcept=defaultStormByte::Network::EndPoint
Protocol() const noexceptStormByte::Network::EndPoint
RawReceive(Socket::Client &client) noexceptStormByte::Network::EndPointprotected
RawSend(Socket::Client &client, const Packet &packet) noexceptStormByte::Network::EndPointprotected
Receive() noexceptStormByte::Network::Client
StormByte::Network::EndPoint::Receive(Socket::Client &client) noexceptStormByte::Network::EndPointprotected
Send(const Packet &packet) noexceptStormByte::Network::Client
StormByte::Network::EndPoint::Send(Socket::Client &client, const Packet &packet) noexceptStormByte::Network::EndPointprotected
Status() const noexceptStormByte::Network::EndPoint
~Client() noexcept override=defaultStormByte::Network::Clientvirtual
~EndPoint() noexceptStormByte::Network::EndPointvirtual