public interface ServerConnectionInfo
Modifier and Type | Interface and Description |
---|---|
static class |
ServerConnectionInfo.Status
The status of a connection.
|
Modifier and Type | Method and Description |
---|---|
int |
getClientId()
Get the client ID.
|
java.net.InetAddress |
getClientInetAddress()
Get the client inet address.
|
ServerConnectionInfo.Status |
getConnectionStatus()
Get the connection status.
|
int |
getLogicalDeviceAddress()
Get the logical device address.
|
java.net.InetAddress getClientInetAddress()
int getLogicalDeviceAddress()
int getClientId()
ServerConnectionInfo.Status getConnectionStatus()