|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HTTPClient | |
---|---|
org.geotools.data.ows | |
org.geotools.data.wfs | |
org.geotools.data.wfs.v1_1_0 | |
org.geotools.data.wms | Provides for Web Map Server client access as a Grid Coverage Exchange. |
Uses of HTTPClient in org.geotools.data.ows |
---|
Classes in org.geotools.data.ows that implement HTTPClient | |
---|---|
class |
DelegateHTTPClient
|
class |
LoggingHTTPClient
|
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 . |
class |
SimpleHttpClient
A simple HTTPClient that creates a new HTTP connection for each
request. |
Fields in org.geotools.data.ows declared as HTTPClient | |
---|---|
protected HTTPClient |
DelegateHTTPClient.delegate
|
Methods in org.geotools.data.ows that return HTTPClient | |
---|---|
HTTPClient |
AbstractOpenWebService.getHTTPClient()
|
Methods in org.geotools.data.ows with parameters of type HTTPClient | |
---|---|
void |
AbstractOpenWebService.setHttpClient(HTTPClient httpClient)
|
Constructors in org.geotools.data.ows with parameters of type HTTPClient | |
---|---|
AbstractOpenWebService(URL serverURL,
HTTPClient httpClient,
C capabilities)
|
|
DelegateHTTPClient(HTTPClient delegate)
|
|
LoggingHTTPClient(HTTPClient delegate)
|
|
LoggingHTTPClient(HTTPClient delegate,
String charsetName)
|
Uses of HTTPClient in org.geotools.data.wfs |
---|
Methods in org.geotools.data.wfs with parameters of type HTTPClient | |
---|---|
void |
WFSDataStoreFactory.setHTTPClient(HTTPClient http)
|
Uses of HTTPClient in org.geotools.data.wfs.v1_1_0 |
---|
Fields in org.geotools.data.wfs.v1_1_0 declared as HTTPClient | |
---|---|
protected HTTPClient |
WFS_1_1_0_Protocol.http
|
Constructors in org.geotools.data.wfs.v1_1_0 with parameters of type HTTPClient | |
---|---|
WFS_1_1_0_Protocol(InputStream capabilitiesReader,
HTTPClient http,
Charset defaultEncoding,
WFSStrategy strategy)
|
Uses of HTTPClient in org.geotools.data.wms |
---|
Constructors in org.geotools.data.wms with parameters of type HTTPClient | |
---|---|
WebMapServer(URL serverURL,
HTTPClient httpClient)
Creates a new WebMapServer instance and attempts to retrieve the Capabilities document specified by serverURL. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |