org.apache.commons.httpclient.params |
Package Documentation for org.apache.commons.httpclient.params
HttpClient preferences framework.
@since 3.0
|
Java Source File Name | Type | Comment |
DefaultHttpParams.java | Class | This class represents a collection of HTTP protocol parameters. |
DefaultHttpParamsFactory.java | Class | |
HostParams.java | Class | This class represents a collection of HTTP protocol parameters applicable to
org.apache.commons.httpclient.HostConfiguration instances of HostConfiguration . |
HttpClientParams.java | Class | This class represents a collection of HTTP protocol parameters applicable to
org.apache.commons.httpclient.HttpClient instances of HttpClient . |
HttpConnectionManagerParams.java | Class | This class represents a collection of HTTP protocol parameters applicable to
org.apache.commons.httpclient.HttpConnectionManager HTTP connection managers . |
HttpConnectionParams.java | Class | This class represents a collection of HTTP protocol parameters applicable to
org.apache.commons.httpclient.HttpConnection HTTP connections . |
HttpMethodParams.java | Class | This class represents a collection of HTTP protocol parameters applicable to
org.apache.commons.httpclient.HttpMethod HTTP methods . |
HttpParams.java | Interface | This interface represents a collection of HTTP protocol parameters. |
HttpParamsFactory.java | Interface | A factory for getting the default set of parameters to use when creating an instance of
HttpParams . |
TestHttpParams.java | Class | HTTP preference framework tests. |
TestParamsAll.java | Class | |
TestSSLTunnelParams.java | Class | Tunnelling proxy configuration. |