Class DefaultSpdyStreamFrame

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected DefaultSpdyStreamFrame​(int streamId)
      Creates a new instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isLast()
      Returns true if this frame is the last frame to be transmitted on the stream.
      SpdyStreamFrame setLast​(boolean last)
      Sets if this frame is the last frame to be transmitted on the stream.
      SpdyStreamFrame setStreamId​(int streamId)
      Sets the Stream-ID of this frame.
      int streamId()
      Returns the Stream-ID of this frame.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultSpdyStreamFrame

        protected DefaultSpdyStreamFrame​(int streamId)
        Creates a new instance.
        Parameters:
        streamId - the Stream-ID of this frame