com.threerings.presents.peer.net
Class PeerBootstrapData

java.lang.Object
  extended by com.threerings.io.SimpleStreamableObject
      extended by com.threerings.presents.net.BootstrapData
          extended by com.threerings.presents.peer.net.PeerBootstrapData
All Implemented Interfaces:
Streamable

public class PeerBootstrapData
extends BootstrapData

Extensd the standard bootstrap with some information needed by our peers.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.threerings.io.Streamable
Streamable.Closure
 
Field Summary
 int nodeOid
          The id of this peer's node object.
 
Fields inherited from class com.threerings.presents.net.BootstrapData
clientOid, connectionId, services
 
Constructor Summary
PeerBootstrapData()
           
 
Method Summary
 
Methods inherited from class com.threerings.io.SimpleStreamableObject
toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

nodeOid

public int nodeOid
The id of this peer's node object.

Constructor Detail

PeerBootstrapData

public PeerBootstrapData()