Class DefaultSpdyRstStreamFrame

java.lang.Object
org.jboss.netty.handler.codec.spdy.DefaultSpdyStreamFrame
org.jboss.netty.handler.codec.spdy.DefaultSpdyRstStreamFrame
All Implemented Interfaces:
SpdyFrame, SpdyRstStreamFrame, SpdyStreamFrame

public class DefaultSpdyRstStreamFrame extends DefaultSpdyStreamFrame implements SpdyRstStreamFrame
The default SpdyRstStreamFrame implementation.
  • Field Details

  • Constructor Details

    • 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
  • Method Details