HttpClient preferences framework.
See: Description
Interface Summary | |
---|---|
HttpParams | This interface represents a collection of HTTP protocol parameters. |
HttpParamsFactory |
A factory for getting the default set of parameters to use when creating an instance of
HttpParams .
|
Class Summary | |
---|---|
DefaultHttpParams | This class represents a collection of HTTP protocol parameters. |
DefaultHttpParamsFactory | |
HostParams | This class represents a collection of HTTP protocol parameters applicable to {@link org.apache.commons.httpclient.HostConfiguration instances of HostConfiguration}. |
HttpClientParams | This class represents a collection of HTTP protocol parameters applicable to {@link org.apache.commons.httpclient.HttpClient instances of HttpClient}. |
HttpConnectionManagerParams | This class represents a collection of HTTP protocol parameters applicable to {@link org.apache.commons.httpclient.HttpConnectionManager HTTP connection managers}. |
HttpConnectionParams | This class represents a collection of HTTP protocol parameters applicable to {@link org.apache.commons.httpclient.HttpConnection HTTP connections}. |
HttpMethodParams | This class represents a collection of HTTP protocol parameters applicable to {@link org.apache.commons.httpclient.HttpMethod HTTP methods}. |
Since: 3.0