public class io.undertow.protocols.http2.Http2RstStreamStreamSourceChannel extends io.undertow.protocols.http2.AbstractHttp2StreamSourceChannel
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.undertow.protocols.http2.Http2RstStreamStreamSourceChannel
  super_class: io.undertow.protocols.http2.AbstractHttp2StreamSourceChannel
{
  private final int errorCode;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int streamId;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(io.undertow.protocols.http2.Http2Channel, io.undertow.connector.PooledByteBuffer, int, int);
    descriptor: (Lio/undertow/protocols/http2/Http2Channel;Lio/undertow/connector/PooledByteBuffer;II)V
    flags: (0x0000) 
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.undertow.protocols.http2.Http2RstStreamStreamSourceChannel this
        start local 1 // io.undertow.protocols.http2.Http2Channel framedChannel
        start local 2 // io.undertow.connector.PooledByteBuffer data
        start local 3 // int errorCode
        start local 4 // int streamId
         0: .line 34
            aload 0 /* this */
            aload 1 /* framedChannel */
            aload 2 /* data */
            lconst_0
            invokespecial io.undertow.protocols.http2.AbstractHttp2StreamSourceChannel.<init>:(Lio/undertow/protocols/http2/Http2Channel;Lio/undertow/connector/PooledByteBuffer;J)V
         1: .line 35
            aload 0 /* this */
            iload 3 /* errorCode */
            putfield io.undertow.protocols.http2.Http2RstStreamStreamSourceChannel.errorCode:I
         2: .line 36
            aload 0 /* this */
            iload 4 /* streamId */
            putfield io.undertow.protocols.http2.Http2RstStreamStreamSourceChannel.streamId:I
         3: .line 37
            aload 0 /* this */
            invokevirtual io.undertow.protocols.http2.Http2RstStreamStreamSourceChannel.lastFrame:()V
         4: .line 38
            return
        end local 4 // int streamId
        end local 3 // int errorCode
        end local 2 // io.undertow.connector.PooledByteBuffer data
        end local 1 // io.undertow.protocols.http2.Http2Channel framedChannel
        end local 0 // io.undertow.protocols.http2.Http2RstStreamStreamSourceChannel this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lio/undertow/protocols/http2/Http2RstStreamStreamSourceChannel;
            0    5     1  framedChannel  Lio/undertow/protocols/http2/Http2Channel;
            0    5     2           data  Lio/undertow/connector/PooledByteBuffer;
            0    5     3      errorCode  I
            0    5     4       streamId  I
    MethodParameters:
               Name  Flags
      framedChannel  
      data           
      errorCode      
      streamId       

  public int getErrorCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.protocols.http2.Http2RstStreamStreamSourceChannel this
         0: .line 41
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2RstStreamStreamSourceChannel.errorCode:I
            ireturn
        end local 0 // io.undertow.protocols.http2.Http2RstStreamStreamSourceChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/protocols/http2/Http2RstStreamStreamSourceChannel;

  public int getStreamId();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.protocols.http2.Http2RstStreamStreamSourceChannel this
         0: .line 45
            aload 0 /* this */
            getfield io.undertow.protocols.http2.Http2RstStreamStreamSourceChannel.streamId:I
            ireturn
        end local 0 // io.undertow.protocols.http2.Http2RstStreamStreamSourceChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/protocols/http2/Http2RstStreamStreamSourceChannel;
}
SourceFile: "Http2RstStreamStreamSourceChannel.java"