Interface Http2StreamHandling.Sending
- All Known Implementing Classes:
Http2StreamHandling.HalfClosedRemoteSendingData,Http2StreamHandling.Open,Http2StreamHandling.OpenSendingData
- Enclosing interface:
- Http2StreamHandling
public static interface Http2StreamHandling.Sending
-
Method Summary
Modifier and TypeMethodDescriptionhandleOutgoingFailed(Throwable cause) handleWindowUpdate(FrameEvent.WindowUpdateFrame windowUpdate) increaseWindow(int delta) scala.Tuple2<Http2StreamHandling.StreamState,PullFrameResult> pullNextFrame(int maxSize) voidshutdown()
-
Method Details
-
handleOutgoingFailed
-
handleWindowUpdate
-
increaseWindow
-
outStream
Http2StreamHandling.OutStream outStream() -
pullNextFrame
-
shutdown
void shutdown()
-