Class | Description |
---|---|
MultithreadedHttpClient |
An Apache commons HTTP client based
HTTPClient backed by a multithreaded connection
manager that allows to reuse connections to the backing server and to limit the max number of concurrent connections . |
MultithreadedHttpClientFactory |
Factory for MultithreadedHttpClient
To use client set Hints.HTTP_CLIENT_FACTORY=MultithreadedHttpClientFactory.class, or
Hints.HTTP_CLIENT=MultithreadedHttpClient.class
|
Copyright © 1996–2022 Geotools. All rights reserved.