Class SMPHttpResponseHandlerUnsigned<T>

java.lang.Object
com.helger.smpclient.httpclient.AbstractSMPResponseHandler<T>
com.helger.smpclient.httpclient.SMPHttpResponseHandlerUnsigned<T>
Type Parameters:
T - The type of object to be handled.
All Implemented Interfaces:
org.apache.hc.core5.http.io.HttpClientResponseHandler<T>

public class SMPHttpResponseHandlerUnsigned<T> extends AbstractSMPResponseHandler<T>
This is the Apache HTTP client response handler to verify unsigned HTTP response messages.

Note: this class is also licensed under Apache 2 license, as it was not part of the original implementation

Author:
Philip Helger