class io.netty.handler.codec.http2.Http2ServerUpgradeCodec$1 extends io.netty.handler.codec.http2.Http2FrameAdapter
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.netty.handler.codec.http2.Http2ServerUpgradeCodec$1
super_class: io.netty.handler.codec.http2.Http2FrameAdapter
{
final io.netty.handler.codec.http2.Http2ServerUpgradeCodec this$0;
descriptor: Lio/netty/handler/codec/http2/Http2ServerUpgradeCodec;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final io.netty.handler.codec.http2.Http2Settings val$decodedSettings;
descriptor: Lio/netty/handler/codec/http2/Http2Settings;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(io.netty.handler.codec.http2.Http2ServerUpgradeCodec, io.netty.handler.codec.http2.Http2Settings);
descriptor: (Lio/netty/handler/codec/http2/Http2ServerUpgradeCodec;Lio/netty/handler/codec/http2/Http2Settings;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 // io.netty.handler.codec.http2.Http2ServerUpgradeCodec$1 this
0: .line 193
aload 0 /* this */
aload 1
putfield io.netty.handler.codec.http2.Http2ServerUpgradeCodec$1.this$0:Lio/netty/handler/codec/http2/Http2ServerUpgradeCodec;
aload 0 /* this */
aload 2
putfield io.netty.handler.codec.http2.Http2ServerUpgradeCodec$1.val$decodedSettings:Lio/netty/handler/codec/http2/Http2Settings;
aload 0 /* this */
invokespecial io.netty.handler.codec.http2.Http2FrameAdapter.<init>:()V
return
end local 0 // io.netty.handler.codec.http2.Http2ServerUpgradeCodec$1 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/http2/Http2ServerUpgradeCodec$1;
MethodParameters:
Name Flags
this$0 final
val$decodedSettings final
public void onSettingsRead(io.netty.channel.ChannelHandlerContext, io.netty.handler.codec.http2.Http2Settings);
descriptor: (Lio/netty/channel/ChannelHandlerContext;Lio/netty/handler/codec/http2/Http2Settings;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 // io.netty.handler.codec.http2.Http2ServerUpgradeCodec$1 this
start local 1 // io.netty.channel.ChannelHandlerContext ctx
start local 2 // io.netty.handler.codec.http2.Http2Settings settings
0: .line 196
aload 0 /* this */
getfield io.netty.handler.codec.http2.Http2ServerUpgradeCodec$1.val$decodedSettings:Lio/netty/handler/codec/http2/Http2Settings;
aload 2 /* settings */
invokevirtual io.netty.handler.codec.http2.Http2Settings.copyFrom:(Lio/netty/handler/codec/http2/Http2Settings;)Lio/netty/handler/codec/http2/Http2Settings;
pop
1: .line 197
return
end local 2 // io.netty.handler.codec.http2.Http2Settings settings
end local 1 // io.netty.channel.ChannelHandlerContext ctx
end local 0 // io.netty.handler.codec.http2.Http2ServerUpgradeCodec$1 this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/codec/http2/Http2ServerUpgradeCodec$1;
0 2 1 ctx Lio/netty/channel/ChannelHandlerContext;
0 2 2 settings Lio/netty/handler/codec/http2/Http2Settings;
MethodParameters:
Name Flags
ctx
settings
}
SourceFile: "Http2ServerUpgradeCodec.java"
EnclosingMethod: io.netty.handler.codec.http2.Http2ServerUpgradeCodec.decodeSettings:(Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/http2/Http2Settings;
NestHost: io.netty.handler.codec.http2.Http2ServerUpgradeCodec
InnerClasses:
io.netty.handler.codec.http2.Http2ServerUpgradeCodec$1