Uses of Class
edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.params.HttpClientParams

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

Uses of HttpClientParams in edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient
 

Methods in edu.internet2.middleware.grouperClientExt.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 edu.internet2.middleware.grouperClientExt.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 edu.internet2.middleware.grouperClientExt.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 © 2012 Internet2. All Rights Reserved.