Atavism Version 2018.1AGIS API

atavism.server.worldmgr
Class LoginPlugin.CharacterSelectResponseMessage

java.lang.Object
  extended by atavism.server.worldmgr.LoginPlugin.CharacterSelectResponseMessage
Enclosing class:
LoginPlugin

public static class LoginPlugin.CharacterSelectResponseMessage
extends java.lang.Object

Message to return access token and hostname/port for selected character. The properties should contain a Boolean "status" indicating success or failure. On success, the properties should include at least a "characterId" with the new character OID. On failure, the properties should contain an "errorMessage".


Constructor Summary
LoginPlugin.CharacterSelectResponseMessage()
           
 
Method Summary
 void decodeBuffer(AOByteBuffer buffer)
           
 java.util.Map<java.lang.String,java.io.Serializable> getProperties()
          Get the message properties.
 void setProperties(java.util.HashMap<java.lang.String,java.io.Serializable> props)
          Set the message properties.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoginPlugin.CharacterSelectResponseMessage

public LoginPlugin.CharacterSelectResponseMessage()
Method Detail

setProperties

public void setProperties(java.util.HashMap<java.lang.String,java.io.Serializable> props)
Set the message properties.


getProperties

public java.util.Map<java.lang.String,java.io.Serializable> getProperties()
Get the message properties. Defaults to null.


decodeBuffer

public void decodeBuffer(AOByteBuffer buffer)


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