Interface | Description |
---|---|
HTTPBehavior |
To specify a specific behavior for a http client.
|
HTTPClient |
Defines the inteface by which an
AbstractOpenWebService executes HTTP requests. |
HTTPClientFactory |
Factory class to create a HTTP client.
|
HTTPConnectionPooling |
Interface to support clients that uses a connection pool
|
HTTPProxy |
Http client implementing this are capable of using a proxy.
|
HTTPResponse |
Interface by which an
AbstractOpenWebService retrieves the contents of an HTTP request
issued through its HTTPClient . |
Class | Description |
---|---|
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.
|
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 |
Exception | Description |
---|---|
HTTPFactoryException |
Copyright © 1996–2021 Geotools. All rights reserved.