Package | Description |
---|---|
Extasys.Network.UDP.Server.Listener | |
Extasys.Network.UDP.Server.Listener.Packets |
Modifier and Type | Field and Description |
---|---|
IncomingUDPServerPacket |
UDPListener.fLastIncomingPacket |
Modifier and Type | Method and Description |
---|---|
IncomingUDPServerPacket |
IncomingUDPServerPacket.getPreviusPacket()
Returns the previus incoming packet received by the server.
|
Constructor and Description |
---|
IncomingUDPServerPacket(UDPListener listener,
java.net.DatagramPacket packet,
IncomingUDPServerPacket previousPacket)
Constructs a new incoming UDP packet.
|