public final class io.netty.handler.codec.http2.Http2Exception$HeaderListSizeException extends io.netty.handler.codec.http2.Http2Exception$StreamException
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: io.netty.handler.codec.http2.Http2Exception$HeaderListSizeException
super_class: io.netty.handler.codec.http2.Http2Exception$StreamException
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: -8807603212183882637
private final boolean decode;
descriptor: Z
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
void <init>(int, io.netty.handler.codec.http2.Http2Error, java.lang.String, boolean);
descriptor: (ILio/netty/handler/codec/http2/Http2Error;Ljava/lang/String;Z)V
flags: (0x0000)
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
iload 1
aload 2
aload 3
invokespecial io.netty.handler.codec.http2.Http2Exception$StreamException.<init>:(ILio/netty/handler/codec/http2/Http2Error;Ljava/lang/String;)V
1: aload 0
iload 4
putfield io.netty.handler.codec.http2.Http2Exception$HeaderListSizeException.decode:Z
2: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/netty/handler/codec/http2/Http2Exception$HeaderListSizeException;
0 3 1 streamId I
0 3 2 error Lio/netty/handler/codec/http2/Http2Error;
0 3 3 message Ljava/lang/String;
0 3 4 decode Z
MethodParameters:
Name Flags
streamId
error
message
decode
public boolean duringDecode();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.handler.codec.http2.Http2Exception$HeaderListSizeException.decode:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/http2/Http2Exception$HeaderListSizeException;
}
SourceFile: "Http2Exception.java"
NestHost: io.netty.handler.codec.http2.Http2Exception
InnerClasses:
public final HeaderListSizeException = io.netty.handler.codec.http2.Http2Exception$HeaderListSizeException of io.netty.handler.codec.http2.Http2Exception
public StreamException = io.netty.handler.codec.http2.Http2Exception$StreamException of io.netty.handler.codec.http2.Http2Exception