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. 
org.apache.commons.httpclient.util Provides some utility classes for use by HttpClient. 
 

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 HTTP connection manager associated with the HttpClient.
 HttpConnectionManager HttpConnection.getHttpConnectionManager()
          Returns the httpConnectionManager.
 

Methods in org.apache.commons.httpclient with parameters of type HttpConnectionManager
 void HttpClient.setHttpConnectionManager(HttpConnectionManager httpConnectionManager)
          Assigns the HTTP connection manager to use with the HttpClient.
 void HttpConnection.setHttpConnectionManager(HttpConnectionManager httpConnectionManager)
          Sets the httpConnectionManager.
 

Constructors in org.apache.commons.httpclient with parameters of type HttpConnectionManager
HttpClient(HttpClientParams params, HttpConnectionManager httpConnectionManager)
          Creates an instance of HttpClient with a user specified parameter set and HTTP connection manager.
HttpClient(HttpConnectionManager httpConnectionManager)
          Creates an instance of HttpClient with a user specified HTTP connection manager.
 

Uses of HttpConnectionManager in org.apache.commons.httpclient.util
 

Methods in org.apache.commons.httpclient.util with parameters of type HttpConnectionManager
 void IdleConnectionTimeoutThread.addConnectionManager(HttpConnectionManager connectionManager)
          Adds a connection manager to be handled by this class.
protected  void IdleConnectionTimeoutThread.handleCloseIdleConnections(HttpConnectionManager connectionManager)
          Handles calling closeIdleConnections() and doing any other cleanup work on the given connection mangaer.
 void IdleConnectionTimeoutThread.removeConnectionManager(HttpConnectionManager connectionManager)
          Removes the connection manager from this class.
 



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