Uses of Interface
org.geotools.http.HTTPBehavior
Packages that use HTTPBehavior
-
Uses of HTTPBehavior in org.geotools.http
Subinterfaces of HTTPBehavior in org.geotools.httpModifier and TypeInterfaceDescriptioninterface
Interface to support clients that uses a connection poolinterface
Http client implementing this are capable of using a proxy.Classes in org.geotools.http that implement HTTPBehaviorModifier and TypeClassDescriptionclass
A simpleHTTPClient
that creates a newHTTP connection
for each request.Method parameters in org.geotools.http with type arguments of type HTTPBehaviorModifier and TypeMethodDescriptionfinal boolean
AbstractHTTPClientFactory.canProcess
(Hints hints, List<Class<? extends HTTPBehavior>> behaviors) Returns true if a given factory have a HTTP_CLIENT given by the hint, or meets the behaviors.boolean
HTTPClientFactory.canProcess
(Hints hints, List<Class<? extends HTTPBehavior>> behaviors) Method used to check if client in Hints can be createdabstract HTTPClient
AbstractHTTPClientFactory.createClient
(List<Class<? extends HTTPBehavior>> behaviors) Create instance of HTTPClient.final HTTPClient
AbstractHTTPClientFactory.createClient
(Hints hints, List<Class<? extends HTTPBehavior>> behaviors) final HTTPClient
DefaultHTTPClientFactory.createClient
(List<Class<? extends HTTPBehavior>> behaviors) HTTPClientFactory.createClient
(List<Class<? extends HTTPBehavior>> behaviors) Method called to create the clientHTTPClientFactory.createClient
(Hints hints, List<Class<? extends HTTPBehavior>> behaviors) Called by HTTPFactoryFinder to create clientConstructor parameters in org.geotools.http with type arguments of type HTTPBehaviorModifierConstructorDescriptionHTTPFactoryException
(String message, Hints hints, List<Class<? extends HTTPBehavior>> behaviors) -
Uses of HTTPBehavior in org.geotools.http.commons
Classes in org.geotools.http.commons that implement HTTPBehaviorModifier and TypeClassDescriptionclass
An Apache commons HTTP client basedHTTPClient
backed by a multithreaded connection manager that allows to reuse connections to the backing server and to limit themax number of concurrent connections
.Method parameters in org.geotools.http.commons with type arguments of type HTTPBehaviorModifier and TypeMethodDescriptionfinal HTTPClient
MultithreadedHttpClientFactory.createClient
(List<Class<? extends HTTPBehavior>> behaviors)