Uses of Class
rabbit.io.Address

Packages that use Address
rabbit.io Classes that deal with network and i/o. 
 

Uses of Address in rabbit.io
 

Methods in rabbit.io that return Address
 Address WebConnection.getAddress()
          Get the address that this connection is connected to
 

Methods in rabbit.io that return types with arguments of type Address
 Map<Address,List<WebConnection>> ConnectionHandler.getActiveConnections()
          Get a copy of the current connections.
 

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