Class DefaultSpdyWindowUpdateFrame

java.lang.Object
org.jboss.netty.handler.codec.spdy.DefaultSpdyWindowUpdateFrame
All Implemented Interfaces:
SpdyFrame, SpdyWindowUpdateFrame

public class DefaultSpdyWindowUpdateFrame extends Object implements SpdyWindowUpdateFrame
The default SpdyWindowUpdateFrame implementation.
  • Field Details

    • streamId

      private int streamId
    • deltaWindowSize

      private int deltaWindowSize
  • Constructor Details

    • DefaultSpdyWindowUpdateFrame

      public DefaultSpdyWindowUpdateFrame(int streamId, int deltaWindowSize)
      Creates a new instance.
      Parameters:
      streamId - the Stream-ID of this frame
      deltaWindowSize - the Delta-Window-Size of this frame
  • Method Details