OtpServerSocketTransport
public 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.IOException
ServerSocket.accept()
void close() throws java.io.IOException
java.io.IOException
ServerSocket.close()