public class ServerSocketConnectionFactory extends java.lang.Object implements ServerConnectionFactory
Constructor and Description |
---|
ServerSocketConnectionFactory() |
Modifier and Type | Method and Description |
---|---|
ServerConnection |
listen(int port) |
ServerConnection |
listen(int port,
int timeout) |
ServerConnection |
listen(int port,
int timeout,
int backlog) |
public ServerConnection listen(int port) throws java.io.IOException
listen
in interface ServerConnectionFactory
java.io.IOException
public ServerConnection listen(int port, int timeout) throws java.io.IOException
listen
in interface ServerConnectionFactory
java.io.IOException
public ServerConnection listen(int port, int timeout, int backlog) throws java.io.IOException
listen
in interface ServerConnectionFactory
java.io.IOException