public class TcpNetworkSystem extends NetworkSystem
Constructor and Description |
---|
TcpNetworkSystem() |
Modifier and Type | Method and Description |
---|---|
QSocket |
connect(java.net.InetSocketAddress addr,
long connectTimeout) |
QServerSocket |
openServerSocket(java.net.InetAddress address,
int port,
int backlog,
boolean isJni) |
connect, connect, createSubSystem, createSubSystemImpl, getCurrent, openServerSocket, setLocal, toString
public QServerSocket openServerSocket(java.net.InetAddress address, int port, int backlog, boolean isJni) throws java.io.IOException
openServerSocket
in class NetworkSystem
java.io.IOException
public QSocket connect(java.net.InetSocketAddress addr, long connectTimeout) throws java.io.IOException
connect
in class NetworkSystem
java.io.IOException