Class SSLCertificateLoader.NoSenseHttpClientResponseHandler

java.lang.Object
eu.europa.esig.dss.service.http.commons.SSLCertificateLoader.NoSenseHttpClientResponseHandler
All Implemented Interfaces:
org.apache.hc.core5.http.io.HttpClientResponseHandler<byte[]>
Enclosing class:
SSLCertificateLoader

protected static class SSLCertificateLoader.NoSenseHttpClientResponseHandler extends Object implements org.apache.hc.core5.http.io.HttpClientResponseHandler<byte[]>
This class consumes the ClassicHttpResponse but does not process or return any content. It is used to quickly process a response without a need to extract any data.