Atavism Version 2018.1AGIS API

atavism.server.events
Class AuthorizedLoginEvent

java.lang.Object
  extended by atavism.server.engine.Event
      extended by atavism.server.events.AuthorizedLoginEvent
All Implemented Interfaces:
EventParser

public class AuthorizedLoginEvent
extends Event

this client is logging into the server (proxy usually)


Constructor Summary
AuthorizedLoginEvent()
           
AuthorizedLoginEvent(AOByteBuffer buf, ClientConnection con)
           
AuthorizedLoginEvent(AOObject obj)
           
 
Method Summary
 java.lang.String getName()
           
 OID getOid()
           
 java.lang.String getVersion()
           
 AOByteBuffer getWorldToken()
           
 void parseBytes(AOByteBuffer buf)
          load this event from the passed in buffer called by the constructor
 void setOid(OID id)
           
 void setVersion(java.lang.String version)
           
 void setWorldToken(AOByteBuffer worldToken)
           
 AOByteBuffer toBytes()
           
 
Methods inherited from class atavism.server.engine.Event
getBuffer, getConnection, getEnqueueTime, getObjectOid, setBuffer, setConnection, setEnqueueTime, setEntity, setObject, setObjectOid, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthorizedLoginEvent

public AuthorizedLoginEvent()

AuthorizedLoginEvent

public AuthorizedLoginEvent(AOByteBuffer buf,
                            ClientConnection con)

AuthorizedLoginEvent

public AuthorizedLoginEvent(AOObject obj)
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in class Event

toBytes

public AOByteBuffer toBytes()
Specified by:
toBytes in class Event

parseBytes

public void parseBytes(AOByteBuffer buf)
Description copied from class: Event
load this event from the passed in buffer called by the constructor

Specified by:
parseBytes in interface EventParser
Specified by:
parseBytes in class Event

setOid

public void setOid(OID id)

getOid

public OID getOid()

setVersion

public void setVersion(java.lang.String version)

getVersion

public java.lang.String getVersion()

setWorldToken

public void setWorldToken(AOByteBuffer worldToken)

getWorldToken

public AOByteBuffer getWorldToken()


Copyright © 2018 Dragonsan Studios Sp. z o.o.