yab.io
Class KaConnectOk

java.lang.Object
  |
  +--yab.io.KaConnectOk

public class KaConnectOk
extends Object


Field Summary
 ObjectElement[] selfAndMap
           
 int selfId
           
 int temporaryId
           
 
Constructor Summary
KaConnectOk(DataInputStream dis)
           
KaConnectOk(DataInputStream dis, ObjectElement[] map)
          This constructor is used to establish the connection as fast as possible, with submitting 1 as the version of an AK_CONNECT block.
 
Method Summary
 ObjectElement[] map()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

temporaryId

public final int temporaryId

selfId

public final int selfId

selfAndMap

public final ObjectElement[] selfAndMap
Constructor Detail

KaConnectOk

public KaConnectOk(DataInputStream dis)
            throws IOException

KaConnectOk

public KaConnectOk(DataInputStream dis,
                   ObjectElement[] map)
            throws IOException
This constructor is used to establish the connection as fast as possible, with submitting 1 as the version of an AK_CONNECT block.

Method Detail

map

public ObjectElement[] map()