public class ClientDatabase
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ClientDatabase.Client |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<SystemObject,ClientDatabase.Client> |
_clients |
private static Debug |
_debug |
static int |
CURRENT_PROTOCOL_VERSION
Unterstütze Protokoll-Version des Servers
|
Constructor and Description |
---|
ClientDatabase() |
Modifier and Type | Method and Description |
---|---|
static void |
addClient(SystemObject object,
PuaSender sender,
int protocolVersion) |
static java.util.Map<SystemObject,ClientDatabase.Client> |
getClients() |
static int |
getProtocolVersion(SystemObject object) |
static PuaSender |
getSender(SystemObject object) |
static void |
removeClient(SystemObject object) |
private static final java.util.Map<SystemObject,ClientDatabase.Client> _clients
public static final int CURRENT_PROTOCOL_VERSION
private static final Debug _debug
public static void addClient(SystemObject object, PuaSender sender, int protocolVersion)
public static PuaSender getSender(SystemObject object)
public static int getProtocolVersion(SystemObject object)
public static void removeClient(SystemObject object)
public static java.util.Map<SystemObject,ClientDatabase.Client> getClients()