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 // io.netty.handler.codec.http2.Http2Exception$HeaderListSizeException this
        start local 1 // int streamId
        start local 2 // io.netty.handler.codec.http2.Http2Error error
        start local 3 // java.lang.String message
        start local 4 // boolean decode
         0: .line 260
            aload 0 /* this */
            iload 1 /* streamId */
            aload 2 /* error */
            aload 3 /* message */
            invokespecial io.netty.handler.codec.http2.Http2Exception$StreamException.<init>:(ILio/netty/handler/codec/http2/Http2Error;Ljava/lang/String;)V
         1: .line 261
            aload 0 /* this */
            iload 4 /* decode */
            putfield io.netty.handler.codec.http2.Http2Exception$HeaderListSizeException.decode:Z
         2: .line 262
            return
        end local 4 // boolean decode
        end local 3 // java.lang.String message
        end local 2 // io.netty.handler.codec.http2.Http2Error error
        end local 1 // int streamId
        end local 0 // io.netty.handler.codec.http2.Http2Exception$HeaderListSizeException this
      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 // io.netty.handler.codec.http2.Http2Exception$HeaderListSizeException this
         0: .line 265
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.Http2Exception$HeaderListSizeException.decode:Z
            ireturn
        end local 0 // io.netty.handler.codec.http2.Http2Exception$HeaderListSizeException this
      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