| Package | Description |
|---|---|
| Extasys.Network.UDP.Server.Listener |
| Modifier and Type | Method and Description |
|---|---|
ExtasysUDPServer |
UDPListener.getMyExtasysUDPServer()
Returns the main Extasys UDP Server of this UDP listener.
|
| Constructor and Description |
|---|
UDPListener(ExtasysUDPServer myUDPServer,
java.lang.String name,
java.net.InetAddress ipAddress,
int port,
int readBufferSize,
int readDataTimeOut)
Constructs a new UDP Listener.
|