Package | Description |
---|---|
Extasys.Network.UDP.Client.Connectors | |
Extasys.Network.UDP.Client.Connectors.Packets |
Modifier and Type | Field and Description |
---|---|
IncomingUDPClientPacket |
UDPConnector.fLastIncomingPacket |
Modifier and Type | Method and Description |
---|---|
IncomingUDPClientPacket |
IncomingUDPClientPacket.getPreviusPacket()
Returns the previus incoming packet received by the client.
|
Constructor and Description |
---|
IncomingUDPClientPacket(UDPConnector connector,
java.net.DatagramPacket data,
IncomingUDPClientPacket previousPacket)
Constructs a new incoming packet received by a UDP connector.
|