Uses of Class
nl.b3p.tailormap.api.geotools.ResponseTeeingHTTPClient.TeeHTTPResponseWrapper
-
Packages that use ResponseTeeingHTTPClient.TeeHTTPResponseWrapper Package Description nl.b3p.tailormap.api.geotools -
-
Uses of ResponseTeeingHTTPClient.TeeHTTPResponseWrapper in nl.b3p.tailormap.api.geotools
Constructor parameters in nl.b3p.tailormap.api.geotools with type arguments of type ResponseTeeingHTTPClient.TeeHTTPResponseWrapper Constructor Description ResponseTeeingHTTPClient(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.
-