Uses of Interface
org.geotools.http.HTTPBehavior
-
Packages that use HTTPBehavior Package Description org.geotools.http org.geotools.http.commons -
-
Uses of HTTPBehavior in org.geotools.http
Subinterfaces of HTTPBehavior in org.geotools.http Modifier and Type Interface Description interface
HTTPConnectionPooling
Interface to support clients that uses a connection poolinterface
HTTPProxy
Http client implementing this are capable of using a proxy.Classes in org.geotools.http that implement HTTPBehavior Modifier and Type Class Description class
SimpleHttpClient
A simpleHTTPClient
that creates a newHTTP connection
for each request.Method parameters in org.geotools.http with type arguments of type HTTPBehavior Modifier and Type Method Description 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.HTTPClient
AbstractHTTPClientFactory. createClient(Hints hints, List<Class<? extends HTTPBehavior>> behaviors)
HTTPClient
DefaultHTTPClientFactory. createClient(List<Class<? extends HTTPBehavior>> behaviors)
HTTPClient
HTTPClientFactory. createClient(List<Class<? extends HTTPBehavior>> behaviors)
Method called to create the clientHTTPClient
HTTPClientFactory. createClient(Hints hints, List<Class<? extends HTTPBehavior>> behaviors)
Called by HTTPFactoryFinder to create clientConstructor parameters in org.geotools.http with type arguments of type HTTPBehavior Constructor Description HTTPFactoryException(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 HTTPBehavior Modifier and Type Class Description class
MultithreadedHttpClient
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 HTTPBehavior Modifier and Type Method Description HTTPClient
MultithreadedHttpClientFactory. createClient(List<Class<? extends HTTPBehavior>> behaviors)
-