Interface SpdyWindowUpdateFrame

All Superinterfaces:
SpdyFrame
All Known Implementing Classes:
DefaultSpdyWindowUpdateFrame

public interface SpdyWindowUpdateFrame extends SpdyFrame
A SPDY Protocol WINDOW_UPDATE Frame
  • Method Details

    • streamId

      int streamId()
      Returns the Stream-ID of this frame.
    • setStreamId

      SpdyWindowUpdateFrame setStreamId(int streamID)
      Sets the Stream-ID of this frame. The Stream-ID cannot be negative.
    • deltaWindowSize

      int deltaWindowSize()
      Returns the Delta-Window-Size of this frame.
    • setDeltaWindowSize

      SpdyWindowUpdateFrame setDeltaWindowSize(int deltaWindowSize)
      Sets the Delta-Window-Size of this frame. The Delta-Window-Size must be positive.