public interface ServerConnectionFactory
| Modifier and Type | Method and Description |
|---|---|
ServerConnection |
listen(int port) |
ServerConnection |
listen(int port,
int timeout) |
ServerConnection |
listen(int port,
int timeout,
int backlog) |
ServerConnection listen(int port) throws IOException
IOExceptionServerConnection listen(int port, int timeout) throws IOException
IOExceptionServerConnection listen(int port, int timeout, int backlog) throws IOException
IOException