Interface Http2StreamHandling.OutStream
- All Known Implementing Classes:
Http2StreamHandling.OutStreamImpl
- Enclosing interface:
- Http2StreamHandling
public static interface Http2StreamHandling.OutStream
-
Method Summary
Modifier and TypeMethodDescriptionvoidbooleancanSend()scala.Option<FrameEvent>voidincreaseWindow(int delta) booleanisDone()nextFrame(int maxBytesToSend)
-
Method Details
-
canSend
boolean canSend() -
cancelStream
void cancelStream() -
endStreamIfPossible
scala.Option<FrameEvent> endStreamIfPossible() -
nextFrame
-
increaseWindow
void increaseWindow(int delta) -
isDone
boolean isDone()
-