public interface BodyHandler
Modifier and Type | Method and Description |
---|---|
void |
handleBody(InputStream bodyStream,
List<ResponseHeader> headers) |
void handleBody(InputStream bodyStream, List<ResponseHeader> headers) throws IOException
bodyStream
- The raw response body as an input stream. Note that it will be closed outside of this method.headers
- The headers that were returned by the Worldline Global Collect platform. Never null
.IOException
Copyright © 2024 Worldline Global Collect. All rights reserved.