Uses of Interface
org.apache.commons.httpclient.HttpConnectionManager

Packages that use HttpConnectionManager
org.apache.commons.httpclient Classes and interfaces supporting the client side of the HTTP protocol. 
 

Uses of HttpConnectionManager in org.apache.commons.httpclient
 

Classes in org.apache.commons.httpclient that implement HttpConnectionManager
 class MultiThreadedHttpConnectionManager
          Manages a set of HttpConnections for various HostConfigurations.
 class SimpleHttpConnectionManager
          A connection manager that provides access to a single HttpConnection.
 

Methods in org.apache.commons.httpclient that return HttpConnectionManager
 HttpConnectionManager HttpClient.getHttpConnectionManager()
          Returns the httpConnectionManager.
 HttpConnectionManager HttpState.getHttpConnectionManager()
          Deprecated. Connection manager is controlled by the HttpClient class. Use HttpClient.getHttpConnectionManager() instead.
 HttpConnectionManager HttpConnection.getHttpConnectionManager()
          Returns the httpConnectionManager.
 

Methods in org.apache.commons.httpclient with parameters of type HttpConnectionManager
 void HttpClient.setHttpConnectionManager(HttpConnectionManager httpConnectionManager)
          Sets the httpConnectionManager.
 void HttpState.setHttpConnectionManager(HttpConnectionManager httpConnectionManager)
          Deprecated. Connection manager is controlled by the HttpClient class. Use HttpClient.setHttpConnectionManager(HttpConnectionManager) instead.
 void HttpConnection.setHttpConnectionManager(HttpConnectionManager httpConnectionManager)
          Sets the httpConnectionManager.
 

Constructors in org.apache.commons.httpclient with parameters of type HttpConnectionManager
HttpClient.HttpClient(HttpConnectionManager httpConnectionManager)
          Creates an HttpClient with a user specified connection manager.
 



Copyright © 2001-2003 Apache Software Foundation. All Rights Reserved.