Class AdyenResponseHandler

  • All Implemented Interfaces:
    org.apache.hc.core5.http.io.HttpClientResponseHandler<com.adyen.httpclient.AdyenResponse>

    public class AdyenResponseHandler
    extends Object
    implements org.apache.hc.core5.http.io.HttpClientResponseHandler<com.adyen.httpclient.AdyenResponse>
    • Constructor Detail

      • AdyenResponseHandler

        public AdyenResponseHandler()
    • Method Detail

      • handleResponse

        public com.adyen.httpclient.AdyenResponse handleResponse​(org.apache.hc.core5.http.ClassicHttpResponse httpResponse)
                                                          throws IOException,
                                                                 org.apache.hc.core5.http.ParseException
        Specified by:
        handleResponse in interface org.apache.hc.core5.http.io.HttpClientResponseHandler<com.adyen.httpclient.AdyenResponse>
        Throws:
        IOException
        org.apache.hc.core5.http.ParseException