Uses of Interface
rabbit.io.SocketBinder

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

Uses of SocketBinder in rabbit.io
 

Classes in rabbit.io that implement SocketBinder
 class BoundBinder
          A binder that will bind to a specific InetAddress
 class DefaultBinder
          A binder that only binds to the wildcard address and port.
 

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