public interface ServerConnection
| Modifier and Type | Method and Description |
|---|---|
Connection |
accept() |
void |
close() |
int |
getSoTimeout() |
void |
setSoTimeout(int timeout) |
Connection accept() throws IOException
IOExceptionvoid setSoTimeout(int timeout)
throws IOException
IOExceptionint getSoTimeout()
throws IOException
IOExceptionvoid close()
throws IOException
IOException