Delivers a frame via the transport. @param frame a non-empty buffer to deliver or null if the framer is being closed and there is no data to deliver. @param endOfStream whether the frame is the last one for the GRPC stream @param flush true if more data may not be arriv
(
@Nullable WritableBuffer frame,
boolean endOfStream,
boolean flush,
int numMessages)
| 61 | * @param numMessages the number of messages that this series of frames represents |
| 62 | */ |
| 63 | void deliverFrame( |
| 64 | @Nullable WritableBuffer frame, |
| 65 | boolean endOfStream, |
| 66 | boolean flush, |
no outgoing calls