public interface IClientConnectionManager extends java.util.List<ClientConnection>
| Modifier and Type | Method and Description |
|---|---|
ClientConnection |
get(int clientId) |
boolean |
isConnected(int connectionId,
java.net.InetAddress address,
int port) |
void |
setSignOfLife(int clientId) |
ClientConnection get(int clientId)
get in interface java.util.List<ClientConnection>boolean isConnected(int connectionId,
java.net.InetAddress address,
int port)
void setSignOfLife(int clientId)