Package org.geotools.http
package org.geotools.http
-
ClassDescriptionA base class for HTTPClient, that implements everything except the get and post methods.Base HTTPClientFactory adding wrapper client's to the desired HTTP Client like for instance LoggingHTTPClient.Default factory for generating HTTP client's.HTTPResponse that uses URLConnection as its basis.To specify a specific behavior for a http client.Defines the interface by which an
AbstractOpenWebService
executes HTTP requests.Factory class to create a HTTP client.Factory finder for getting instances of HTTPClientFactory.Interface to support clients that uses a connection poolHttp client implementing this are capable of using a proxy.Interface by which anAbstractOpenWebService
retrieves the contents of an HTTP request issued through itsHTTPClient
.A wrapper around a HTTPClient that will send messages to log for each request and response.A simpleHTTPClient
that creates a newHTTP connection
for each request.