Interface Http2StreamHandling.OutStream
- All Known Implementing Classes:
- Http2StreamHandling.OutStreamImpl
- Enclosing interface:
- Http2StreamHandling
public static interface Http2StreamHandling.OutStream
- 
Method SummaryModifier and TypeMethodDescriptionvoidbooleancanSend()scala.Option<FrameEvent>voidincreaseWindow(int delta) booleanisDone()nextFrame(int maxBytesToSend) 
- 
Method Details- 
canSendboolean canSend()
- 
cancelStreamvoid cancelStream()
- 
endStreamIfPossiblescala.Option<FrameEvent> endStreamIfPossible()
- 
nextFrame
- 
increaseWindowvoid increaseWindow(int delta) 
- 
isDoneboolean isDone()
 
-