Uses of Interface
com.amx.duet.tools.net.udp.ISocketConnectionListener

Packages that use ISocketConnectionListener
com.amx.duet.tools.net.udp Provides basic UDP/IP communication classes and interfaces. 
 

Uses of ISocketConnectionListener in com.amx.duet.tools.net.udp
 

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.
 



Copyright © 2008 AMX LLC. All Rights Reserved.