com.threerings.presents.data
Class PresentsConMgrStats

java.lang.Object
  extended by com.threerings.nio.conman.ConMgrStats
      extended by com.threerings.presents.data.PresentsConMgrStats
All Implemented Interfaces:
Streamable, Cloneable

public class PresentsConMgrStats
extends ConMgrStats
implements Streamable

Used to track and report stats on the connection manager.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.threerings.io.Streamable
Streamable.Closure
 
Field Summary
 int authQueueSize
          The size of the queue of waiting to auth sockets.
 
Fields inherited from class com.threerings.nio.conman.ConMgrStats
bytesIn, bytesOut, closes, connectionCount, connects, deathQueueSize, disconnects, eventCount, handlerCount, msgsIn, msgsOut, outQueueSize, overQueueSize
 
Constructor Summary
PresentsConMgrStats()
           
 
Method Summary
 PresentsConMgrStats clone()
           
 
Methods inherited from class com.threerings.nio.conman.ConMgrStats
toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

authQueueSize

public int authQueueSize
The size of the queue of waiting to auth sockets. This is a snapshot at the time the stats are requested.

Constructor Detail

PresentsConMgrStats

public PresentsConMgrStats()
Method Detail

clone

public PresentsConMgrStats clone()
Overrides:
clone in class ConMgrStats