Package | Description |
---|---|
org.apache.commons.httpclient |
Classes and interfaces supporting the client side of the HTTP protocol.
|
Modifier and Type | Method and Description |
---|---|
HttpClientParams |
HttpClient.getParams()
Returns
HTTP protocol parameters associated with this HttpClient. |
HttpClientParams |
ProxyClient.getParams()
Returns
HTTP protocol parameters associated with this ProxyClient. |
Modifier and Type | Method and Description |
---|---|
void |
HttpClient.setParams(HttpClientParams params)
Assigns
HTTP protocol parameters for this HttpClient. |
void |
ProxyClient.setParams(HttpClientParams params)
Assigns
HTTP protocol parameters for this ProxyClient. |
Constructor and Description |
---|
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 © 2001-2012 Apache Software Foundation. All Rights Reserved.