Class DefaultSpdyWindowUpdateFrame

    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultSpdyWindowUpdateFrame​(int streamId, int deltaWindowSize)
      Creates a new instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getDeltaWindowSize()
      Returns the Delta-Window-Size of this frame.
      int getStreamId()
      Returns the Stream-ID of this frame.
      void setDeltaWindowSize​(int deltaWindowSize)
      Sets the Delta-Window-Size of this frame.
      void setStreamId​(int streamId)
      Sets the Stream-ID of this frame.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • streamId

        private int streamId
      • deltaWindowSize

        private int deltaWindowSize
    • Constructor Detail

      • 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