Class ResponseContentSHA256Interceptor
java.lang.Object
no.digipost.api.client.internal.http.response.interceptor.ResponseContentSHA256Interceptor
- All Implemented Interfaces:
org.apache.hc.core5.http.HttpResponseInterceptor
public class ResponseContentSHA256Interceptor
extends Object
implements org.apache.hc.core5.http.HttpResponseInterceptor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(org.apache.hc.core5.http.HttpResponse response, org.apache.hc.core5.http.EntityDetails entityDetails, org.apache.hc.core5.http.protocol.HttpContext context)
-
Constructor Details
-
ResponseContentSHA256Interceptor
public ResponseContentSHA256Interceptor()
-
-
Method Details
-
process
public void process(org.apache.hc.core5.http.HttpResponse response, org.apache.hc.core5.http.EntityDetails entityDetails, org.apache.hc.core5.http.protocol.HttpContext context) throws org.apache.hc.core5.http.HttpException, IOException - Specified by:
processin interfaceorg.apache.hc.core5.http.HttpResponseInterceptor- Throws:
org.apache.hc.core5.http.HttpExceptionIOException
-