|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpParams | |
---|---|
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. |
Uses of HttpParams in org.apache.commons.httpclient.auth |
---|
Constructors in org.apache.commons.httpclient.auth with parameters of type HttpParams | |
---|---|
AuthChallengeProcessor(HttpParams params)
Creates an authentication challenge processor with the given HTTP
parameters |
Uses of HttpParams in org.apache.commons.httpclient.params |
---|
Classes in org.apache.commons.httpclient.params that implement HttpParams | |
---|---|
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 . |
Methods in org.apache.commons.httpclient.params that return HttpParams | |
---|---|
protected HttpParams |
DefaultHttpParamsFactory.createParams()
|
HttpParams |
DefaultHttpParamsFactory.getDefaultParams()
|
HttpParams |
HttpParamsFactory.getDefaultParams()
Gets the default parameters. |
static HttpParams |
DefaultHttpParams.getDefaultParams()
Gets the default HttpParams to be used. |
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 |
HttpParams |
DefaultHttpParams.getDefaults()
|
Methods in org.apache.commons.httpclient.params with parameters of type HttpParams | |
---|---|
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 |
void |
DefaultHttpParams.setDefaults(HttpParams params)
|
Constructors in org.apache.commons.httpclient.params with parameters of type HttpParams | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |