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 Worldline Global Collect platform.bodyStream - The raw response body that was returned by the Worldline Global Collect platform. Note that it will be closed outside of this method.headers - The headers that were returned by the Worldline Global Collect platform. Never null.Copyright © 2025 Worldline Global Collect. All rights reserved.