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