Class FrameEvent.WindowUpdateFrame

java.lang.Object
akka.http.impl.engine.http2.FrameEvent.WindowUpdateFrame
All Implemented Interfaces:
FrameEvent, FrameEvent.StreamFrameEvent, Serializable, scala.Equals, scala.Product
Enclosing interface:
FrameEvent

public static final class FrameEvent.WindowUpdateFrame extends Object implements FrameEvent.StreamFrameEvent, scala.Product, Serializable
See Also:
  • Constructor Details

    • WindowUpdateFrame

      public WindowUpdateFrame(int streamId, int windowSizeIncrement)
  • Method Details