Class DefaultSpdyGoAwayFrame

    • Constructor Detail

      • DefaultSpdyGoAwayFrame

        public DefaultSpdyGoAwayFrame​(int lastGoodStreamId)
        Creates a new instance.
        Parameters:
        lastGoodStreamId - the Last-good-stream-ID of this frame
      • DefaultSpdyGoAwayFrame

        public DefaultSpdyGoAwayFrame​(int lastGoodStreamId,
                                      int statusCode)
        Creates a new instance.
        Parameters:
        lastGoodStreamId - the Last-good-stream-ID of this frame
        statusCode - the Status code of this frame
      • DefaultSpdyGoAwayFrame

        public DefaultSpdyGoAwayFrame​(int lastGoodStreamId,
                                      SpdySessionStatus status)
        Creates a new instance.
        Parameters:
        lastGoodStreamId - the Last-good-stream-ID of this frame
        status - the status of this frame