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

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

Uses of HttpClientParams in org.apache.commons.httpclient
 

Methods in org.apache.commons.httpclient that return HttpClientParams
 HttpClientParams ProxyClient.getParams()
          Returns HTTP protocol parameters associated with this ProxyClient.
 HttpClientParams HttpClient.getParams()
          Returns HTTP protocol parameters associated with this HttpClient.
 

Methods in org.apache.commons.httpclient with parameters of type HttpClientParams
 void ProxyClient.setParams(HttpClientParams params)
          Assigns HTTP protocol parameters for this ProxyClient.
 void HttpClient.setParams(HttpClientParams params)
          Assigns HTTP protocol parameters for this HttpClient.
 

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



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