Package org.geotools.http
-
Interface Summary Interface Description HTTPBehavior To specify a specific behavior for a http client.HTTPClient Defines the inteface by which anAbstractOpenWebService
executes HTTP requests.HTTPClientFactory Factory class to create a HTTP client.HTTPConnectionPooling Interface to support clients that uses a connection poolHTTPProxy Http client implementing this are capable of using a proxy.HTTPResponse Interface by which anAbstractOpenWebService
retrieves the contents of an HTTP request issued through itsHTTPClient
. -
Class Summary 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.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 simpleHTTPClient
that creates a newHTTP connection
for each request. -
Exception Summary Exception Description HTTPFactoryException