CometDResponse
The sink of the response body.
void
write(boolean last, byte[] bytes, Promise<Void> promise)
Writes the given response bytes, notifying the given promise when the write operation is complete.
last
bytes
promise