com.threerings.presents.data
Class PresentsConMgrStats
java.lang.Object
com.threerings.nio.conman.ConMgrStats
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.
|
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 |
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.
PresentsConMgrStats
public PresentsConMgrStats()
clone
public PresentsConMgrStats clone()
- Overrides:
clone in class ConMgrStats