OtpServerSocketTransportpublic interface OtpServerTransport
| Modifier and Type | Method | Description |
|---|---|---|
OtpTransport |
accept() |
|
void |
close() |
|
int |
getLocalPort() |
int getLocalPort()
ServerSocket.getLocalPort()OtpTransport accept() throws java.io.IOException
java.io.IOExceptionServerSocket.accept()void close()
throws java.io.IOException
java.io.IOExceptionServerSocket.close()