public interface SocketRuntime
Modifier and Type | Method | Description |
---|---|---|
int |
getFileDescriptor() |
Returns the file descriptor being used by this socket.
|
java.lang.String |
getLocalAddress() |
Returns the address of the local end of this socket.
|
int |
getLocalPort() |
Returns the port of the local end of this socket.
|
java.lang.String |
getRemoteAddress() |
Returns the address of the remote end of this socket.
|
int |
getRemotePort() |
Returns the port of the remote end of this socket.
|
int getFileDescriptor()
java.lang.String getLocalAddress()
int getLocalPort()
java.lang.String getRemoteAddress()
int getRemotePort()