Uses of Class
rabbit.io.WebConnection

Packages that use WebConnection
net.sourceforge.apphere.proxy.rabbit   
rabbit.io This package holds the various IO streams that rabbit uses. 
rabbit.proxy This is the main package for the RabbIT proxy. 
 

Uses of WebConnection in net.sourceforge.apphere.proxy.rabbit
 

Subclasses of WebConnection in net.sourceforge.apphere.proxy.rabbit
 class AppHereWebConnection
           
 

Methods in net.sourceforge.apphere.proxy.rabbit that return WebConnection
 WebConnection AppHereWebSource.getConnection()
          Method getConnection.
 

Uses of WebConnection in rabbit.io
 

Methods in rabbit.io that return WebConnection
 WebConnection ConnectionHandler.getConnection(HTTPHeader header)
          Get a WebConnection for the given header.
 

Methods in rabbit.io with parameters of type WebConnection
 void ConnectionHandler.releaseConnection(WebConnection wc)
          Return a WebConnection to the pool so that it may be reused.
 

Uses of WebConnection in rabbit.proxy
 

Methods in rabbit.proxy that return WebConnection
static WebConnection Proxy.getWebConnection(HTTPHeader header)
          Get a WebConnection.
 

Methods in rabbit.proxy with parameters of type WebConnection
static void Proxy.releaseWebConnection(WebConnection wc)
          Release a WebConnection so that it may be reused if possible.