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

Packages that use HttpMethodParams
edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient Classes and interfaces supporting the client side of the HTTP protocol. 
edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.methods.multipart Provides Multipart support classes for the org.apache.commons.httpclient.methods.MultipartPostMethod
edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.params HttpClient preferences framework. 
 

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

Methods in edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient that return HttpMethodParams
 HttpMethodParams HttpMethod.getParams()
          Returns HTTP protocol parameters associated with this method.
 HttpMethodParams HttpMethodBase.getParams()
          Returns HTTP protocol parameters associated with this method.
 

Methods in edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient with parameters of type HttpMethodParams
 void HttpMethod.setParams(HttpMethodParams params)
          Assigns HTTP protocol parameters for this method.
 void HttpMethodBase.setParams(HttpMethodParams params)
          Assigns HTTP protocol parameters for this method.
 

Uses of HttpMethodParams in edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.methods.multipart
 

Constructors in edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.methods.multipart with parameters of type HttpMethodParams
MultipartRequestEntity(Part[] parts, HttpMethodParams params)
          Creates a new multipart entity containing the given parts.
 

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

Subclasses of HttpMethodParams in edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.params
 class HttpClientParams
          This class represents a collection of HTTP protocol parameters applicable to instances of HttpClient.
 



Copyright © 2010 Internet2. All Rights Reserved.