Package | Description |
---|---|
org.apache.commons.httpclient |
Classes and interfaces supporting the client side of the HTTP protocol.
|
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.methods.multipart |
Provides Multipart support classes for the
MultipartPostMethod . |
org.apache.commons.httpclient.params |
HttpClient preferences framework.
|
org.apache.commons.httpclient.protocol |
Provides protocol specific socket factory handling.
|
Class and Description |
---|
HostParams
This class represents a collection of HTTP protocol parameters applicable to
instances of HostConfiguration . |
HttpClientParams
This class represents a collection of HTTP protocol parameters applicable to
instances of HttpClient . |
HttpConnectionManagerParams
This class represents a collection of HTTP protocol parameters applicable to
HTTP connection managers . |
HttpConnectionParams
This class represents a collection of HTTP protocol parameters applicable to
HTTP connections . |
HttpMethodParams
This class represents a collection of HTTP protocol parameters applicable to
HTTP methods . |
Class and Description |
---|
HttpParams
This interface represents a collection of HTTP protocol parameters.
|
Class and Description |
---|
HttpMethodParams
This class represents a collection of HTTP protocol parameters applicable to
HTTP methods . |
Class and Description |
---|
DefaultHttpParams
This class represents a collection of HTTP protocol parameters.
|
HttpConnectionParams
This class represents a collection of HTTP protocol parameters applicable to
HTTP connections . |
HttpMethodParams
This class represents a collection of HTTP protocol parameters applicable to
HTTP methods . |
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 and Description |
---|
HttpConnectionParams
This class represents a collection of HTTP protocol parameters applicable to
HTTP connections . |
Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.