Uses of Class
org.apache.commons.httpclient.params.HttpConnectionManagerParams

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

Uses of HttpConnectionManagerParams in org.apache.commons.httpclient
 

Methods in org.apache.commons.httpclient that return HttpConnectionManagerParams
 HttpConnectionManagerParams MultiThreadedHttpConnectionManager.getParams()
          Returns parameters associated with this connection manager.
 HttpConnectionManagerParams SimpleHttpConnectionManager.getParams()
          Returns parameters associated with this connection manager.
 HttpConnectionManagerParams HttpConnectionManager.getParams()
          Returns parameters associated with this connection manager.
 

Methods in org.apache.commons.httpclient with parameters of type HttpConnectionManagerParams
 void MultiThreadedHttpConnectionManager.setParams(HttpConnectionManagerParams params)
          Assigns parameters for this connection manager.
 void SimpleHttpConnectionManager.setParams(HttpConnectionManagerParams params)
          Assigns parameters for this connection manager.
 void HttpConnectionManager.setParams(HttpConnectionManagerParams params)
          Assigns parameters for this connection manager.
 



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