|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.limegroup.gnutella.statistics.AbstractStatHandler
com.limegroup.gnutella.statistics.DroppedSentMessageStatHandler
Wrapper class for keeping track of Gnutella message data. For a given Gnutella message, this class provides the simultaneous updating of both the number of messages sent and the total bytes sent. All calls to add data for sent Gnutella message statistics should go through this class to avoid losing any data.
Field Summary | |
static DroppedSentMessageStatHandler |
MULTICAST_PING_REPLIES
DroppedSentMessageStatHandler for Gnutella pongs sent over MULTICAST. |
static DroppedSentMessageStatHandler |
MULTICAST_PING_REQUESTS
DroppedSentMessageStatHandler for Gnutella pings sent over MULTICAST. |
static DroppedSentMessageStatHandler |
MULTICAST_PUSH_REQUESTS
DroppedSentMessageStatHandler for Gnutella push requests sent over MULTICAST. |
static DroppedSentMessageStatHandler |
MULTICAST_QUERY_REPLIES
DroppedSentMessageStatHandler for Gnutella query replies sent over MULTICAST. |
static DroppedSentMessageStatHandler |
MULTICAST_QUERY_REQUESTS
DroppedSentMessageStatHandler for Gnutella query requests sent over MULTICAST. |
static DroppedSentMessageStatHandler |
MULTICAST_ROUTE_TABLE_MESSAGES
DroppedSentMessageStatHandler for Gnutella route table messages sent over MULTICAST. |
static DroppedSentMessageStatHandler |
TCP_PATCH_ROUTE_TABLE_MESSAGES
DroppedSentMessageStatHandler for Gnutella patch route table messages sent over TCP. |
static DroppedSentMessageStatHandler |
TCP_PING_REPLIES
DroppedSentMessageStatHandler for Gnutella pongs sent over TCP. |
static DroppedSentMessageStatHandler |
TCP_PING_REQUESTS
DroppedSentMessageStatHandler for Gnutella pings sent over TCP. |
static DroppedSentMessageStatHandler |
TCP_PUSH_REQUESTS
DroppedSentMessageStatHandler for Gnutella push requests sent over TCP. |
static DroppedSentMessageStatHandler |
TCP_QUERY_REPLIES
DroppedSentMessageStatHandler for Gnutella query replies sent over TCP. |
static DroppedSentMessageStatHandler |
TCP_QUERY_REQUESTS
DroppedSentMessageStatHandler for Gnutella query requests sent over TCP. |
static DroppedSentMessageStatHandler |
TCP_RESET_ROUTE_TABLE_MESSAGES
DroppedSentMessageStatHandler for Gnutella reset route table messages sent over TCP. |
static DroppedSentMessageStatHandler |
UDP_PING_REPLIES
DroppedSentMessageStatHandler for Gnutella pongs sent over UDP. |
static DroppedSentMessageStatHandler |
UDP_PING_REQUESTS
DroppedSentMessageStatHandler for Gnutella pings sent over UDP. |
static DroppedSentMessageStatHandler |
UDP_PUSH_REQUESTS
DroppedSentMessageStatHandler for Gnutella push requests sent over UDP. |
static DroppedSentMessageStatHandler |
UDP_QUERY_REPLIES
DroppedSentMessageStatHandler for Gnutella query replies sent over UDP. |
static DroppedSentMessageStatHandler |
UDP_QUERY_REQUESTS
DroppedSentMessageStatHandler for Gnutella query requests sent over UDP. |
static DroppedSentMessageStatHandler |
UDP_ROUTE_TABLE_MESSAGES
DroppedSentMessageStatHandler for Gnutella route table messages sent over UDP. |
Fields inherited from class com.limegroup.gnutella.statistics.AbstractStatHandler |
BANDWIDTH_BYTE_STAT, BYTE_STAT, LIME_BYTE_STAT, LIME_NUMBER_STAT, NUMBER_STAT, STATS_MANAGER |
Methods inherited from class com.limegroup.gnutella.statistics.AbstractStatHandler |
addMessage |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final DroppedSentMessageStatHandler UDP_PING_REQUESTS
public static final DroppedSentMessageStatHandler TCP_PING_REQUESTS
public static final DroppedSentMessageStatHandler MULTICAST_PING_REQUESTS
public static final DroppedSentMessageStatHandler UDP_PING_REPLIES
public static final DroppedSentMessageStatHandler TCP_PING_REPLIES
public static final DroppedSentMessageStatHandler MULTICAST_PING_REPLIES
public static final DroppedSentMessageStatHandler UDP_QUERY_REQUESTS
public static final DroppedSentMessageStatHandler TCP_QUERY_REQUESTS
public static final DroppedSentMessageStatHandler MULTICAST_QUERY_REQUESTS
public static final DroppedSentMessageStatHandler UDP_QUERY_REPLIES
public static final DroppedSentMessageStatHandler TCP_QUERY_REPLIES
public static final DroppedSentMessageStatHandler MULTICAST_QUERY_REPLIES
public static final DroppedSentMessageStatHandler UDP_PUSH_REQUESTS
public static final DroppedSentMessageStatHandler TCP_PUSH_REQUESTS
public static final DroppedSentMessageStatHandler MULTICAST_PUSH_REQUESTS
public static final DroppedSentMessageStatHandler UDP_ROUTE_TABLE_MESSAGES
public static final DroppedSentMessageStatHandler TCP_RESET_ROUTE_TABLE_MESSAGES
public static final DroppedSentMessageStatHandler TCP_PATCH_ROUTE_TABLE_MESSAGES
public static final DroppedSentMessageStatHandler MULTICAST_ROUTE_TABLE_MESSAGES
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |