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

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

Uses of HttpMethodParams in org.apache.commons.httpclient
 

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

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

Uses of HttpMethodParams in org.apache.commons.httpclient.methods.multipart
 

Constructors in 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 org.apache.commons.httpclient.params
 

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



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