|
class | AutoSave |
|
class | CleanupTask |
|
enum | GameClientState |
|
interface | IExReader |
|
|
| L2GameClient (MMOConnection< L2GameClient > con) |
|
void | cleanMe (boolean fast) |
|
void | clearBufferErrors () |
|
synchronized void | close (L2GameServerPacket gsp) |
|
synchronized void | closeNow () |
|
boolean | decrypt (ByteBuffer buf, int size) |
|
byte[] | enableCrypt () |
|
boolean | encrypt (final ByteBuffer buf, final int size) |
|
void | execute (ReceivablePacket< L2GameClient > packet) |
|
StatsSet | getAccountData () |
|
String | getAccountName () |
|
L2PcInstance | getActiveChar () |
|
int | getBufferErrors () |
|
long | getConnectionStartTime () |
|
InetAddress | getInetAddress () |
|
int | getnWindowCount () |
|
long | getProtocolVer () |
|
SessionKey | getSessionId () |
|
GameClientState | getState () |
|
ClientStats | getStats () |
|
void | incBufferErrors () |
|
int | incUnknownPackets () |
|
boolean | isDetached () |
|
boolean | isDisconnected () |
|
boolean | isProtocolOk () |
|
L2PcInstance | loadCharFromDisk (int charslot) |
|
void | markRestoredChar (int charslot) |
|
byte | markToDeleteChar (int charslot) |
|
void | onBufferUnderflow () |
|
void | run () |
|
void | sendPacket (L2GameServerPacket gsp) |
|
void | setAccountName (String pAccountName) |
|
void | setActiveChar (L2PcInstance pActiveChar) |
|
void | setCharSelection (CharSelectInfoPackage[] chars) |
|
void | setDetached (boolean b) |
|
void | setDisconnected () |
|
void | setProtocolOk (boolean b) |
|
void | setProtocolVer (long ver) |
|
void | setSessionId (SessionKey sk) |
|
void | setState (GameClientState pState) |
|
void | setWindowCount (int _nCount) |
|
void | storeData () |
|
String | toString () |
|
ReentrantLock | getActiveCharLock () |
|
final String | getPlayerName () |
|
void | setPlayerName (String name) |
|
void | setPlayerId (int plId) |
|
int | getPlayerId () |
|
final String | getHWID () |
|
void | setHWID (String hwid) |
|
boolean | isAuthedGG () |
|
void | setGameGuardOk (boolean val) |
|
void | stopGuardTask () |
|
void | close (final int delay) |
|
|
static void | deleteCharByObjId (int objid) |
|
|
GameClientState | _state |
|
SessionKey | _sessionId |
|
L2PcInstance | activeChar |
|
IExReader | _reader |
|
|
static final Logger | _log = Logger.getLogger(L2GameClient.class.getName()) |
|
static final String | PLAYER_LANG = "lang" |
|
|
synchronized void | onDisconnection () |
|
synchronized void | onForcedDisconnection () |
|
|
ScheduledFuture<?> | _autoSaveInDB |
|
ScheduledFuture<?> | _cleanupTask = null |
|
The documentation for this class was generated from the following file:
- /home/master/Documents/l2/servers/source/l2premium/L2JPremium_GameServer/src/com/premium/game/network/L2GameClient.java