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