Uses of Class
org.geotools.http.AbstractHttpClient
-
Packages that use AbstractHttpClient Package Description org.geotools.http org.geotools.http.commons -
-
Uses of AbstractHttpClient in org.geotools.http
Subclasses of AbstractHttpClient in org.geotools.http Modifier and Type Class Description classSimpleHttpClientA simpleHTTPClientthat creates a newHTTP connectionfor each request. -
Uses of AbstractHttpClient in org.geotools.http.commons
Subclasses of AbstractHttpClient in org.geotools.http.commons 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.
-