public interface IClientConnectionManager extends java.util.List<ClientConnection>
| Modifier and Type | Method and Description |
|---|---|
ClientConnection |
get(int clientId)
Gets the.
|
boolean |
isConnected(int connectionId,
java.net.InetAddress address,
int port)
Checks if is connected.
|
void |
setSignOfLife(int clientId) |
ClientConnection get(int clientId)
get in interface java.util.List<ClientConnection>clientId - the client idboolean isConnected(int connectionId,
java.net.InetAddress address,
int port)
connectionId - the connection idaddress - the addressport - the portvoid setSignOfLife(int clientId)