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