Package | Description |
---|---|
org.apache.commons.httpclient.auth |
Provides implementation of various authentication schemes as well as
utility classes that can be used to authenticate HTTP requests.
|
org.apache.commons.httpclient.params |
HttpClient preferences framework.
|
Constructor and Description |
---|
AuthChallengeProcessor(HttpParams params)
Creates an authentication challenge processor with the given
HTTP
parameters |
Modifier and Type | Class and Description |
---|---|
class |
DefaultHttpParams
This class represents a collection of HTTP protocol parameters.
|
class |
HostParams
This class represents a collection of HTTP protocol parameters applicable to
instances of HostConfiguration . |
class |
HttpClientParams
This class represents a collection of HTTP protocol parameters applicable to
instances of HttpClient . |
class |
HttpConnectionManagerParams
This class represents a collection of HTTP protocol parameters applicable to
HTTP connection managers . |
class |
HttpConnectionParams
This class represents a collection of HTTP protocol parameters applicable to
HTTP connections . |
class |
HttpMethodParams
This class represents a collection of HTTP protocol parameters applicable to
HTTP methods . |
Modifier and Type | Method and Description |
---|---|
protected HttpParams |
DefaultHttpParamsFactory.createParams() |
static HttpParams |
DefaultHttpParams.getDefaultParams()
Gets the default HttpParams to be used.
|
HttpParams |
HttpParamsFactory.getDefaultParams()
Gets the default parameters.
|
HttpParams |
DefaultHttpParamsFactory.getDefaultParams() |
HttpParams |
DefaultHttpParams.getDefaults() |
HttpParams |
HttpParams.getDefaults()
Returns the parent collection that this collection will defer to
for a default value if a particular parameter is not explicitly
set in the collection itself
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultHttpParams.setDefaults(HttpParams params) |
void |
HttpParams.setDefaults(HttpParams params)
Assigns the parent collection that this collection will defer to
for a default value if a particular parameter is not explicitly
set in the collection itself
|
Constructor and Description |
---|
DefaultHttpParams(HttpParams defaults)
Creates a new collection of parameters with the given parent.
|
HostParams(HttpParams defaults)
Creates a new collection of parameters with the given parent.
|
HttpClientParams(HttpParams defaults)
Creates a new collection of parameters with the given parent.
|
HttpMethodParams(HttpParams defaults)
Creates a new collection of parameters with the given parent.
|
Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.