AbstractHttpClient |
A base class for HTTPClient, that implements everything except the get and post methods.
|
AbstractHTTPClientFactory |
Base HTTPClientFactory adding wrapper client's to the desired HTTP Client like for instance
LoggingHTTPClient.
|
DefaultHTTPClientFactory |
Default factory for generating HTTP client's.
|
DefaultHttpResponse |
HTTPResponse that uses URLConnection as its basis.
|
DelegateHTTPClient |
|
DelegateHTTPResponse |
|
HTTPClientFinder |
Factory finder for getting instances of HTTPClientFactory.
|
LoggingHTTPClient |
A wrapper around a HTTPClient that will send messages to log for each request and response.
|
SimpleHttpClient |
A simple HTTPClient that creates a new HTTP connection for each
request.
|
SimpleHttpClient.SimpleHTTPResponse |
Deprecated. |