Uses of Class
rabbit.util.Counter

Packages that use Counter
rabbit.io Classes that deal with network and i/o. 
rabbit.proxy The web proxy components. 
 

Uses of Counter in rabbit.io
 

Constructors in rabbit.io with parameters of type Counter
ConnectionHandler(Counter counter, ProxyChain proxyChain, NioHandler nioHandler)
          Create a new ConnectionHandler.
WebConnection(Address address, SocketBinder binder, Counter counter)
          Create a new WebConnection to the given InetAddress and port.
 

Uses of Counter in rabbit.proxy
 

Methods in rabbit.proxy that return Counter
 Counter HttpProxy.getCounter()
          Get the current Counter
 Counter Connection.getCounter()