Class DefaultSpdyRstStreamFrame

    • Constructor Detail

      • DefaultSpdyRstStreamFrame

        public DefaultSpdyRstStreamFrame​(int streamId,
                                         int statusCode)
        Creates a new instance.
        Parameters:
        streamId - the Stream-ID of this frame
        statusCode - the Status code of this frame
      • DefaultSpdyRstStreamFrame

        public DefaultSpdyRstStreamFrame​(int streamId,
                                         SpdyStreamStatus status)
        Creates a new instance.
        Parameters:
        streamId - the Stream-ID of this frame
        status - the status of this frame