Uses of Class
org.geotools.http.AbstractHttpClient
Packages that use AbstractHttpClient
-
Uses of AbstractHttpClient in org.geotools.http
Subclasses of AbstractHttpClient in org.geotools.httpModifier and TypeClassDescriptionclass
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.commonsModifier and TypeClassDescriptionclass
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
.