Uses of Class
org.tailormap.api.geotools.ResponseTeeingHTTPClient.TeeHTTPResponseWrapper
-
Uses of ResponseTeeingHTTPClient.TeeHTTPResponseWrapper in org.tailormap.api.geotools
ModifierConstructorDescriptionResponseTeeingHTTPClient
(org.geotools.http.HTTPClient wrapped, BiConsumer<URL, ResponseTeeingHTTPClient.TeeHTTPResponseWrapper> requestConsumer, Set<String> responseHeadersToCache) Wrap a GeoTools HTTPClient allowing access to the all responses after they have been consumed by handing the client to a GeoTools module by passing a consumer for each request URL and wrapped response.