replyBinary
replyBinary(header: String; body: Binary);
The replyBinary method of the JadeRestService class is called when a Direct REST service response with a Binary payload has been generated. Although you can reimplement the method to allow the application to post‑process the response, you must call the JadeRestService implementation to complete the processing.
The value specified in the header parameter of this method will contain the HTTP header of the response. The value of the body parameter is a buffer containing the binary payload of the response.
If the response is modified, the "Content-Length" header field of the response will be updated.
2022.0.05 and higher
