Package org.geotools.http
- 
Interface Summary Interface Description HTTPBehavior To specify a specific behavior for a http client.HTTPClient Defines the interface by which anAbstractOpenWebServiceexecutes 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 anAbstractOpenWebServiceretrieves 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 simpleHTTPClientthat creates a newHTTP connectionfor each request.
- 
Exception Summary Exception Description HTTPFactoryException