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