public interface ResponseHandler<R>
| Modifier and Type | Method and Description |
|---|---|
R |
handleResponse(int statusCode,
InputStream bodyStream,
List<ResponseHeader> headers) |
R handleResponse(int statusCode, InputStream bodyStream, List<ResponseHeader> headers)
statusCode - The HTTP status code that was returned by the Ingenico ePayments platform.bodyStream - The raw response body that was returned by the Ingenico ePayments platform. Note that it will be closed outside of this method.headers - The headers that were returned by the Ingenico ePayments platform. Never null.Copyright © 2024 Ingenico ePayments. All rights reserved.