|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrabbit.proxy.TrafficLoggerHandler
public class TrafficLoggerHandler
A class to track of multiple network flows.
Constructor Summary | |
---|---|
TrafficLoggerHandler()
Create a new TrafficLoggerHandler |
Method Summary | |
---|---|
void |
addTo(TrafficLoggerHandler other)
Add our statistics to the given other TrafficLoggerHandler. |
void |
clear()
Zero out all statistics in this TrafficLoggerHandler. |
TrafficLogger |
getCache()
Get the TrafficLogger with the traffic statistics for cache data |
TrafficLogger |
getClient()
Get the TrafficLogger with the traffic statistics for client data |
TrafficLogger |
getNetwork()
Get the TrafficLogger with the traffic statistics for network data |
TrafficLogger |
getProxy()
Get the TrafficLogger with the traffic statistics for data to and from this proxy |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TrafficLoggerHandler()
Method Detail |
---|
public TrafficLogger getClient()
public TrafficLogger getNetwork()
public TrafficLogger getCache()
public TrafficLogger getProxy()
public void addTo(TrafficLoggerHandler other)
other
- the TrafficLoggerHandler to updatepublic void clear()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |