public abstract class io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder<T extends io.netty.handler.codec.http2.Http2ConnectionHandler, B extends io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder<T, B>>
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
  super_class: java.lang.Object
{
  private static final io.netty.handler.codec.http2.Http2HeadersEncoder$SensitivityDetector DEFAULT_HEADER_SENSITIVITY_DETECTOR;
    descriptor: Lio/netty/handler/codec/http2/Http2HeadersEncoder$SensitivityDetector;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private io.netty.handler.codec.http2.Http2Settings initialSettings;
    descriptor: Lio/netty/handler/codec/http2/Http2Settings;
    flags: (0x0002) ACC_PRIVATE

  private io.netty.handler.codec.http2.Http2FrameListener frameListener;
    descriptor: Lio/netty/handler/codec/http2/Http2FrameListener;
    flags: (0x0002) ACC_PRIVATE

  private long gracefulShutdownTimeoutMillis;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Boolean isServer;
    descriptor: Ljava/lang/Boolean;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Integer maxReservedStreams;
    descriptor: Ljava/lang/Integer;
    flags: (0x0002) ACC_PRIVATE

  private io.netty.handler.codec.http2.Http2Connection connection;
    descriptor: Lio/netty/handler/codec/http2/Http2Connection;
    flags: (0x0002) ACC_PRIVATE

  private io.netty.handler.codec.http2.Http2ConnectionDecoder decoder;
    descriptor: Lio/netty/handler/codec/http2/Http2ConnectionDecoder;
    flags: (0x0002) ACC_PRIVATE

  private io.netty.handler.codec.http2.Http2ConnectionEncoder encoder;
    descriptor: Lio/netty/handler/codec/http2/Http2ConnectionEncoder;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Boolean validateHeaders;
    descriptor: Ljava/lang/Boolean;
    flags: (0x0002) ACC_PRIVATE

  private io.netty.handler.codec.http2.Http2FrameLogger frameLogger;
    descriptor: Lio/netty/handler/codec/http2/Http2FrameLogger;
    flags: (0x0002) ACC_PRIVATE

  private io.netty.handler.codec.http2.Http2HeadersEncoder$SensitivityDetector headerSensitivityDetector;
    descriptor: Lio/netty/handler/codec/http2/Http2HeadersEncoder$SensitivityDetector;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Boolean encoderEnforceMaxConcurrentStreams;
    descriptor: Ljava/lang/Boolean;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Boolean encoderIgnoreMaxHeaderListSize;
    descriptor: Ljava/lang/Boolean;
    flags: (0x0002) ACC_PRIVATE

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

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 78
            ldc Lio/netty/handler/codec/http2/AbstractHttp2ConnectionHandlerBuilder;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.$assertionsDisabled:Z
         3: .line 81
            getstatic io.netty.handler.codec.http2.Http2HeadersEncoder.NEVER_SENSITIVE:Lio/netty/handler/codec/http2/Http2HeadersEncoder$SensitivityDetector;
            putstatic io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.DEFAULT_HEADER_SENSITIVITY_DETECTOR:Lio/netty/handler/codec/http2/Http2HeadersEncoder$SensitivityDetector;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder this
         0: .line 78
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 84
            aload 0 /* this */
            invokestatic io.netty.handler.codec.http2.Http2Settings.defaultSettings:()Lio/netty/handler/codec/http2/Http2Settings;
            putfield io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.initialSettings:Lio/netty/handler/codec/http2/Http2Settings;
         2: .line 86
            aload 0 /* this */
            getstatic io.netty.handler.codec.http2.Http2CodecUtil.DEFAULT_GRACEFUL_SHUTDOWN_TIMEOUT_MILLIS:J
            putfield io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.gracefulShutdownTimeoutMillis:J
         3: .line 108
            aload 0 /* this */
            bipush 32
            putfield io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.initialHuffmanDecodeCapacity:I
         4: .line 78
            return
        end local 0 // io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/netty/handler/codec/http2/AbstractHttp2ConnectionHandlerBuilder<TT;TB;>;

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

  protected B initialSettings(io.netty.handler.codec.http2.Http2Settings);
    descriptor: (Lio/netty/handler/codec/http2/Http2Settings;)Lio/netty/handler/codec/http2/AbstractHttp2ConnectionHandlerBuilder;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder this
        start local 1 // io.netty.handler.codec.http2.Http2Settings settings
         0: .line 121
            aload 0 /* this */
            aload 1 /* settings */
            ldc "settings"
            invokestatic io.netty.util.internal.ObjectUtil.checkNotNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast io.netty.handler.codec.http2.Http2Settings
            putfield io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.initialSettings:Lio/netty/handler/codec/http2/Http2Settings;
         1: .line 122
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.self:()Lio/netty/handler/codec/http2/AbstractHttp2ConnectionHandlerBuilder;
            areturn
        end local 1 // io.netty.handler.codec.http2.Http2Settings settings
        end local 0 // io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/netty/handler/codec/http2/AbstractHttp2ConnectionHandlerBuilder<TT;TB;>;
            0    2     1  settings  Lio/netty/handler/codec/http2/Http2Settings;
    Signature: (Lio/netty/handler/codec/http2/Http2Settings;)TB;
    MethodParameters:
          Name  Flags
      settings  

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

  protected B frameListener(io.netty.handler.codec.http2.Http2FrameListener);
    descriptor: (Lio/netty/handler/codec/http2/Http2FrameListener;)Lio/netty/handler/codec/http2/AbstractHttp2ConnectionHandlerBuilder;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder this
        start local 1 // io.netty.handler.codec.http2.Http2FrameListener frameListener
         0: .line 139
            aload 0 /* this */
            aload 1 /* frameListener */
            ldc "frameListener"
            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.AbstractHttp2ConnectionHandlerBuilder.frameListener:Lio/netty/handler/codec/http2/Http2FrameListener;
         1: .line 140
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.self:()Lio/netty/handler/codec/http2/AbstractHttp2ConnectionHandlerBuilder;
            areturn
        end local 1 // io.netty.handler.codec.http2.Http2FrameListener frameListener
        end local 0 // io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/netty/handler/codec/http2/AbstractHttp2ConnectionHandlerBuilder<TT;TB;>;
            0    2     1  frameListener  Lio/netty/handler/codec/http2/Http2FrameListener;
    Signature: (Lio/netty/handler/codec/http2/Http2FrameListener;)TB;
    MethodParameters:
               Name  Flags
      frameListener  

  protected long gracefulShutdownTimeoutMillis();
    descriptor: ()J
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder this
         0: .line 148
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.gracefulShutdownTimeoutMillis:J
            lreturn
        end local 0 // io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http2/AbstractHttp2ConnectionHandlerBuilder<TT;TB;>;

  protected B gracefulShutdownTimeoutMillis();
    descriptor: (J)Lio/netty/handler/codec/http2/AbstractHttp2ConnectionHandlerBuilder;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder this
        start local 1 // long gracefulShutdownTimeoutMillis
         0: .line 155
            lload 1 /* gracefulShutdownTimeoutMillis */
            ldc -1
            lcmp
            ifge 4
         1: .line 156
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "gracefulShutdownTimeoutMillis: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            lload 1 /* gracefulShutdownTimeoutMillis */
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
         2: .line 157
            ldc " (expected: -1 for indefinite or >= 0)"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         3: .line 156
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 159
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lload 1 /* gracefulShutdownTimeoutMillis */
            putfield io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.gracefulShutdownTimeoutMillis:J
         5: .line 160
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.self:()Lio/netty/handler/codec/http2/AbstractHttp2ConnectionHandlerBuilder;
            areturn
        end local 1 // long gracefulShutdownTimeoutMillis
        end local 0 // io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder this
      LocalVariableTable:
        Start  End  Slot                           Name  Signature
            0    6     0                           this  Lio/netty/handler/codec/http2/AbstractHttp2ConnectionHandlerBuilder<TT;TB;>;
            0    6     1  gracefulShutdownTimeoutMillis  J
    Signature: (J)TB;
    MethodParameters:
                               Name  Flags
      gracefulShutdownTimeoutMillis  

  protected boolean isServer();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder this
         0: .line 168
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.isServer:Ljava/lang/Boolean;
            ifnull 1
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.isServer:Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.booleanValue:()Z
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/netty/handler/codec/http2/AbstractHttp2ConnectionHandlerBuilder<TT;TB;>;

  protected B server();
    descriptor: (Z)Lio/netty/handler/codec/http2/AbstractHttp2ConnectionHandlerBuilder;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder this
        start local 1 // boolean isServer
         0: .line 176
            ldc "server"
            ldc "connection"
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.connection:Lio/netty/handler/codec/http2/Http2Connection;
            invokestatic io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.enforceConstraint:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)V
         1: .line 177
            ldc "server"
            ldc "codec"
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.decoder:Lio/netty/handler/codec/http2/Http2ConnectionDecoder;
            invokestatic io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.enforceConstraint:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)V
         2: .line 178
            ldc "server"
            ldc "codec"
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.encoder:Lio/netty/handler/codec/http2/Http2ConnectionEncoder;
            invokestatic io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.enforceConstraint:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)V
         3: .line 180
            aload 0 /* this */
            iload 1 /* isServer */
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            putfield io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.isServer:Ljava/lang/Boolean;
         4: .line 181
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.self:()Lio/netty/handler/codec/http2/AbstractHttp2ConnectionHandlerBuilder;
            areturn
        end local 1 // boolean isServer
        end local 0 // io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lio/netty/handler/codec/http2/AbstractHttp2ConnectionHandlerBuilder<TT;TB;>;
            0    5     1  isServer  Z
    Signature: (Z)TB;
    MethodParameters:
          Name  Flags
      isServer  

  protected int maxReservedStreams();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder this
         0: .line 192
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.maxReservedStreams:Ljava/lang/Integer;
            ifnull 1
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.maxReservedStreams:Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            goto 2
      StackMap locals:
      StackMap stack:
         1: bipush 100
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/netty/handler/codec/http2/AbstractHttp2ConnectionHandlerBuilder<TT;TB;>;

  protected B maxReservedStreams();
    descriptor: (I)Lio/netty/handler/codec/http2/AbstractHttp2ConnectionHandlerBuilder;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder this
        start local 1 // int maxReservedStreams
         0: .line 199
            ldc "server"
            ldc "connection"
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.connection:Lio/netty/handler/codec/http2/Http2Connection;
            invokestatic io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.enforceConstraint:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)V
         1: .line 200
            ldc "server"
            ldc "codec"
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.decoder:Lio/netty/handler/codec/http2/Http2ConnectionDecoder;
            invokestatic io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.enforceConstraint:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)V
         2: .line 201
            ldc "server"
            ldc "codec"
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.encoder:Lio/netty/handler/codec/http2/Http2ConnectionEncoder;
            invokestatic io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.enforceConstraint:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)V
         3: .line 203
            aload 0 /* this */
            iload 1 /* maxReservedStreams */
            ldc "maxReservedStreams"
            invokestatic io.netty.util.internal.ObjectUtil.checkPositiveOrZero:(ILjava/lang/String;)I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            putfield io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.maxReservedStreams:Ljava/lang/Integer;
         4: .line 204
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.self:()Lio/netty/handler/codec/http2/AbstractHttp2ConnectionHandlerBuilder;
            areturn
        end local 1 // int maxReservedStreams
        end local 0 // io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    5     0                this  Lio/netty/handler/codec/http2/AbstractHttp2ConnectionHandlerBuilder<TT;TB;>;
            0    5     1  maxReservedStreams  I
    Signature: (I)TB;
    MethodParameters:
                    Name  Flags
      maxReservedStreams  

  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.AbstractHttp2ConnectionHandlerBuilder this
         0: .line 213
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.connection:Lio/netty/handler/codec/http2/Http2Connection;
            areturn
        end local 0 // io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http2/AbstractHttp2ConnectionHandlerBuilder<TT;TB;>;

  protected B connection(io.netty.handler.codec.http2.Http2Connection);
    descriptor: (Lio/netty/handler/codec/http2/Http2Connection;)Lio/netty/handler/codec/http2/AbstractHttp2ConnectionHandlerBuilder;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder this
        start local 1 // io.netty.handler.codec.http2.Http2Connection connection
         0: .line 220
            ldc "connection"
            ldc "maxReservedStreams"
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.maxReservedStreams:Ljava/lang/Integer;
            invokestatic io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.enforceConstraint:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)V
         1: .line 221
            ldc "connection"
            ldc "server"
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.isServer:Ljava/lang/Boolean;
            invokestatic io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.enforceConstraint:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)V
         2: .line 222
            ldc "connection"
            ldc "codec"
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.decoder:Lio/netty/handler/codec/http2/Http2ConnectionDecoder;
            invokestatic io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.enforceConstraint:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)V
         3: .line 223
            ldc "connection"
            ldc "codec"
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.encoder:Lio/netty/handler/codec/http2/Http2ConnectionEncoder;
            invokestatic io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.enforceConstraint:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)V
         4: .line 225
            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.AbstractHttp2ConnectionHandlerBuilder.connection:Lio/netty/handler/codec/http2/Http2Connection;
         5: .line 227
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.self:()Lio/netty/handler/codec/http2/AbstractHttp2ConnectionHandlerBuilder;
            areturn
        end local 1 // io.netty.handler.codec.http2.Http2Connection connection
        end local 0 // io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lio/netty/handler/codec/http2/AbstractHttp2ConnectionHandlerBuilder<TT;TB;>;
            0    6     1  connection  Lio/netty/handler/codec/http2/Http2Connection;
    Signature: (Lio/netty/handler/codec/http2/Http2Connection;)TB;
    MethodParameters:
            Name  Flags
      connection  

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

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

  protected B codec(io.netty.handler.codec.http2.Http2ConnectionDecoder, io.netty.handler.codec.http2.Http2ConnectionEncoder);
    descriptor: (Lio/netty/handler/codec/http2/Http2ConnectionDecoder;Lio/netty/handler/codec/http2/Http2ConnectionEncoder;)Lio/netty/handler/codec/http2/AbstractHttp2ConnectionHandlerBuilder;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder this
        start local 1 // io.netty.handler.codec.http2.Http2ConnectionDecoder decoder
        start local 2 // io.netty.handler.codec.http2.Http2ConnectionEncoder encoder
         0: .line 252
            ldc "codec"
            ldc "server"
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.isServer:Ljava/lang/Boolean;
            invokestatic io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.enforceConstraint:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)V
         1: .line 253
            ldc "codec"
            ldc "maxReservedStreams"
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.maxReservedStreams:Ljava/lang/Integer;
            invokestatic io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.enforceConstraint:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)V
         2: .line 254
            ldc "codec"
            ldc "connection"
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.connection:Lio/netty/handler/codec/http2/Http2Connection;
            invokestatic io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.enforceConstraint:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)V
         3: .line 255
            ldc "codec"
            ldc "frameLogger"
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.frameLogger:Lio/netty/handler/codec/http2/Http2FrameLogger;
            invokestatic io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.enforceConstraint:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)V
         4: .line 256
            ldc "codec"
            ldc "validateHeaders"
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.validateHeaders:Ljava/lang/Boolean;
            invokestatic io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.enforceConstraint:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)V
         5: .line 257
            ldc "codec"
            ldc "headerSensitivityDetector"
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.headerSensitivityDetector:Lio/netty/handler/codec/http2/Http2HeadersEncoder$SensitivityDetector;
            invokestatic io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.enforceConstraint:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)V
         6: .line 258
            ldc "codec"
            ldc "encoderEnforceMaxConcurrentStreams"
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.encoderEnforceMaxConcurrentStreams:Ljava/lang/Boolean;
            invokestatic io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.enforceConstraint:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)V
         7: .line 260
            aload 1 /* decoder */
            ldc "decoder"
            invokestatic io.netty.util.internal.ObjectUtil.checkNotNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         8: .line 261
            aload 2 /* encoder */
            ldc "encoder"
            invokestatic io.netty.util.internal.ObjectUtil.checkNotNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         9: .line 263
            aload 1 /* decoder */
            invokeinterface io.netty.handler.codec.http2.Http2ConnectionDecoder.connection:()Lio/netty/handler/codec/http2/Http2Connection;
            aload 2 /* encoder */
            invokeinterface io.netty.handler.codec.http2.Http2ConnectionEncoder.connection:()Lio/netty/handler/codec/http2/Http2Connection;
            if_acmpeq 11
        10: .line 264
            new java.lang.IllegalArgumentException
            dup
            ldc "The specified encoder and decoder have different connections."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        11: .line 267
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* decoder */
            putfield io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.decoder:Lio/netty/handler/codec/http2/Http2ConnectionDecoder;
        12: .line 268
            aload 0 /* this */
            aload 2 /* encoder */
            putfield io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.encoder:Lio/netty/handler/codec/http2/Http2ConnectionEncoder;
        13: .line 270
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.self:()Lio/netty/handler/codec/http2/AbstractHttp2ConnectionHandlerBuilder;
            areturn
        end local 2 // io.netty.handler.codec.http2.Http2ConnectionEncoder encoder
        end local 1 // io.netty.handler.codec.http2.Http2ConnectionDecoder decoder
        end local 0 // io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   14     0     this  Lio/netty/handler/codec/http2/AbstractHttp2ConnectionHandlerBuilder<TT;TB;>;
            0   14     1  decoder  Lio/netty/handler/codec/http2/Http2ConnectionDecoder;
            0   14     2  encoder  Lio/netty/handler/codec/http2/Http2ConnectionEncoder;
    Signature: (Lio/netty/handler/codec/http2/Http2ConnectionDecoder;Lio/netty/handler/codec/http2/Http2ConnectionEncoder;)TB;
    MethodParameters:
         Name  Flags
      decoder  
      encoder  

  protected boolean isValidateHeaders();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder this
         0: .line 278
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.validateHeaders:Ljava/lang/Boolean;
            ifnull 1
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.validateHeaders:Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.booleanValue:()Z
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/netty/handler/codec/http2/AbstractHttp2ConnectionHandlerBuilder<TT;TB;>;

  protected B validateHeaders();
    descriptor: (Z)Lio/netty/handler/codec/http2/AbstractHttp2ConnectionHandlerBuilder;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder this
        start local 1 // boolean validateHeaders
         0: .line 286
            aload 0 /* this */
            ldc "validateHeaders"
            invokevirtual io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.enforceNonCodecConstraints:(Ljava/lang/String;)V
         1: .line 287
            aload 0 /* this */
            iload 1 /* validateHeaders */
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            putfield io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.validateHeaders:Ljava/lang/Boolean;
         2: .line 288
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.self:()Lio/netty/handler/codec/http2/AbstractHttp2ConnectionHandlerBuilder;
            areturn
        end local 1 // boolean validateHeaders
        end local 0 // io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    3     0             this  Lio/netty/handler/codec/http2/AbstractHttp2ConnectionHandlerBuilder<TT;TB;>;
            0    3     1  validateHeaders  Z
    Signature: (Z)TB;
    MethodParameters:
                 Name  Flags
      validateHeaders  

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

  protected B frameLogger(io.netty.handler.codec.http2.Http2FrameLogger);
    descriptor: (Lio/netty/handler/codec/http2/Http2FrameLogger;)Lio/netty/handler/codec/http2/AbstractHttp2ConnectionHandlerBuilder;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder this
        start local 1 // io.netty.handler.codec.http2.Http2FrameLogger frameLogger
         0: .line 304
            aload 0 /* this */
            ldc "frameLogger"
            invokevirtual io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.enforceNonCodecConstraints:(Ljava/lang/String;)V
         1: .line 305
            aload 0 /* this */
            aload 1 /* frameLogger */
            ldc "frameLogger"
            invokestatic io.netty.util.internal.ObjectUtil.checkNotNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast io.netty.handler.codec.http2.Http2FrameLogger
            putfield io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.frameLogger:Lio/netty/handler/codec/http2/Http2FrameLogger;
         2: .line 306
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.self:()Lio/netty/handler/codec/http2/AbstractHttp2ConnectionHandlerBuilder;
            areturn
        end local 1 // io.netty.handler.codec.http2.Http2FrameLogger frameLogger
        end local 0 // io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lio/netty/handler/codec/http2/AbstractHttp2ConnectionHandlerBuilder<TT;TB;>;
            0    3     1  frameLogger  Lio/netty/handler/codec/http2/Http2FrameLogger;
    Signature: (Lio/netty/handler/codec/http2/Http2FrameLogger;)TB;
    MethodParameters:
             Name  Flags
      frameLogger  

  protected boolean encoderEnforceMaxConcurrentStreams();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder this
         0: .line 314
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.encoderEnforceMaxConcurrentStreams:Ljava/lang/Boolean;
            ifnull 1
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.encoderEnforceMaxConcurrentStreams:Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.booleanValue:()Z
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/netty/handler/codec/http2/AbstractHttp2ConnectionHandlerBuilder<TT;TB;>;

  protected B encoderEnforceMaxConcurrentStreams();
    descriptor: (Z)Lio/netty/handler/codec/http2/AbstractHttp2ConnectionHandlerBuilder;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder this
        start local 1 // boolean encoderEnforceMaxConcurrentStreams
         0: .line 322
            aload 0 /* this */
            ldc "encoderEnforceMaxConcurrentStreams"
            invokevirtual io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.enforceNonCodecConstraints:(Ljava/lang/String;)V
         1: .line 323
            aload 0 /* this */
            iload 1 /* encoderEnforceMaxConcurrentStreams */
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            putfield io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.encoderEnforceMaxConcurrentStreams:Ljava/lang/Boolean;
         2: .line 324
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.self:()Lio/netty/handler/codec/http2/AbstractHttp2ConnectionHandlerBuilder;
            areturn
        end local 1 // boolean encoderEnforceMaxConcurrentStreams
        end local 0 // io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder this
      LocalVariableTable:
        Start  End  Slot                                Name  Signature
            0    3     0                                this  Lio/netty/handler/codec/http2/AbstractHttp2ConnectionHandlerBuilder<TT;TB;>;
            0    3     1  encoderEnforceMaxConcurrentStreams  Z
    Signature: (Z)TB;
    MethodParameters:
                                    Name  Flags
      encoderEnforceMaxConcurrentStreams  

  protected io.netty.handler.codec.http2.Http2HeadersEncoder$SensitivityDetector headerSensitivityDetector();
    descriptor: ()Lio/netty/handler/codec/http2/Http2HeadersEncoder$SensitivityDetector;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder this
         0: .line 331
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.headerSensitivityDetector:Lio/netty/handler/codec/http2/Http2HeadersEncoder$SensitivityDetector;
            ifnull 1
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.headerSensitivityDetector:Lio/netty/handler/codec/http2/Http2HeadersEncoder$SensitivityDetector;
            goto 2
      StackMap locals:
      StackMap stack:
         1: getstatic io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.DEFAULT_HEADER_SENSITIVITY_DETECTOR:Lio/netty/handler/codec/http2/Http2HeadersEncoder$SensitivityDetector;
      StackMap locals:
      StackMap stack: io.netty.handler.codec.http2.Http2HeadersEncoder$SensitivityDetector
         2: areturn
        end local 0 // io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/netty/handler/codec/http2/AbstractHttp2ConnectionHandlerBuilder<TT;TB;>;

  protected B headerSensitivityDetector(io.netty.handler.codec.http2.Http2HeadersEncoder$SensitivityDetector);
    descriptor: (Lio/netty/handler/codec/http2/Http2HeadersEncoder$SensitivityDetector;)Lio/netty/handler/codec/http2/AbstractHttp2ConnectionHandlerBuilder;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder this
        start local 1 // io.netty.handler.codec.http2.Http2HeadersEncoder$SensitivityDetector headerSensitivityDetector
         0: .line 338
            aload 0 /* this */
            ldc "headerSensitivityDetector"
            invokevirtual io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.enforceNonCodecConstraints:(Ljava/lang/String;)V
         1: .line 339
            aload 0 /* this */
            aload 1 /* headerSensitivityDetector */
            ldc "headerSensitivityDetector"
            invokestatic io.netty.util.internal.ObjectUtil.checkNotNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast io.netty.handler.codec.http2.Http2HeadersEncoder$SensitivityDetector
            putfield io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.headerSensitivityDetector:Lio/netty/handler/codec/http2/Http2HeadersEncoder$SensitivityDetector;
         2: .line 340
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.self:()Lio/netty/handler/codec/http2/AbstractHttp2ConnectionHandlerBuilder;
            areturn
        end local 1 // io.netty.handler.codec.http2.Http2HeadersEncoder$SensitivityDetector headerSensitivityDetector
        end local 0 // io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0    3     0                       this  Lio/netty/handler/codec/http2/AbstractHttp2ConnectionHandlerBuilder<TT;TB;>;
            0    3     1  headerSensitivityDetector  Lio/netty/handler/codec/http2/Http2HeadersEncoder$SensitivityDetector;
    Signature: (Lio/netty/handler/codec/http2/Http2HeadersEncoder$SensitivityDetector;)TB;
    MethodParameters:
                           Name  Flags
      headerSensitivityDetector  

  protected B encoderIgnoreMaxHeaderListSize();
    descriptor: (Z)Lio/netty/handler/codec/http2/AbstractHttp2ConnectionHandlerBuilder;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder this
        start local 1 // boolean ignoreMaxHeaderListSize
         0: .line 351
            aload 0 /* this */
            ldc "encoderIgnoreMaxHeaderListSize"
            invokevirtual io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.enforceNonCodecConstraints:(Ljava/lang/String;)V
         1: .line 352
            aload 0 /* this */
            iload 1 /* ignoreMaxHeaderListSize */
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            putfield io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.encoderIgnoreMaxHeaderListSize:Ljava/lang/Boolean;
         2: .line 353
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.self:()Lio/netty/handler/codec/http2/AbstractHttp2ConnectionHandlerBuilder;
            areturn
        end local 1 // boolean ignoreMaxHeaderListSize
        end local 0 // io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    3     0                     this  Lio/netty/handler/codec/http2/AbstractHttp2ConnectionHandlerBuilder<TT;TB;>;
            0    3     1  ignoreMaxHeaderListSize  Z
    Signature: (Z)TB;
    MethodParameters:
                         Name  Flags
      ignoreMaxHeaderListSize  

  protected B initialHuffmanDecodeCapacity();
    descriptor: (I)Lio/netty/handler/codec/http2/AbstractHttp2ConnectionHandlerBuilder;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder this
        start local 1 // int initialHuffmanDecodeCapacity
         0: .line 362
            aload 0 /* this */
            ldc "initialHuffmanDecodeCapacity"
            invokevirtual io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.enforceNonCodecConstraints:(Ljava/lang/String;)V
         1: .line 363
            aload 0 /* this */
            iload 1 /* initialHuffmanDecodeCapacity */
            ldc "initialHuffmanDecodeCapacity"
            invokestatic io.netty.util.internal.ObjectUtil.checkPositive:(ILjava/lang/String;)I
            putfield io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.initialHuffmanDecodeCapacity:I
         2: .line 364
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.self:()Lio/netty/handler/codec/http2/AbstractHttp2ConnectionHandlerBuilder;
            areturn
        end local 1 // int initialHuffmanDecodeCapacity
        end local 0 // io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder this
      LocalVariableTable:
        Start  End  Slot                          Name  Signature
            0    3     0                          this  Lio/netty/handler/codec/http2/AbstractHttp2ConnectionHandlerBuilder<TT;TB;>;
            0    3     1  initialHuffmanDecodeCapacity  I
    Signature: (I)TB;
    MethodParameters:
                              Name  Flags
      initialHuffmanDecodeCapacity  

  protected T build();
    descriptor: ()Lio/netty/handler/codec/http2/Http2ConnectionHandler;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder this
         0: .line 371
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.encoder:Lio/netty/handler/codec/http2/Http2ConnectionEncoder;
            ifnull 3
         1: .line 372
            getstatic io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.$assertionsDisabled:Z
            ifne 2
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.decoder:Lio/netty/handler/codec/http2/Http2ConnectionDecoder;
            ifnonnull 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 373
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.decoder:Lio/netty/handler/codec/http2/Http2ConnectionDecoder;
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.encoder:Lio/netty/handler/codec/http2/Http2ConnectionEncoder;
            invokevirtual io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.buildFromCodec:(Lio/netty/handler/codec/http2/Http2ConnectionDecoder;Lio/netty/handler/codec/http2/Http2ConnectionEncoder;)Lio/netty/handler/codec/http2/Http2ConnectionHandler;
            areturn
         3: .line 376
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.connection:Lio/netty/handler/codec/http2/Http2Connection;
            astore 1 /* connection */
        start local 1 // io.netty.handler.codec.http2.Http2Connection connection
         4: .line 377
            aload 1 /* connection */
            ifnonnull 6
         5: .line 378
            new io.netty.handler.codec.http2.DefaultHttp2Connection
            dup
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.isServer:()Z
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.maxReservedStreams:()I
            invokespecial io.netty.handler.codec.http2.DefaultHttp2Connection.<init>:(ZI)V
            astore 1 /* connection */
         6: .line 381
      StackMap locals: io.netty.handler.codec.http2.Http2Connection
      StackMap stack:
            aload 0 /* this */
            aload 1 /* connection */
            invokevirtual io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.buildFromConnection:(Lio/netty/handler/codec/http2/Http2Connection;)Lio/netty/handler/codec/http2/Http2ConnectionHandler;
            areturn
        end local 1 // io.netty.handler.codec.http2.Http2Connection connection
        end local 0 // io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lio/netty/handler/codec/http2/AbstractHttp2ConnectionHandlerBuilder<TT;TB;>;
            4    7     1  connection  Lio/netty/handler/codec/http2/Http2Connection;
    Signature: ()TT;

  private T buildFromConnection(io.netty.handler.codec.http2.Http2Connection);
    descriptor: (Lio/netty/handler/codec/http2/Http2Connection;)Lio/netty/handler/codec/http2/Http2ConnectionHandler;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=8, args_size=2
        start local 0 // io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder this
        start local 1 // io.netty.handler.codec.http2.Http2Connection connection
         0: .line 385
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.initialSettings:Lio/netty/handler/codec/http2/Http2Settings;
            invokevirtual io.netty.handler.codec.http2.Http2Settings.maxHeaderListSize:()Ljava/lang/Long;
            astore 2 /* maxHeaderListSize */
        start local 2 // java.lang.Long maxHeaderListSize
         1: .line 386
            new io.netty.handler.codec.http2.DefaultHttp2FrameReader
            dup
         2: new io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
            dup
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.isValidateHeaders:()Z
         3: .line 387
            aload 2 /* maxHeaderListSize */
            ifnonnull 4
            ldc 8192
            goto 5
      StackMap locals: io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder io.netty.handler.codec.http2.Http2Connection java.lang.Long
      StackMap stack: new 1 new 1 new 2 new 2 int
         4: aload 2 /* maxHeaderListSize */
            invokevirtual java.lang.Long.longValue:()J
         5: .line 388
      StackMap locals: io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder io.netty.handler.codec.http2.Http2Connection java.lang.Long
      StackMap stack: new 1 new 1 new 2 new 2 int long
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.initialHuffmanDecodeCapacity:I
            invokespecial io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder.<init>:(ZJI)V
         6: .line 386
            invokespecial io.netty.handler.codec.http2.DefaultHttp2FrameReader.<init>:(Lio/netty/handler/codec/http2/Http2HeadersDecoder;)V
            astore 3 /* reader */
        start local 3 // io.netty.handler.codec.http2.Http2FrameReader reader
         7: .line 389
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.encoderIgnoreMaxHeaderListSize:Ljava/lang/Boolean;
            ifnonnull 9
         8: .line 390
            new io.netty.handler.codec.http2.DefaultHttp2FrameWriter
            dup
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.headerSensitivityDetector:()Lio/netty/handler/codec/http2/Http2HeadersEncoder$SensitivityDetector;
            invokespecial io.netty.handler.codec.http2.DefaultHttp2FrameWriter.<init>:(Lio/netty/handler/codec/http2/Http2HeadersEncoder$SensitivityDetector;)V
            goto 10
         9: .line 391
      StackMap locals: io.netty.handler.codec.http2.Http2FrameReader
      StackMap stack:
            new io.netty.handler.codec.http2.DefaultHttp2FrameWriter
            dup
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.headerSensitivityDetector:()Lio/netty/handler/codec/http2/Http2HeadersEncoder$SensitivityDetector;
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.encoderIgnoreMaxHeaderListSize:Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.booleanValue:()Z
            invokespecial io.netty.handler.codec.http2.DefaultHttp2FrameWriter.<init>:(Lio/netty/handler/codec/http2/Http2HeadersEncoder$SensitivityDetector;Z)V
        10: .line 389
      StackMap locals:
      StackMap stack: io.netty.handler.codec.http2.DefaultHttp2FrameWriter
            astore 4 /* writer */
        start local 4 // io.netty.handler.codec.http2.Http2FrameWriter writer
        11: .line 393
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.frameLogger:Lio/netty/handler/codec/http2/Http2FrameLogger;
            ifnull 14
        12: .line 394
            new io.netty.handler.codec.http2.Http2InboundFrameLogger
            dup
            aload 3 /* reader */
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.frameLogger:Lio/netty/handler/codec/http2/Http2FrameLogger;
            invokespecial io.netty.handler.codec.http2.Http2InboundFrameLogger.<init>:(Lio/netty/handler/codec/http2/Http2FrameReader;Lio/netty/handler/codec/http2/Http2FrameLogger;)V
            astore 3 /* reader */
        13: .line 395
            new io.netty.handler.codec.http2.Http2OutboundFrameLogger
            dup
            aload 4 /* writer */
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.frameLogger:Lio/netty/handler/codec/http2/Http2FrameLogger;
            invokespecial io.netty.handler.codec.http2.Http2OutboundFrameLogger.<init>:(Lio/netty/handler/codec/http2/Http2FrameWriter;Lio/netty/handler/codec/http2/Http2FrameLogger;)V
            astore 4 /* writer */
        14: .line 398
      StackMap locals: io.netty.handler.codec.http2.Http2FrameWriter
      StackMap stack:
            new io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
            dup
            aload 1 /* connection */
            aload 4 /* writer */
            invokespecial io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.<init>:(Lio/netty/handler/codec/http2/Http2Connection;Lio/netty/handler/codec/http2/Http2FrameWriter;)V
            astore 5 /* encoder */
        start local 5 // io.netty.handler.codec.http2.Http2ConnectionEncoder encoder
        15: .line 399
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.encoderEnforceMaxConcurrentStreams:()Z
            istore 6 /* encoderEnforceMaxConcurrentStreams */
        start local 6 // boolean encoderEnforceMaxConcurrentStreams
        16: .line 401
            iload 6 /* encoderEnforceMaxConcurrentStreams */
            ifeq 26
        17: .line 402
            aload 1 /* connection */
            invokeinterface io.netty.handler.codec.http2.Http2Connection.isServer:()Z
            ifeq 25
        18: .line 403
            aload 5 /* encoder */
            invokeinterface io.netty.handler.codec.http2.Http2ConnectionEncoder.close:()V
        19: .line 404
            aload 3 /* reader */
            invokeinterface io.netty.handler.codec.http2.Http2FrameReader.close:()V
        20: .line 405
            new java.lang.IllegalArgumentException
            dup
        21: .line 406
            new java.lang.StringBuilder
            dup
            ldc "encoderEnforceMaxConcurrentStreams: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 6 /* encoderEnforceMaxConcurrentStreams */
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
        22: .line 407
            ldc " not supported for server"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        23: .line 406
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        24: .line 405
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        25: .line 409
      StackMap locals: io.netty.handler.codec.http2.Http2ConnectionEncoder int
      StackMap stack:
            new io.netty.handler.codec.http2.StreamBufferingEncoder
            dup
            aload 5 /* encoder */
            invokespecial io.netty.handler.codec.http2.StreamBufferingEncoder.<init>:(Lio/netty/handler/codec/http2/Http2ConnectionEncoder;)V
            astore 5 /* encoder */
        26: .line 412
      StackMap locals:
      StackMap stack:
            new io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder
            dup
            aload 1 /* connection */
            aload 5 /* encoder */
            aload 3 /* reader */
            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;)V
            astore 7 /* decoder */
        start local 7 // io.netty.handler.codec.http2.Http2ConnectionDecoder decoder
        27: .line 413
            aload 0 /* this */
            aload 7 /* decoder */
            aload 5 /* encoder */
            invokevirtual io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.buildFromCodec:(Lio/netty/handler/codec/http2/Http2ConnectionDecoder;Lio/netty/handler/codec/http2/Http2ConnectionEncoder;)Lio/netty/handler/codec/http2/Http2ConnectionHandler;
            areturn
        end local 7 // io.netty.handler.codec.http2.Http2ConnectionDecoder decoder
        end local 6 // boolean encoderEnforceMaxConcurrentStreams
        end local 5 // io.netty.handler.codec.http2.Http2ConnectionEncoder encoder
        end local 4 // io.netty.handler.codec.http2.Http2FrameWriter writer
        end local 3 // io.netty.handler.codec.http2.Http2FrameReader reader
        end local 2 // java.lang.Long maxHeaderListSize
        end local 1 // io.netty.handler.codec.http2.Http2Connection connection
        end local 0 // io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder this
      LocalVariableTable:
        Start  End  Slot                                Name  Signature
            0   28     0                                this  Lio/netty/handler/codec/http2/AbstractHttp2ConnectionHandlerBuilder<TT;TB;>;
            0   28     1                          connection  Lio/netty/handler/codec/http2/Http2Connection;
            1   28     2                   maxHeaderListSize  Ljava/lang/Long;
            7   28     3                              reader  Lio/netty/handler/codec/http2/Http2FrameReader;
           11   28     4                              writer  Lio/netty/handler/codec/http2/Http2FrameWriter;
           15   28     5                             encoder  Lio/netty/handler/codec/http2/Http2ConnectionEncoder;
           16   28     6  encoderEnforceMaxConcurrentStreams  Z
           27   28     7                             decoder  Lio/netty/handler/codec/http2/Http2ConnectionDecoder;
    Signature: (Lio/netty/handler/codec/http2/Http2Connection;)TT;
    MethodParameters:
            Name  Flags
      connection  

  private T buildFromCodec(io.netty.handler.codec.http2.Http2ConnectionDecoder, io.netty.handler.codec.http2.Http2ConnectionEncoder);
    descriptor: (Lio/netty/handler/codec/http2/Http2ConnectionDecoder;Lio/netty/handler/codec/http2/Http2ConnectionEncoder;)Lio/netty/handler/codec/http2/Http2ConnectionHandler;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder this
        start local 1 // io.netty.handler.codec.http2.Http2ConnectionDecoder decoder
        start local 2 // io.netty.handler.codec.http2.Http2ConnectionEncoder encoder
         0: .line 420
            aload 0 /* this */
            aload 1 /* decoder */
            aload 2 /* encoder */
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.initialSettings:Lio/netty/handler/codec/http2/Http2Settings;
            invokevirtual io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.build:(Lio/netty/handler/codec/http2/Http2ConnectionDecoder;Lio/netty/handler/codec/http2/Http2ConnectionEncoder;Lio/netty/handler/codec/http2/Http2Settings;)Lio/netty/handler/codec/http2/Http2ConnectionHandler;
            astore 3 /* handler */
        start local 3 // io.netty.handler.codec.http2.Http2ConnectionHandler handler
         1: .line 421
            goto 6
        end local 3 // io.netty.handler.codec.http2.Http2ConnectionHandler handler
      StackMap locals:
      StackMap stack: java.lang.Throwable
         2: astore 4 /* t */
        start local 4 // java.lang.Throwable t
         3: .line 422
            aload 2 /* encoder */
            invokeinterface io.netty.handler.codec.http2.Http2ConnectionEncoder.close:()V
         4: .line 423
            aload 1 /* decoder */
            invokeinterface io.netty.handler.codec.http2.Http2ConnectionDecoder.close:()V
         5: .line 424
            new java.lang.IllegalStateException
            dup
            ldc "failed to build a Http2ConnectionHandler"
            aload 4 /* t */
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 4 // java.lang.Throwable t
        start local 3 // io.netty.handler.codec.http2.Http2ConnectionHandler handler
         6: .line 428
      StackMap locals: io.netty.handler.codec.http2.Http2ConnectionHandler
      StackMap stack:
            aload 3 /* handler */
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.gracefulShutdownTimeoutMillis:J
            invokevirtual io.netty.handler.codec.http2.Http2ConnectionHandler.gracefulShutdownTimeoutMillis:(J)V
         7: .line 429
            aload 3 /* handler */
            invokevirtual io.netty.handler.codec.http2.Http2ConnectionHandler.decoder:()Lio/netty/handler/codec/http2/Http2ConnectionDecoder;
            invokeinterface io.netty.handler.codec.http2.Http2ConnectionDecoder.frameListener:()Lio/netty/handler/codec/http2/Http2FrameListener;
            ifnonnull 9
         8: .line 430
            aload 3 /* handler */
            invokevirtual io.netty.handler.codec.http2.Http2ConnectionHandler.decoder:()Lio/netty/handler/codec/http2/Http2ConnectionDecoder;
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.frameListener:Lio/netty/handler/codec/http2/Http2FrameListener;
            invokeinterface io.netty.handler.codec.http2.Http2ConnectionDecoder.frameListener:(Lio/netty/handler/codec/http2/Http2FrameListener;)V
         9: .line 432
      StackMap locals:
      StackMap stack:
            aload 3 /* handler */
            areturn
        end local 3 // io.netty.handler.codec.http2.Http2ConnectionHandler handler
        end local 2 // io.netty.handler.codec.http2.Http2ConnectionEncoder encoder
        end local 1 // io.netty.handler.codec.http2.Http2ConnectionDecoder decoder
        end local 0 // io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Lio/netty/handler/codec/http2/AbstractHttp2ConnectionHandlerBuilder<TT;TB;>;
            0   10     1  decoder  Lio/netty/handler/codec/http2/Http2ConnectionDecoder;
            0   10     2  encoder  Lio/netty/handler/codec/http2/Http2ConnectionEncoder;
            1    2     3  handler  TT;
            6   10     3  handler  TT;
            3    6     4        t  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.Throwable
    Signature: (Lio/netty/handler/codec/http2/Http2ConnectionDecoder;Lio/netty/handler/codec/http2/Http2ConnectionEncoder;)TT;
    MethodParameters:
         Name  Flags
      decoder  
      encoder  

  protected abstract T build(io.netty.handler.codec.http2.Http2ConnectionDecoder, io.netty.handler.codec.http2.Http2ConnectionEncoder, io.netty.handler.codec.http2.Http2Settings);
    descriptor: (Lio/netty/handler/codec/http2/Http2ConnectionDecoder;Lio/netty/handler/codec/http2/Http2ConnectionEncoder;Lio/netty/handler/codec/http2/Http2Settings;)Lio/netty/handler/codec/http2/Http2ConnectionHandler;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Exceptions:
      throws java.lang.Exception
    Signature: (Lio/netty/handler/codec/http2/Http2ConnectionDecoder;Lio/netty/handler/codec/http2/Http2ConnectionEncoder;Lio/netty/handler/codec/http2/Http2Settings;)TT;
    MethodParameters:
                 Name  Flags
      decoder          
      encoder          
      initialSettings  

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

  private void enforceNonCodecConstraints(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder this
        start local 1 // java.lang.String rejected
         0: .line 456
            aload 1 /* rejected */
            ldc "server/connection"
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.decoder:Lio/netty/handler/codec/http2/Http2ConnectionDecoder;
            invokestatic io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.enforceConstraint:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)V
         1: .line 457
            aload 1 /* rejected */
            ldc "server/connection"
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.encoder:Lio/netty/handler/codec/http2/Http2ConnectionEncoder;
            invokestatic io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.enforceConstraint:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)V
         2: .line 458
            return
        end local 1 // java.lang.String rejected
        end local 0 // io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/netty/handler/codec/http2/AbstractHttp2ConnectionHandlerBuilder<TT;TB;>;
            0    3     1  rejected  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      rejected  

  private static void enforceConstraint(java.lang.String, java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // java.lang.String methodName
        start local 1 // java.lang.String rejectorName
        start local 2 // java.lang.Object value
         0: .line 461
            aload 2 /* value */
            ifnull 4
         1: .line 462
            new java.lang.IllegalStateException
            dup
         2: .line 463
            new java.lang.StringBuilder
            dup
            aload 0 /* methodName */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "() cannot be called because "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* rejectorName */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "() has been called already."
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         3: .line 462
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 465
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Object value
        end local 1 // java.lang.String rejectorName
        end local 0 // java.lang.String methodName
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0    methodName  Ljava/lang/String;
            0    5     1  rejectorName  Ljava/lang/String;
            0    5     2         value  Ljava/lang/Object;
    MethodParameters:
              Name  Flags
      methodName    
      rejectorName  
      value         
}
Signature: <T:Lio/netty/handler/codec/http2/Http2ConnectionHandler;B:Lio/netty/handler/codec/http2/AbstractHttp2ConnectionHandlerBuilder<TT;TB;>;>Ljava/lang/Object;
SourceFile: "AbstractHttp2ConnectionHandlerBuilder.java"
InnerClasses:
  public abstract SensitivityDetector = io.netty.handler.codec.http2.Http2HeadersEncoder$SensitivityDetector of io.netty.handler.codec.http2.Http2HeadersEncoder