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(Logger logger, Counter counter, Resolver resolver, Selector selector)
           
WebConnection(Address address, Counter counter, Logger logger)
          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()