Package | Description |
---|---|
org.geotools.http | |
org.geotools.http.commons |
Modifier and Type | Interface and Description |
---|---|
interface |
HTTPConnectionPooling
Interface to support clients that uses a connection pool
|
interface |
HTTPProxy
Http client implementing this are capable of using a proxy.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleHttpClient
A simple
HTTPClient that creates a new HTTP connection for each
request. |
Modifier and Type | Method and Description |
---|---|
boolean |
HTTPClientFactory.canProcess(Hints hints,
List<Class<? extends HTTPBehavior>> behaviors)
Method used to check if client in Hints can be created
|
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.
|
HTTPClient |
HTTPClientFactory.createClient(Hints hints,
List<Class<? extends HTTPBehavior>> behaviors)
Called by HTTPFactoryFinder to create client
Takes care of any delegation
|
HTTPClient |
AbstractHTTPClientFactory.createClient(Hints hints,
List<Class<? extends HTTPBehavior>> behaviors) |
HTTPClient |
HTTPClientFactory.createClient(List<Class<? extends HTTPBehavior>> behaviors)
Method called to create the client
|
abstract HTTPClient |
AbstractHTTPClientFactory.createClient(List<Class<? extends HTTPBehavior>> behaviors)
Create instance of HTTPClient.
|
HTTPClient |
DefaultHTTPClientFactory.createClient(List<Class<? extends HTTPBehavior>> behaviors) |
Constructor and Description |
---|
HTTPFactoryException(String message,
Hints hints,
List<Class<? extends HTTPBehavior>> behaviors) |
Modifier and Type | Class and Description |
---|---|
class |
MultithreadedHttpClient
An Apache commons HTTP client based
HTTPClient backed by a multithreaded connection
manager that allows to reuse connections to the backing server and to limit the max number of concurrent connections . |
Modifier and Type | Method and Description |
---|---|
HTTPClient |
MultithreadedHttpClientFactory.createClient(List<Class<? extends HTTPBehavior>> behaviors) |
Copyright © 1996–2022 Geotools. All rights reserved.