public class io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder implements io.netty.handler.codec.http2.Http2ConnectionDecoder
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
super_class: java.lang.Object
{
private static final io.netty.util.internal.logging.InternalLogger logger;
descriptor: Lio/netty/util/internal/logging/InternalLogger;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private io.netty.handler.codec.http2.Http2FrameListener internalFrameListener;
descriptor: Lio/netty/handler/codec/http2/Http2FrameListener;
flags: (0x0002) ACC_PRIVATE
private final io.netty.handler.codec.http2.Http2Connection connection;
descriptor: Lio/netty/handler/codec/http2/Http2Connection;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private io.netty.handler.codec.http2.Http2LifecycleManager lifecycleManager;
descriptor: Lio/netty/handler/codec/http2/Http2LifecycleManager;
flags: (0x0002) ACC_PRIVATE
private final io.netty.handler.codec.http2.Http2ConnectionEncoder encoder;
descriptor: Lio/netty/handler/codec/http2/Http2ConnectionEncoder;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final io.netty.handler.codec.http2.Http2FrameReader frameReader;
descriptor: Lio/netty/handler/codec/http2/Http2FrameReader;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private io.netty.handler.codec.http2.Http2FrameListener listener;
descriptor: Lio/netty/handler/codec/http2/Http2FrameListener;
flags: (0x0002) ACC_PRIVATE
private final io.netty.handler.codec.http2.Http2PromisedRequestVerifier requestVerifier;
descriptor: Lio/netty/handler/codec/http2/Http2PromisedRequestVerifier;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: ldc Lio/netty/handler/codec/http2/DefaultHttp2ConnectionDecoder;
invokestatic io.netty.util.internal.logging.InternalLoggerFactory.getInstance:(Ljava/lang/Class;)Lio/netty/util/internal/logging/InternalLogger;
putstatic io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.logger:Lio/netty/util/internal/logging/InternalLogger;
return
LocalVariableTable:
Start End Slot Name Signature
public void <init>(io.netty.handler.codec.http2.Http2Connection, io.netty.handler.codec.http2.Http2ConnectionEncoder, io.netty.handler.codec.http2.Http2FrameReader);
descriptor: (Lio/netty/handler/codec/http2/Http2Connection;Lio/netty/handler/codec/http2/Http2ConnectionEncoder;Lio/netty/handler/codec/http2/Http2FrameReader;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
aload 3
getstatic io.netty.handler.codec.http2.Http2PromisedRequestVerifier.ALWAYS_VERIFY:Lio/netty/handler/codec/http2/Http2PromisedRequestVerifier;
invokespecial io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.<init>:(Lio/netty/handler/codec/http2/Http2Connection;Lio/netty/handler/codec/http2/Http2ConnectionEncoder;Lio/netty/handler/codec/http2/Http2FrameReader;Lio/netty/handler/codec/http2/Http2PromisedRequestVerifier;)V
1: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/codec/http2/DefaultHttp2ConnectionDecoder;
0 2 1 connection Lio/netty/handler/codec/http2/Http2Connection;
0 2 2 encoder Lio/netty/handler/codec/http2/Http2ConnectionEncoder;
0 2 3 frameReader Lio/netty/handler/codec/http2/Http2FrameReader;
MethodParameters:
Name Flags
connection
encoder
frameReader
public void <init>(io.netty.handler.codec.http2.Http2Connection, io.netty.handler.codec.http2.Http2ConnectionEncoder, io.netty.handler.codec.http2.Http2FrameReader, io.netty.handler.codec.http2.Http2PromisedRequestVerifier);
descriptor: (Lio/netty/handler/codec/http2/Http2Connection;Lio/netty/handler/codec/http2/Http2ConnectionEncoder;Lio/netty/handler/codec/http2/Http2FrameReader;Lio/netty/handler/codec/http2/Http2PromisedRequestVerifier;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
new io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder$PrefaceFrameListener
dup
aload 0
invokespecial io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder$PrefaceFrameListener.<init>:(Lio/netty/handler/codec/http2/DefaultHttp2ConnectionDecoder;)V
putfield io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.internalFrameListener:Lio/netty/handler/codec/http2/Http2FrameListener;
2: aload 0
aload 1
ldc "connection"
invokestatic io.netty.util.internal.ObjectUtil.checkNotNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
checkcast io.netty.handler.codec.http2.Http2Connection
putfield io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.connection:Lio/netty/handler/codec/http2/Http2Connection;
3: aload 0
aload 3
ldc "frameReader"
invokestatic io.netty.util.internal.ObjectUtil.checkNotNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
checkcast io.netty.handler.codec.http2.Http2FrameReader
putfield io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.frameReader:Lio/netty/handler/codec/http2/Http2FrameReader;
4: aload 0
aload 2
ldc "encoder"
invokestatic io.netty.util.internal.ObjectUtil.checkNotNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
checkcast io.netty.handler.codec.http2.Http2ConnectionEncoder
putfield io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.encoder:Lio/netty/handler/codec/http2/Http2ConnectionEncoder;
5: aload 0
aload 4
ldc "requestVerifier"
invokestatic io.netty.util.internal.ObjectUtil.checkNotNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
checkcast io.netty.handler.codec.http2.Http2PromisedRequestVerifier
putfield io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.requestVerifier:Lio/netty/handler/codec/http2/Http2PromisedRequestVerifier;
6: aload 1
invokeinterface io.netty.handler.codec.http2.Http2Connection.local:()Lio/netty/handler/codec/http2/Http2Connection$Endpoint;
invokeinterface io.netty.handler.codec.http2.Http2Connection$Endpoint.flowController:()Lio/netty/handler/codec/http2/Http2FlowController;
ifnonnull 8
7: aload 1
invokeinterface io.netty.handler.codec.http2.Http2Connection.local:()Lio/netty/handler/codec/http2/Http2Connection$Endpoint;
new io.netty.handler.codec.http2.DefaultHttp2LocalFlowController
dup
aload 1
invokespecial io.netty.handler.codec.http2.DefaultHttp2LocalFlowController.<init>:(Lio/netty/handler/codec/http2/Http2Connection;)V
invokeinterface io.netty.handler.codec.http2.Http2Connection$Endpoint.flowController:(Lio/netty/handler/codec/http2/Http2FlowController;)V
8: StackMap locals: io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder io.netty.handler.codec.http2.Http2Connection io.netty.handler.codec.http2.Http2ConnectionEncoder io.netty.handler.codec.http2.Http2FrameReader io.netty.handler.codec.http2.Http2PromisedRequestVerifier
StackMap stack:
aload 1
invokeinterface io.netty.handler.codec.http2.Http2Connection.local:()Lio/netty/handler/codec/http2/Http2Connection$Endpoint;
invokeinterface io.netty.handler.codec.http2.Http2Connection$Endpoint.flowController:()Lio/netty/handler/codec/http2/Http2FlowController;
checkcast io.netty.handler.codec.http2.Http2LocalFlowController
aload 2
invokeinterface io.netty.handler.codec.http2.Http2ConnectionEncoder.frameWriter:()Lio/netty/handler/codec/http2/Http2FrameWriter;
invokeinterface io.netty.handler.codec.http2.Http2LocalFlowController.frameWriter:(Lio/netty/handler/codec/http2/Http2FrameWriter;)Lio/netty/handler/codec/http2/Http2LocalFlowController;
pop
9: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lio/netty/handler/codec/http2/DefaultHttp2ConnectionDecoder;
0 10 1 connection Lio/netty/handler/codec/http2/Http2Connection;
0 10 2 encoder Lio/netty/handler/codec/http2/Http2ConnectionEncoder;
0 10 3 frameReader Lio/netty/handler/codec/http2/Http2FrameReader;
0 10 4 requestVerifier Lio/netty/handler/codec/http2/Http2PromisedRequestVerifier;
MethodParameters:
Name Flags
connection
encoder
frameReader
requestVerifier
public void lifecycleManager(io.netty.handler.codec.http2.Http2LifecycleManager);
descriptor: (Lio/netty/handler/codec/http2/Http2LifecycleManager;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
ldc "lifecycleManager"
invokestatic io.netty.util.internal.ObjectUtil.checkNotNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
checkcast io.netty.handler.codec.http2.Http2LifecycleManager
putfield io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.lifecycleManager:Lio/netty/handler/codec/http2/Http2LifecycleManager;
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/codec/http2/DefaultHttp2ConnectionDecoder;
0 2 1 lifecycleManager Lio/netty/handler/codec/http2/Http2LifecycleManager;
MethodParameters:
Name Flags
lifecycleManager
public io.netty.handler.codec.http2.Http2Connection connection();
descriptor: ()Lio/netty/handler/codec/http2/Http2Connection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.connection:Lio/netty/handler/codec/http2/Http2Connection;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/http2/DefaultHttp2ConnectionDecoder;
public final io.netty.handler.codec.http2.Http2LocalFlowController flowController();
descriptor: ()Lio/netty/handler/codec/http2/Http2LocalFlowController;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.connection:Lio/netty/handler/codec/http2/Http2Connection;
invokeinterface io.netty.handler.codec.http2.Http2Connection.local:()Lio/netty/handler/codec/http2/Http2Connection$Endpoint;
invokeinterface io.netty.handler.codec.http2.Http2Connection$Endpoint.flowController:()Lio/netty/handler/codec/http2/Http2FlowController;
checkcast io.netty.handler.codec.http2.Http2LocalFlowController
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/http2/DefaultHttp2ConnectionDecoder;
public void frameListener(io.netty.handler.codec.http2.Http2FrameListener);
descriptor: (Lio/netty/handler/codec/http2/Http2FrameListener;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
ldc "listener"
invokestatic io.netty.util.internal.ObjectUtil.checkNotNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
checkcast io.netty.handler.codec.http2.Http2FrameListener
putfield io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.listener:Lio/netty/handler/codec/http2/Http2FrameListener;
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/codec/http2/DefaultHttp2ConnectionDecoder;
0 2 1 listener Lio/netty/handler/codec/http2/Http2FrameListener;
MethodParameters:
Name Flags
listener
public io.netty.handler.codec.http2.Http2FrameListener frameListener();
descriptor: ()Lio/netty/handler/codec/http2/Http2FrameListener;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.listener:Lio/netty/handler/codec/http2/Http2FrameListener;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/http2/DefaultHttp2ConnectionDecoder;
io.netty.handler.codec.http2.Http2FrameListener internalFrameListener();
descriptor: ()Lio/netty/handler/codec/http2/Http2FrameListener;
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.internalFrameListener:Lio/netty/handler/codec/http2/Http2FrameListener;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/http2/DefaultHttp2ConnectionDecoder;
public boolean prefaceReceived();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: ldc Lio/netty/handler/codec/http2/DefaultHttp2ConnectionDecoder$FrameReadListener;
aload 0
getfield io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.internalFrameListener:Lio/netty/handler/codec/http2/Http2FrameListener;
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
if_acmpne 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/codec/http2/DefaultHttp2ConnectionDecoder;
public void decodeFrame(io.netty.channel.ChannelHandlerContext, io.netty.buffer.ByteBuf, java.util.List<java.lang.Object>);
descriptor: (Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;Ljava/util/List;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.frameReader:Lio/netty/handler/codec/http2/Http2FrameReader;
aload 1
aload 2
aload 0
getfield io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.internalFrameListener:Lio/netty/handler/codec/http2/Http2FrameListener;
invokeinterface io.netty.handler.codec.http2.Http2FrameReader.readFrame:(Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;Lio/netty/handler/codec/http2/Http2FrameListener;)V
1: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/codec/http2/DefaultHttp2ConnectionDecoder;
0 2 1 ctx Lio/netty/channel/ChannelHandlerContext;
0 2 2 in Lio/netty/buffer/ByteBuf;
0 2 3 out Ljava/util/List<Ljava/lang/Object;>;
Exceptions:
throws io.netty.handler.codec.http2.Http2Exception
Signature: (Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;Ljava/util/List<Ljava/lang/Object;>;)V
MethodParameters:
Name Flags
ctx
in
out
public io.netty.handler.codec.http2.Http2Settings localSettings();
descriptor: ()Lio/netty/handler/codec/http2/Http2Settings;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=5, args_size=1
start local 0 0: new io.netty.handler.codec.http2.Http2Settings
dup
invokespecial io.netty.handler.codec.http2.Http2Settings.<init>:()V
astore 1
start local 1 1: aload 0
getfield io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.frameReader:Lio/netty/handler/codec/http2/Http2FrameReader;
invokeinterface io.netty.handler.codec.http2.Http2FrameReader.configuration:()Lio/netty/handler/codec/http2/Http2FrameReader$Configuration;
astore 2
start local 2 2: aload 2
invokeinterface io.netty.handler.codec.http2.Http2FrameReader$Configuration.headersConfiguration:()Lio/netty/handler/codec/http2/Http2HeadersDecoder$Configuration;
astore 3
start local 3 3: aload 2
invokeinterface io.netty.handler.codec.http2.Http2FrameReader$Configuration.frameSizePolicy:()Lio/netty/handler/codec/http2/Http2FrameSizePolicy;
astore 4
start local 4 4: aload 1
aload 0
invokevirtual io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.flowController:()Lio/netty/handler/codec/http2/Http2LocalFlowController;
invokeinterface io.netty.handler.codec.http2.Http2LocalFlowController.initialWindowSize:()I
invokevirtual io.netty.handler.codec.http2.Http2Settings.initialWindowSize:(I)Lio/netty/handler/codec/http2/Http2Settings;
pop
5: aload 1
aload 0
getfield io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.connection:Lio/netty/handler/codec/http2/Http2Connection;
invokeinterface io.netty.handler.codec.http2.Http2Connection.remote:()Lio/netty/handler/codec/http2/Http2Connection$Endpoint;
invokeinterface io.netty.handler.codec.http2.Http2Connection$Endpoint.maxActiveStreams:()I
i2l
invokevirtual io.netty.handler.codec.http2.Http2Settings.maxConcurrentStreams:(J)Lio/netty/handler/codec/http2/Http2Settings;
pop
6: aload 1
aload 3
invokeinterface io.netty.handler.codec.http2.Http2HeadersDecoder$Configuration.maxHeaderTableSize:()J
invokevirtual io.netty.handler.codec.http2.Http2Settings.headerTableSize:(J)Lio/netty/handler/codec/http2/Http2Settings;
pop
7: aload 1
aload 4
invokeinterface io.netty.handler.codec.http2.Http2FrameSizePolicy.maxFrameSize:()I
invokevirtual io.netty.handler.codec.http2.Http2Settings.maxFrameSize:(I)Lio/netty/handler/codec/http2/Http2Settings;
pop
8: aload 1
aload 3
invokeinterface io.netty.handler.codec.http2.Http2HeadersDecoder$Configuration.maxHeaderListSize:()J
invokevirtual io.netty.handler.codec.http2.Http2Settings.maxHeaderListSize:(J)Lio/netty/handler/codec/http2/Http2Settings;
pop
9: aload 0
getfield io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.connection:Lio/netty/handler/codec/http2/Http2Connection;
invokeinterface io.netty.handler.codec.http2.Http2Connection.isServer:()Z
ifne 11
10: aload 1
aload 0
getfield io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.connection:Lio/netty/handler/codec/http2/Http2Connection;
invokeinterface io.netty.handler.codec.http2.Http2Connection.local:()Lio/netty/handler/codec/http2/Http2Connection$Endpoint;
invokeinterface io.netty.handler.codec.http2.Http2Connection$Endpoint.allowPushTo:()Z
invokevirtual io.netty.handler.codec.http2.Http2Settings.pushEnabled:(Z)Lio/netty/handler/codec/http2/Http2Settings;
pop
11: StackMap locals: io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder io.netty.handler.codec.http2.Http2Settings io.netty.handler.codec.http2.Http2FrameReader$Configuration io.netty.handler.codec.http2.Http2HeadersDecoder$Configuration io.netty.handler.codec.http2.Http2FrameSizePolicy
StackMap stack:
aload 1
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lio/netty/handler/codec/http2/DefaultHttp2ConnectionDecoder;
1 12 1 settings Lio/netty/handler/codec/http2/Http2Settings;
2 12 2 config Lio/netty/handler/codec/http2/Http2FrameReader$Configuration;
3 12 3 headersConfig Lio/netty/handler/codec/http2/Http2HeadersDecoder$Configuration;
4 12 4 frameSizePolicy Lio/netty/handler/codec/http2/Http2FrameSizePolicy;
public void close();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.frameReader:Lio/netty/handler/codec/http2/Http2FrameReader;
invokeinterface io.netty.handler.codec.http2.Http2FrameReader.close:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/codec/http2/DefaultHttp2ConnectionDecoder;
protected long calculateMaxHeaderListSizeGoAway(long);
descriptor: (J)J
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: lload 1
invokestatic io.netty.handler.codec.http2.Http2CodecUtil.calculateMaxHeaderListSizeGoAway:(J)J
lreturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/http2/DefaultHttp2ConnectionDecoder;
0 1 1 maxHeaderListSize J
MethodParameters:
Name Flags
maxHeaderListSize
private int unconsumedBytes(io.netty.handler.codec.http2.Http2Stream);
descriptor: (Lio/netty/handler/codec/http2/Http2Stream;)I
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.flowController:()Lio/netty/handler/codec/http2/Http2LocalFlowController;
aload 1
invokeinterface io.netty.handler.codec.http2.Http2LocalFlowController.unconsumedBytes:(Lio/netty/handler/codec/http2/Http2Stream;)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/http2/DefaultHttp2ConnectionDecoder;
0 1 1 stream Lio/netty/handler/codec/http2/Http2Stream;
MethodParameters:
Name Flags
stream
void onGoAwayRead0(io.netty.channel.ChannelHandlerContext, int, long, io.netty.buffer.ByteBuf);
descriptor: (Lio/netty/channel/ChannelHandlerContext;IJLio/netty/buffer/ByteBuf;)V
flags: (0x0000)
Code:
stack=6, locals=6, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 5 0: aload 0
getfield io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.connection:Lio/netty/handler/codec/http2/Http2Connection;
invokeinterface io.netty.handler.codec.http2.Http2Connection.goAwayReceived:()Z
ifeq 4
aload 0
getfield io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.connection:Lio/netty/handler/codec/http2/Http2Connection;
invokeinterface io.netty.handler.codec.http2.Http2Connection.local:()Lio/netty/handler/codec/http2/Http2Connection$Endpoint;
invokeinterface io.netty.handler.codec.http2.Http2Connection$Endpoint.lastStreamKnownByPeer:()I
iload 2
if_icmpge 4
1: getstatic io.netty.handler.codec.http2.Http2Error.PROTOCOL_ERROR:Lio/netty/handler/codec/http2/Http2Error;
ldc "lastStreamId MUST NOT increase. Current value: %d new value: %d"
iconst_2
anewarray java.lang.Object
dup
iconst_0
2: aload 0
getfield io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.connection:Lio/netty/handler/codec/http2/Http2Connection;
invokeinterface io.netty.handler.codec.http2.Http2Connection.local:()Lio/netty/handler/codec/http2/Http2Connection$Endpoint;
invokeinterface io.netty.handler.codec.http2.Http2Connection$Endpoint.lastStreamKnownByPeer:()I
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
aastore
dup
iconst_1
iload 2
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
aastore
3: invokestatic io.netty.handler.codec.http2.Http2Exception.connectionError:(Lio/netty/handler/codec/http2/Http2Error;Ljava/lang/String;[Ljava/lang/Object;)Lio/netty/handler/codec/http2/Http2Exception;
athrow
4: StackMap locals:
StackMap stack:
aload 0
getfield io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.listener:Lio/netty/handler/codec/http2/Http2FrameListener;
aload 1
iload 2
lload 3
aload 5
invokeinterface io.netty.handler.codec.http2.Http2FrameListener.onGoAwayRead:(Lio/netty/channel/ChannelHandlerContext;IJLio/netty/buffer/ByteBuf;)V
5: aload 0
getfield io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.connection:Lio/netty/handler/codec/http2/Http2Connection;
iload 2
lload 3
aload 5
invokeinterface io.netty.handler.codec.http2.Http2Connection.goAwayReceived:(IJLio/netty/buffer/ByteBuf;)V
6: return
end local 5 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/netty/handler/codec/http2/DefaultHttp2ConnectionDecoder;
0 7 1 ctx Lio/netty/channel/ChannelHandlerContext;
0 7 2 lastStreamId I
0 7 3 errorCode J
0 7 5 debugData Lio/netty/buffer/ByteBuf;
Exceptions:
throws io.netty.handler.codec.http2.Http2Exception
MethodParameters:
Name Flags
ctx
lastStreamId
errorCode
debugData
void onUnknownFrame0(io.netty.channel.ChannelHandlerContext, byte, int, io.netty.handler.codec.http2.Http2Flags, io.netty.buffer.ByteBuf);
descriptor: (Lio/netty/channel/ChannelHandlerContext;BILio/netty/handler/codec/http2/Http2Flags;Lio/netty/buffer/ByteBuf;)V
flags: (0x0000)
Code:
stack=6, locals=6, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
getfield io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.listener:Lio/netty/handler/codec/http2/Http2FrameListener;
aload 1
iload 2
iload 3
aload 4
aload 5
invokeinterface io.netty.handler.codec.http2.Http2FrameListener.onUnknownFrame:(Lio/netty/channel/ChannelHandlerContext;BILio/netty/handler/codec/http2/Http2Flags;Lio/netty/buffer/ByteBuf;)V
1: return
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/codec/http2/DefaultHttp2ConnectionDecoder;
0 2 1 ctx Lio/netty/channel/ChannelHandlerContext;
0 2 2 frameType B
0 2 3 streamId I
0 2 4 flags Lio/netty/handler/codec/http2/Http2Flags;
0 2 5 payload Lio/netty/buffer/ByteBuf;
Exceptions:
throws io.netty.handler.codec.http2.Http2Exception
MethodParameters:
Name Flags
ctx
frameType
streamId
flags
payload
}
SourceFile: "DefaultHttp2ConnectionDecoder.java"
NestMembers:
io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder$FrameReadListener io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder$PrefaceFrameListener
InnerClasses:
private final FrameReadListener = io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder$FrameReadListener of io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
private final PrefaceFrameListener = io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder$PrefaceFrameListener of io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
public abstract Endpoint = io.netty.handler.codec.http2.Http2Connection$Endpoint of io.netty.handler.codec.http2.Http2Connection
public abstract Configuration = io.netty.handler.codec.http2.Http2FrameReader$Configuration of io.netty.handler.codec.http2.Http2FrameReader
public abstract Configuration = io.netty.handler.codec.http2.Http2HeadersDecoder$Configuration of io.netty.handler.codec.http2.Http2HeadersDecoder