Interface Http2StreamHandling.OutStream

All Known Implementing Classes:
Http2StreamHandling.OutStreamImpl
Enclosing interface:
Http2StreamHandling

public static interface Http2StreamHandling.OutStream
  • Method Details

    • streamId

      int streamId()
    • canSend

      boolean canSend()
    • cancelStream

      void cancelStream()
    • endStreamIfPossible

      scala.Option<FrameEvent> endStreamIfPossible()
    • nextFrame

      FrameEvent.DataFrame nextFrame(int maxBytesToSend)
    • increaseWindow

      boolean increaseWindow(int delta)
    • isDone

      boolean isDone()