public class TimeoutServerSocket
extends java.net.ServerSocket
| Constructor and Description |
|---|
TimeoutServerSocket(int port) |
TimeoutServerSocket(int port,
int backlog) |
TimeoutServerSocket(int port,
int backlog,
java.net.InetAddress bindAddr) |
| Modifier and Type | Method and Description |
|---|---|
java.net.Socket |
accept() |
bind, bind, close, getChannel, getInetAddress, getLocalPort, getLocalSocketAddress, getReceiveBufferSize, getReuseAddress, getSoTimeout, implAccept, isBound, isClosed, setPerformancePreferences, setReceiveBufferSize, setReuseAddress, setSocketFactory, setSoTimeout, toStringpublic TimeoutServerSocket(int port)
throws java.io.IOException
java.io.IOExceptionpublic TimeoutServerSocket(int port,
int backlog)
throws java.io.IOException
java.io.IOExceptionpublic TimeoutServerSocket(int port,
int backlog,
java.net.InetAddress bindAddr)
throws java.io.IOException
java.io.IOException