Uses of Interface
rabbit.io.WebConnectionListener

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

Uses of WebConnectionListener in rabbit.io
 

Methods in rabbit.io with parameters of type WebConnectionListener
 void WebConnection.connect(NioHandler nioHandler, WebConnectionListener wcl)
          Try to establish the network connection.
 void ConnectionHandler.getConnection(HttpHeader header, WebConnectionListener wcl)
          Get a WebConnection for the given header.
 

Uses of WebConnectionListener in rabbit.proxy
 

Classes in rabbit.proxy that implement WebConnectionListener
 class SWC
          A class that tries to establish a connection to the real server or the next proxy in the chain.
 

Methods in rabbit.proxy with parameters of type WebConnectionListener
 void HttpProxy.getWebConnection(HttpHeader header, WebConnectionListener wcl)
          Get a WebConnection.