public static interface Http2StreamHandling.OutStream
Modifier and Type | Method and Description |
---|---|
void |
cancelStream() |
boolean |
canSend() |
scala.Option<FrameEvent> |
endStreamIfPossible() |
void |
increaseWindow(int delta) |
boolean |
isDone() |
FrameEvent.DataFrame |
nextFrame(int maxBytesToSend) |
boolean canSend()
void cancelStream()
scala.Option<FrameEvent> endStreamIfPossible()
FrameEvent.DataFrame nextFrame(int maxBytesToSend)
void increaseWindow(int delta)
boolean isDone()