Package com.adyen.httpclient
Class AdyenResponseHandler
- java.lang.Object
-
- com.adyen.httpclient.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 Summary
Constructors Constructor Description AdyenResponseHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.adyen.httpclient.AdyenResponsehandleResponse(org.apache.hc.core5.http.ClassicHttpResponse httpResponse)
-
-
-
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:
handleResponsein interfaceorg.apache.hc.core5.http.io.HttpClientResponseHandler<com.adyen.httpclient.AdyenResponse>- Throws:
IOExceptionorg.apache.hc.core5.http.ParseException
-
-