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.IOException
void setSoTimeout(int timeout) throws java.io.IOException
java.io.IOException
int getSoTimeout() throws java.io.IOException
java.io.IOException
void close() throws java.io.IOException
java.io.IOException