|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SocketConnectionListener | |
com.amx.duet.tools.comm | Provides device communication classes and interfaces by defining devices and providing reusable device communication implementions. |
com.amx.duet.tools.net.tcp | Provides basic TCP/IP communication classes and interfaces. |
Uses of SocketConnectionListener in com.amx.duet.tools.comm |
Classes in com.amx.duet.tools.comm that implement SocketConnectionListener | |
class |
DeviceUtil
The DeviceUtil class wraps up the standard behavior and common functions of a device module. |
Uses of SocketConnectionListener in com.amx.duet.tools.net.tcp |
Methods in com.amx.duet.tools.net.tcp with parameters of type SocketConnectionListener | |
void |
SocketConnection.initConnection(java.lang.String addrStr,
int port,
int bufferSize,
SocketConnectionListener listener,
int timeout,
boolean TcpNoDelayOn)
|
void |
SocketConnection.initConnection(java.lang.String addrStr,
int port,
int bufferSize,
SocketConnectionListener listener,
int timeout)
|
Constructors in com.amx.duet.tools.net.tcp with parameters of type SocketConnectionListener | |
SocketConnection(java.net.InetAddress addr,
int port,
int bufferSize,
SocketConnectionListener listener)
Creates a simple socket connection along with a receive thread for reading the socket. |
|
SocketConnection(java.lang.String host,
int port,
int bufferSize,
SocketConnectionListener listener)
Creates a simple socket along with a receive thread for reading the socket. |
|
SocketConnection(java.net.InetAddress addr,
int port,
int bufferSize,
SocketConnectionListener listener,
int timeout)
Creates a simple socket along with a receive thread for reading the socket. |
|
SocketConnection(java.lang.String host,
int port,
int bufferSize,
SocketConnectionListener listener,
int timeout)
Creates a simple socket along with a receive thread for reading the socket. |
|
SocketConnection(java.net.InetAddress addr,
int port,
int bufferSize,
SocketConnectionListener listener,
int timeout,
boolean TcpNoDelayOn)
Creates a simple socket along with a receive thread for reading the socket. |
|
SocketConnection(java.lang.String host,
int port,
int bufferSize,
SocketConnectionListener listener,
int timeout,
boolean TcpNoDelayOn)
Creates a simple socket along with a receive thread for reading the socket. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |