Interface Http2StreamHandling.OutStream

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

public static interface Http2StreamHandling.OutStream
  • Method Details

    • canSend

      boolean canSend()
    • cancelStream

      void cancelStream()
    • endStreamIfPossible

      scala.Option<FrameEvent> endStreamIfPossible()
    • nextFrame

      FrameEvent.DataFrame nextFrame(int maxBytesToSend)
    • increaseWindow

      void increaseWindow(int delta)
    • isDone

      boolean isDone()