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, toStringpublic QServerSocket openServerSocket(java.net.InetAddress address, int port, int backlog, boolean isJni) throws java.io.IOException
openServerSocket in class NetworkSystemjava.io.IOExceptionpublic QSocket connect(java.net.InetSocketAddress addr, long connectTimeout) throws java.io.IOException
connect in class NetworkSystemjava.io.IOException