public abstract class io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder<T extends io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter, B extends io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder<T, B>>
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
  super_class: java.lang.Object
{
  private final io.netty.handler.codec.http2.Http2Connection connection;
    descriptor: Lio/netty/handler/codec/http2/Http2Connection;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private int maxContentLength;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private boolean validateHttpHeaders;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean propagateSettings;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  protected void <init>(io.netty.handler.codec.http2.Http2Connection);
    descriptor: (Lio/netty/handler/codec/http2/Http2Connection;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder this
        start local 1 // io.netty.handler.codec.http2.Http2Connection connection
         0: .line 40
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 41
            aload 0 /* this */
            aload 1 /* connection */
            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.AbstractInboundHttp2ToHttpAdapterBuilder.connection:Lio/netty/handler/codec/http2/Http2Connection;
         2: .line 42
            return
        end local 1 // io.netty.handler.codec.http2.Http2Connection connection
        end local 0 // io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lio/netty/handler/codec/http2/AbstractInboundHttp2ToHttpAdapterBuilder<TT;TB;>;
            0    3     1  connection  Lio/netty/handler/codec/http2/Http2Connection;
    MethodParameters:
            Name  Flags
      connection  

  protected final B self();
    descriptor: ()Lio/netty/handler/codec/http2/AbstractInboundHttp2ToHttpAdapterBuilder;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder this
         0: .line 46
            aload 0 /* this */
            areturn
        end local 0 // io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http2/AbstractInboundHttp2ToHttpAdapterBuilder<TT;TB;>;
    Signature: ()TB;

  protected io.netty.handler.codec.http2.Http2Connection connection();
    descriptor: ()Lio/netty/handler/codec/http2/Http2Connection;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder this
         0: .line 53
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder.connection:Lio/netty/handler/codec/http2/Http2Connection;
            areturn
        end local 0 // io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http2/AbstractInboundHttp2ToHttpAdapterBuilder<TT;TB;>;

  protected int maxContentLength();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder this
         0: .line 60
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder.maxContentLength:I
            ireturn
        end local 0 // io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http2/AbstractInboundHttp2ToHttpAdapterBuilder<TT;TB;>;

  protected B maxContentLength();
    descriptor: (I)Lio/netty/handler/codec/http2/AbstractInboundHttp2ToHttpAdapterBuilder;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder this
        start local 1 // int maxContentLength
         0: .line 71
            aload 0 /* this */
            iload 1 /* maxContentLength */
            putfield io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder.maxContentLength:I
         1: .line 72
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder.self:()Lio/netty/handler/codec/http2/AbstractInboundHttp2ToHttpAdapterBuilder;
            areturn
        end local 1 // int maxContentLength
        end local 0 // io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lio/netty/handler/codec/http2/AbstractInboundHttp2ToHttpAdapterBuilder<TT;TB;>;
            0    2     1  maxContentLength  I
    Signature: (I)TB;
    MethodParameters:
                  Name  Flags
      maxContentLength  

  protected boolean isValidateHttpHeaders();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder this
         0: .line 79
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder.validateHttpHeaders:Z
            ireturn
        end local 0 // io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http2/AbstractInboundHttp2ToHttpAdapterBuilder<TT;TB;>;

  protected B validateHttpHeaders();
    descriptor: (Z)Lio/netty/handler/codec/http2/AbstractInboundHttp2ToHttpAdapterBuilder;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder this
        start local 1 // boolean validate
         0: .line 93
            aload 0 /* this */
            iload 1 /* validate */
            putfield io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder.validateHttpHeaders:Z
         1: .line 94
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder.self:()Lio/netty/handler/codec/http2/AbstractInboundHttp2ToHttpAdapterBuilder;
            areturn
        end local 1 // boolean validate
        end local 0 // io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/netty/handler/codec/http2/AbstractInboundHttp2ToHttpAdapterBuilder<TT;TB;>;
            0    2     1  validate  Z
    Signature: (Z)TB;
    MethodParameters:
          Name  Flags
      validate  

  protected boolean isPropagateSettings();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder this
         0: .line 101
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder.propagateSettings:Z
            ireturn
        end local 0 // io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http2/AbstractInboundHttp2ToHttpAdapterBuilder<TT;TB;>;

  protected B propagateSettings();
    descriptor: (Z)Lio/netty/handler/codec/http2/AbstractInboundHttp2ToHttpAdapterBuilder;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder this
        start local 1 // boolean propagate
         0: .line 112
            aload 0 /* this */
            iload 1 /* propagate */
            putfield io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder.propagateSettings:Z
         1: .line 113
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder.self:()Lio/netty/handler/codec/http2/AbstractInboundHttp2ToHttpAdapterBuilder;
            areturn
        end local 1 // boolean propagate
        end local 0 // io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/netty/handler/codec/http2/AbstractInboundHttp2ToHttpAdapterBuilder<TT;TB;>;
            0    2     1  propagate  Z
    Signature: (Z)TB;
    MethodParameters:
           Name  Flags
      propagate  

  protected T build();
    descriptor: ()Lio/netty/handler/codec/http2/InboundHttp2ToHttpAdapter;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder this
         0: .line 122
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder.connection:()Lio/netty/handler/codec/http2/Http2Connection;
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder.maxContentLength:()I
         1: .line 123
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder.isValidateHttpHeaders:()Z
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder.isPropagateSettings:()Z
         2: .line 122
            invokevirtual io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder.build:(Lio/netty/handler/codec/http2/Http2Connection;IZZ)Lio/netty/handler/codec/http2/InboundHttp2ToHttpAdapter;
            astore 1 /* instance */
        start local 1 // io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter instance
         3: .line 124
            goto 6
        end local 1 // io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter instance
      StackMap locals:
      StackMap stack: java.lang.Throwable
         4: astore 2 /* t */
        start local 2 // java.lang.Throwable t
         5: .line 125
            new java.lang.IllegalStateException
            dup
            ldc "failed to create a new InboundHttp2ToHttpAdapter"
            aload 2 /* t */
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.lang.Throwable t
        start local 1 // io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter instance
         6: .line 127
      StackMap locals: io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder.connection:Lio/netty/handler/codec/http2/Http2Connection;
            aload 1 /* instance */
            invokeinterface io.netty.handler.codec.http2.Http2Connection.addListener:(Lio/netty/handler/codec/http2/Http2Connection$Listener;)V
         7: .line 128
            aload 1 /* instance */
            areturn
        end local 1 // io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter instance
        end local 0 // io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lio/netty/handler/codec/http2/AbstractInboundHttp2ToHttpAdapterBuilder<TT;TB;>;
            3    4     1  instance  TT;
            6    8     1  instance  TT;
            5    6     2         t  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           0     3       4  Class java.lang.Throwable
    Signature: ()TT;

  protected abstract T build(io.netty.handler.codec.http2.Http2Connection, int, boolean, );
    descriptor: (Lio/netty/handler/codec/http2/Http2Connection;IZZ)Lio/netty/handler/codec/http2/InboundHttp2ToHttpAdapter;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Exceptions:
      throws java.lang.Exception
    Signature: (Lio/netty/handler/codec/http2/Http2Connection;IZZ)TT;
    MethodParameters:
                     Name  Flags
      connection           
      maxContentLength     
      validateHttpHeaders  
      propagateSettings    
}
Signature: <T:Lio/netty/handler/codec/http2/InboundHttp2ToHttpAdapter;B:Lio/netty/handler/codec/http2/AbstractInboundHttp2ToHttpAdapterBuilder<TT;TB;>;>Ljava/lang/Object;
SourceFile: "AbstractInboundHttp2ToHttpAdapterBuilder.java"
InnerClasses:
  public abstract Listener = io.netty.handler.codec.http2.Http2Connection$Listener of io.netty.handler.codec.http2.Http2Connection