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, Resolver resolver, NioHandler nioHandler)
           
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()
           
 Counter Connection.getCounter()