- OnClientConnect(TCPClientConnection) - Method in class Extasys.Network.TCP.Server.ExtasysTCPServer
-
A client connects to this server.
- OnClientDisconnect(TCPClientConnection) - Method in class Extasys.Network.TCP.Server.ExtasysTCPServer
-
A client disconnects from this server.
- OnConnect(TCPConnector) - Method in class Extasys.Network.TCP.Client.ExtasysTCPClient
-
A connector of this client connected to a server.
- OnDataReceive(TCPConnector, DataFrame) - Method in class Extasys.Network.TCP.Client.ExtasysTCPClient
-
A connector of this client receives data.
- OnDataReceive(TCPClientConnection, DataFrame) - Method in class Extasys.Network.TCP.Server.ExtasysTCPServer
-
Server is receiving data from a client connection.
- OnDataReceive(UDPConnector, DatagramPacket) - Method in class Extasys.Network.UDP.Client.ExtasysUDPClient
-
- OnDataReceive(UDPListener, DatagramPacket) - Method in class Extasys.Network.UDP.Server.ExtasysUDPServer
-
- OnDisconnect(TCPConnector) - Method in class Extasys.Network.TCP.Client.ExtasysTCPClient
-
A connector of this client has been disconnected.
- OutgoingPacketFailedException - Exception in Extasys.Network.TCP.Server.Listener.Exceptions
-
- OutgoingPacketFailedException(OutgoingTCPClientConnectionPacket) - Constructor for exception Extasys.Network.TCP.Server.Listener.Exceptions.OutgoingPacketFailedException
-
- OutgoingTCPClientConnectionPacket - Class in Extasys.Network.TCP.Server.Listener.Packets
-
- OutgoingTCPClientConnectionPacket(TCPClientConnection, byte[], int, int, OutgoingTCPClientConnectionPacket) - Constructor for class Extasys.Network.TCP.Server.Listener.Packets.OutgoingTCPClientConnectionPacket
-
Constructs a new outgoing packet for an existing TCP client connection.
- OutgoingTCPClientPacket - Class in Extasys.Network.TCP.Client.Connectors.Packets
-
- OutgoingTCPClientPacket(TCPConnector, byte[], int, int, OutgoingTCPClientPacket) - Constructor for class Extasys.Network.TCP.Client.Connectors.Packets.OutgoingTCPClientPacket
-
Constructs a new outgoing packet for an existing TCP Connector.
- OutgoingUDPClientPacket - Class in Extasys.Network.UDP.Client.Connectors.Packets
-
- OutgoingUDPClientPacket(UDPConnector, DatagramPacket, OutgoingUDPClientPacket) - Constructor for class Extasys.Network.UDP.Client.Connectors.Packets.OutgoingUDPClientPacket
-
Constructs a new outgoing packet for an existing UDP Connector.
- OutgoingUDPServerPacket - Class in Extasys.Network.UDP.Server.Listener.Packets
-
- OutgoingUDPServerPacket(UDPListener, DatagramPacket, OutgoingUDPServerPacket) - Constructor for class Extasys.Network.UDP.Server.Listener.Packets.OutgoingUDPServerPacket
-