final class io.netty.handler.codec.http2.DefaultHttp2Connection$DefaultPropertyKey implements io.netty.handler.codec.http2.Http2Connection$PropertyKey
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.netty.handler.codec.http2.DefaultHttp2Connection$DefaultPropertyKey
  super_class: java.lang.Object
{
  final int index;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  final io.netty.handler.codec.http2.DefaultHttp2Connection this$0;
    descriptor: Lio/netty/handler/codec/http2/DefaultHttp2Connection;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.netty.handler.codec.http2.DefaultHttp2Connection, int);
    descriptor: (Lio/netty/handler/codec/http2/DefaultHttp2Connection;I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.http2.DefaultHttp2Connection$DefaultPropertyKey this
        start local 2 // int index
         0: .line 1030
            aload 0 /* this */
            aload 1
            putfield io.netty.handler.codec.http2.DefaultHttp2Connection$DefaultPropertyKey.this$0:Lio/netty/handler/codec/http2/DefaultHttp2Connection;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1031
            aload 0 /* this */
            iload 2 /* index */
            putfield io.netty.handler.codec.http2.DefaultHttp2Connection$DefaultPropertyKey.index:I
         2: .line 1032
            return
        end local 2 // int index
        end local 0 // io.netty.handler.codec.http2.DefaultHttp2Connection$DefaultPropertyKey this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/netty/handler/codec/http2/DefaultHttp2Connection$DefaultPropertyKey;
            0    3     2  index  I
    MethodParameters:
        Name  Flags
      this$0  final
      index   

  io.netty.handler.codec.http2.DefaultHttp2Connection$DefaultPropertyKey verifyConnection(io.netty.handler.codec.http2.Http2Connection);
    descriptor: (Lio/netty/handler/codec/http2/Http2Connection;)Lio/netty/handler/codec/http2/DefaultHttp2Connection$DefaultPropertyKey;
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http2.DefaultHttp2Connection$DefaultPropertyKey this
        start local 1 // io.netty.handler.codec.http2.Http2Connection connection
         0: .line 1035
            aload 1 /* connection */
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DefaultHttp2Connection$DefaultPropertyKey.this$0:Lio/netty/handler/codec/http2/DefaultHttp2Connection;
            if_acmpeq 2
         1: .line 1036
            new java.lang.IllegalArgumentException
            dup
            ldc "Using a key that was not created by this connection"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1038
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // io.netty.handler.codec.http2.Http2Connection connection
        end local 0 // io.netty.handler.codec.http2.DefaultHttp2Connection$DefaultPropertyKey this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lio/netty/handler/codec/http2/DefaultHttp2Connection$DefaultPropertyKey;
            0    3     1  connection  Lio/netty/handler/codec/http2/Http2Connection;
    MethodParameters:
            Name  Flags
      connection  
}
SourceFile: "DefaultHttp2Connection.java"
NestHost: io.netty.handler.codec.http2.DefaultHttp2Connection
InnerClasses:
  final DefaultPropertyKey = io.netty.handler.codec.http2.DefaultHttp2Connection$DefaultPropertyKey of io.netty.handler.codec.http2.DefaultHttp2Connection
  public abstract PropertyKey = io.netty.handler.codec.http2.Http2Connection$PropertyKey of io.netty.handler.codec.http2.Http2Connection