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