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 class
SimpleHttpClient
A simpleHTTPClient
that creates a newHTTP connection
for each request. -
Uses of AbstractHttpClient in org.geotools.http.commons
Subclasses of AbstractHttpClient in org.geotools.http.commons 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
.
-