Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
HttpMethodParams |
HttpMethod.getParams()
Returns
HTTP protocol parameters associated with this method. |
HttpMethodParams |
HttpMethodBase.getParams()
Returns
HTTP protocol parameters associated with this method. |
Modifier and Type | Method and Description |
---|---|
void |
HttpMethod.setParams(HttpMethodParams params)
Assigns
HTTP protocol parameters for this method. |
void |
HttpMethodBase.setParams(HttpMethodParams params)
Assigns
HTTP protocol parameters for this method. |
Constructor and Description |
---|
MultipartRequestEntity(Part[] parts,
HttpMethodParams params)
Creates a new multipart entity containing the given parts.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpClientParams
This class represents a collection of HTTP protocol parameters applicable to
instances of HttpClient . |
Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.