public class io.undertow.protocols.http2.Http2GoAwayStreamSourceChannel 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.Http2GoAwayStreamSourceChannel
  super_class: io.undertow.protocols.http2.AbstractHttp2StreamSourceChannel
{
  private final int status;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  void <init>(io.undertow.protocols.http2.Http2Channel, io.undertow.connector.PooledByteBuffer, long, int, int);
    descriptor: (Lio/undertow/protocols/http2/Http2Channel;Lio/undertow/connector/PooledByteBuffer;JII)V
    flags: (0x0000) 
    Code:
      stack=5, locals=7, args_size=6
        start local 0 // io.undertow.protocols.http2.Http2GoAwayStreamSourceChannel this
        start local 1 // io.undertow.protocols.http2.Http2Channel framedChannel
        start local 2 // io.undertow.connector.PooledByteBuffer data
        start local 3 // long frameDataRemaining
        start local 5 // int status
        start local 6 // int lastGoodStreamId
         0: .line 34
            aload 0 /* this */
            aload 1 /* framedChannel */
            aload 2 /* data */
            lload 3 /* frameDataRemaining */
            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 5 /* status */
            putfield io.undertow.protocols.http2.Http2GoAwayStreamSourceChannel.status:I
         2: .line 36
            aload 0 /* this */
            iload 6 /* lastGoodStreamId */
            putfield io.undertow.protocols.http2.Http2GoAwayStreamSourceChannel.lastGoodStreamId:I
         3: .line 37
            aload 0 /* this */
            invokevirtual io.undertow.protocols.http2.Http2GoAwayStreamSourceChannel.lastFrame:()V
         4: .line 38
            return
        end local 6 // int lastGoodStreamId
        end local 5 // int status
        end local 3 // long frameDataRemaining
        end local 2 // io.undertow.connector.PooledByteBuffer data
        end local 1 // io.undertow.protocols.http2.Http2Channel framedChannel
        end local 0 // io.undertow.protocols.http2.Http2GoAwayStreamSourceChannel this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    5     0                this  Lio/undertow/protocols/http2/Http2GoAwayStreamSourceChannel;
            0    5     1       framedChannel  Lio/undertow/protocols/http2/Http2Channel;
            0    5     2                data  Lio/undertow/connector/PooledByteBuffer;
            0    5     3  frameDataRemaining  J
            0    5     5              status  I
            0    5     6    lastGoodStreamId  I
    MethodParameters:
                    Name  Flags
      framedChannel       
      data                
      frameDataRemaining  
      status              
      lastGoodStreamId    

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

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