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.httpSubinterfaces of HTTPBehavior in org.geotools.http Modifier and Type Interface Description interfaceHTTPConnectionPoolingInterface to support clients that uses a connection poolinterfaceHTTPProxyHttp client implementing this are capable of using a proxy.Classes in org.geotools.http that implement HTTPBehavior Modifier and Type Class Description classSimpleHttpClientA simpleHTTPClientthat creates a newHTTP connectionfor each request.Method parameters in org.geotools.http with type arguments of type HTTPBehavior Modifier and Type Method Description booleanAbstractHTTPClientFactory. 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.booleanHTTPClientFactory. canProcess(Hints hints, List<Class<? extends HTTPBehavior>> behaviors)Method used to check if client in Hints can be createdabstract HTTPClientAbstractHTTPClientFactory. createClient(List<Class<? extends HTTPBehavior>> behaviors)Create instance of HTTPClient.HTTPClientAbstractHTTPClientFactory. createClient(Hints hints, List<Class<? extends HTTPBehavior>> behaviors)HTTPClientDefaultHTTPClientFactory. createClient(List<Class<? extends HTTPBehavior>> behaviors)HTTPClientHTTPClientFactory. createClient(List<Class<? extends HTTPBehavior>> behaviors)Method called to create the clientHTTPClientHTTPClientFactory. 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.commonsClasses in org.geotools.http.commons that implement HTTPBehavior Modifier and Type Class Description classMultithreadedHttpClientAn Apache commons HTTP client basedHTTPClientbacked 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 HTTPClientMultithreadedHttpClientFactory. createClient(List<Class<? extends HTTPBehavior>> behaviors)
 
-