| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 parametersassociated with this method. | 
|  HttpMethodParams | HttpMethod.getParams()Returns HTTP protocol parametersassociated with this method. | 
| Methods in org.apache.commons.httpclient with parameters of type HttpMethodParams | |
|---|---|
|  void | HttpMethodBase.setParams(HttpMethodParams params)Assigns HTTP protocol parametersfor this method. | 
|  void | HttpMethod.setParams(HttpMethodParams params)Assigns HTTP protocol parametersfor 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 | HttpClientParamsThis class represents a collection of HTTP protocol parameters applicable to instances of HttpClient. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||