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 java.io.IOException
java.io.IOException
ServerConnection listen(int port, int timeout) throws java.io.IOException
java.io.IOException
ServerConnection listen(int port, int timeout, int backlog) throws java.io.IOException
java.io.IOException