rabbit.proxy
Class TrafficLoggerHandler

java.lang.Object
  extended by rabbit.proxy.TrafficLoggerHandler

public class TrafficLoggerHandler
extends Object

A class to track of multiple network flows.

Author:
Robert Olofsson

Constructor Summary
TrafficLoggerHandler()
           
 
Method Summary
 void addTo(TrafficLoggerHandler other)
           
 void clear()
           
 TrafficLogger getCache()
           
 TrafficLogger getClient()
           
 TrafficLogger getNetwork()
           
 TrafficLogger getProxy()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrafficLoggerHandler

public TrafficLoggerHandler()
Method Detail

getClient

public TrafficLogger getClient()

getNetwork

public TrafficLogger getNetwork()

getCache

public TrafficLogger getCache()

getProxy

public TrafficLogger getProxy()

addTo

public void addTo(TrafficLoggerHandler other)

clear

public void clear()