Uses of Interface
org.geotools.http.HTTPProxy
Packages that use HTTPProxy
-
Uses of HTTPProxy in org.geotools.http
Classes in org.geotools.http that implement HTTPProxyModifier and TypeClassDescriptionclass
A simpleHTTPClient
that creates a newHTTP connection
for each request. -
Uses of HTTPProxy in org.geotools.http.commons
Classes in org.geotools.http.commons that implement HTTPProxyModifier 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
.