final class io.netty.handler.codec.http2.DefaultHttp2Connection$PropertyKeyRegistry
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.netty.handler.codec.http2.DefaultHttp2Connection$PropertyKeyRegistry
super_class: java.lang.Object
{
final java.util.List<io.netty.handler.codec.http2.DefaultHttp2Connection$DefaultPropertyKey> keys;
descriptor: Ljava/util/List;
flags: (0x0010) ACC_FINAL
Signature: Ljava/util/List<Lio/netty/handler/codec/http2/DefaultHttp2Connection$DefaultPropertyKey;>;
final io.netty.handler.codec.http2.DefaultHttp2Connection this$0;
descriptor: Lio/netty/handler/codec/http2/DefaultHttp2Connection;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private void <init>(io.netty.handler.codec.http2.DefaultHttp2Connection);
descriptor: (Lio/netty/handler/codec/http2/DefaultHttp2Connection;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=2, args_size=2
start local 0 // io.netty.handler.codec.http2.DefaultHttp2Connection$PropertyKeyRegistry this
0: .line 1045
aload 0 /* this */
aload 1
putfield io.netty.handler.codec.http2.DefaultHttp2Connection$PropertyKeyRegistry.this$0:Lio/netty/handler/codec/http2/DefaultHttp2Connection;
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
1: .line 1051
aload 0 /* this */
new java.util.ArrayList
dup
iconst_4
invokespecial java.util.ArrayList.<init>:(I)V
putfield io.netty.handler.codec.http2.DefaultHttp2Connection$PropertyKeyRegistry.keys:Ljava/util/List;
2: .line 1045
return
end local 0 // io.netty.handler.codec.http2.DefaultHttp2Connection$PropertyKeyRegistry this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/netty/handler/codec/http2/DefaultHttp2Connection$PropertyKeyRegistry;
MethodParameters:
Name Flags
this$0 final
io.netty.handler.codec.http2.DefaultHttp2Connection$DefaultPropertyKey newKey();
descriptor: ()Lio/netty/handler/codec/http2/DefaultHttp2Connection$DefaultPropertyKey;
flags: (0x0000)
Code:
stack=4, locals=2, args_size=1
start local 0 // io.netty.handler.codec.http2.DefaultHttp2Connection$PropertyKeyRegistry this
0: .line 1057
new io.netty.handler.codec.http2.DefaultHttp2Connection$DefaultPropertyKey
dup
aload 0 /* this */
getfield io.netty.handler.codec.http2.DefaultHttp2Connection$PropertyKeyRegistry.this$0:Lio/netty/handler/codec/http2/DefaultHttp2Connection;
aload 0 /* this */
getfield io.netty.handler.codec.http2.DefaultHttp2Connection$PropertyKeyRegistry.keys:Ljava/util/List;
invokeinterface java.util.List.size:()I
invokespecial io.netty.handler.codec.http2.DefaultHttp2Connection$DefaultPropertyKey.<init>:(Lio/netty/handler/codec/http2/DefaultHttp2Connection;I)V
astore 1 /* key */
start local 1 // io.netty.handler.codec.http2.DefaultHttp2Connection$DefaultPropertyKey key
1: .line 1058
aload 0 /* this */
getfield io.netty.handler.codec.http2.DefaultHttp2Connection$PropertyKeyRegistry.keys:Ljava/util/List;
aload 1 /* key */
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
2: .line 1059
aload 1 /* key */
areturn
end local 1 // io.netty.handler.codec.http2.DefaultHttp2Connection$DefaultPropertyKey key
end local 0 // io.netty.handler.codec.http2.DefaultHttp2Connection$PropertyKeyRegistry this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/netty/handler/codec/http2/DefaultHttp2Connection$PropertyKeyRegistry;
1 3 1 key Lio/netty/handler/codec/http2/DefaultHttp2Connection$DefaultPropertyKey;
int size();
descriptor: ()I
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 // io.netty.handler.codec.http2.DefaultHttp2Connection$PropertyKeyRegistry this
0: .line 1063
aload 0 /* this */
getfield io.netty.handler.codec.http2.DefaultHttp2Connection$PropertyKeyRegistry.keys:Ljava/util/List;
invokeinterface java.util.List.size:()I
ireturn
end local 0 // io.netty.handler.codec.http2.DefaultHttp2Connection$PropertyKeyRegistry this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/http2/DefaultHttp2Connection$PropertyKeyRegistry;
}
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
private final PropertyKeyRegistry = io.netty.handler.codec.http2.DefaultHttp2Connection$PropertyKeyRegistry of io.netty.handler.codec.http2.DefaultHttp2Connection