Interface CometDResponse.Output
- Enclosing interface:
CometDResponse
public static interface CometDResponse.Output
The sink of the response body.
-
Method Summary
-
Method Details
-
write
Writes the given response bytes, notifying the given promise when the write operation is complete.
- Parameters:
last
- whether the response bytes to write are the lastbytes
- the response bytes to writepromise
- the promise to notify when the write operation is complete
-