Constructors in com.amx.duet.tools.net.udp with parameters of type ISocketConnectionListener |
DatagramSocketConnection(java.net.InetAddress addr,
int port,
int bufferSize,
ISocketConnectionListener listener)
Creates a simple socket connection along with a receive thread for reading the socket. |
DatagramSocketConnection(java.lang.String host,
int port,
int bufferSize,
ISocketConnectionListener listener)
Creates a simple socket along with a receive thread for reading the socket. |
DatagramSocketConnection(java.net.InetAddress addr,
int port,
int bufferSize,
ISocketConnectionListener listener,
int timeout)
Creates a simple socket along with a receive thread for reading the socket. |
DatagramSocketConnection(java.lang.String host,
int port,
int bufferSize,
ISocketConnectionListener listener,
int timeout)
Creates a simple socket along with a receive thread for reading the socket. |