class io.vertx.core.http.impl.VertxHttp2ConnectionHandlerBuilder<C extends io.vertx.core.http.impl.Http2ConnectionBase> extends io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder<io.vertx.core.http.impl.VertxHttp2ConnectionHandler<C>, io.vertx.core.http.impl.VertxHttp2ConnectionHandlerBuilder<C>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.core.http.impl.VertxHttp2ConnectionHandlerBuilder
  super_class: io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
{
  private boolean useCompression;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

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

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

  private io.vertx.core.http.Http2Settings initialSettings;
    descriptor: Lio/vertx/core/http/Http2Settings;
    flags: (0x0002) ACC_PRIVATE

  private java.util.function.Function<io.vertx.core.http.impl.VertxHttp2ConnectionHandler<C>, C> connectionFactory;
    descriptor: Ljava/util/function/Function;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/function/Function<Lio/vertx/core/http/impl/VertxHttp2ConnectionHandler<TC;>;TC;>;

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

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.VertxHttp2ConnectionHandlerBuilder this
         0: .line 36
            aload 0 /* this */
            invokespecial io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.<init>:()V
         1: .line 40
            aload 0 /* this */
            bipush 6
            putfield io.vertx.core.http.impl.VertxHttp2ConnectionHandlerBuilder.compressionLevel:I
         2: .line 36
            return
        end local 0 // io.vertx.core.http.impl.VertxHttp2ConnectionHandlerBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/http/impl/VertxHttp2ConnectionHandlerBuilder<TC;>;

  protected io.vertx.core.http.impl.VertxHttp2ConnectionHandlerBuilder<C> server(boolean);
    descriptor: (Z)Lio/vertx/core/http/impl/VertxHttp2ConnectionHandlerBuilder;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.VertxHttp2ConnectionHandlerBuilder this
        start local 1 // boolean isServer
         0: .line 46
            aload 0 /* this */
            iload 1 /* isServer */
            invokespecial io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.server:(Z)Lio/netty/handler/codec/http2/AbstractHttp2ConnectionHandlerBuilder;
            checkcast io.vertx.core.http.impl.VertxHttp2ConnectionHandlerBuilder
            areturn
        end local 1 // boolean isServer
        end local 0 // io.vertx.core.http.impl.VertxHttp2ConnectionHandlerBuilder this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/vertx/core/http/impl/VertxHttp2ConnectionHandlerBuilder<TC;>;
            0    1     1  isServer  Z
    Signature: (Z)Lio/vertx/core/http/impl/VertxHttp2ConnectionHandlerBuilder<TC;>;
    MethodParameters:
          Name  Flags
      isServer  

  io.vertx.core.http.impl.VertxHttp2ConnectionHandlerBuilder<C> initialSettings(io.vertx.core.http.Http2Settings);
    descriptor: (Lio/vertx/core/http/Http2Settings;)Lio/vertx/core/http/impl/VertxHttp2ConnectionHandlerBuilder;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.VertxHttp2ConnectionHandlerBuilder this
        start local 1 // io.vertx.core.http.Http2Settings settings
         0: .line 50
            aload 0 /* this */
            aload 1 /* settings */
            putfield io.vertx.core.http.impl.VertxHttp2ConnectionHandlerBuilder.initialSettings:Lio/vertx/core/http/Http2Settings;
         1: .line 51
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.http.Http2Settings settings
        end local 0 // io.vertx.core.http.impl.VertxHttp2ConnectionHandlerBuilder this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/core/http/impl/VertxHttp2ConnectionHandlerBuilder<TC;>;
            0    2     1  settings  Lio/vertx/core/http/Http2Settings;
    Signature: (Lio/vertx/core/http/Http2Settings;)Lio/vertx/core/http/impl/VertxHttp2ConnectionHandlerBuilder<TC;>;
    MethodParameters:
          Name  Flags
      settings  

  io.vertx.core.http.impl.VertxHttp2ConnectionHandlerBuilder<C> useCompression(boolean);
    descriptor: (Z)Lio/vertx/core/http/impl/VertxHttp2ConnectionHandlerBuilder;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.VertxHttp2ConnectionHandlerBuilder this
        start local 1 // boolean useCompression
         0: .line 55
            aload 0 /* this */
            iload 1 /* useCompression */
            putfield io.vertx.core.http.impl.VertxHttp2ConnectionHandlerBuilder.useCompression:Z
         1: .line 56
            aload 0 /* this */
            areturn
        end local 1 // boolean useCompression
        end local 0 // io.vertx.core.http.impl.VertxHttp2ConnectionHandlerBuilder this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lio/vertx/core/http/impl/VertxHttp2ConnectionHandlerBuilder<TC;>;
            0    2     1  useCompression  Z
    Signature: (Z)Lio/vertx/core/http/impl/VertxHttp2ConnectionHandlerBuilder<TC;>;
    MethodParameters:
                Name  Flags
      useCompression  

  protected io.vertx.core.http.impl.VertxHttp2ConnectionHandlerBuilder<C> gracefulShutdownTimeoutMillis(long);
    descriptor: (J)Lio/vertx/core/http/impl/VertxHttp2ConnectionHandlerBuilder;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.core.http.impl.VertxHttp2ConnectionHandlerBuilder this
        start local 1 // long gracefulShutdownTimeoutMillis
         0: .line 61
            aload 0 /* this */
            lload 1 /* gracefulShutdownTimeoutMillis */
            invokespecial io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.gracefulShutdownTimeoutMillis:(J)Lio/netty/handler/codec/http2/AbstractHttp2ConnectionHandlerBuilder;
            checkcast io.vertx.core.http.impl.VertxHttp2ConnectionHandlerBuilder
            areturn
        end local 1 // long gracefulShutdownTimeoutMillis
        end local 0 // io.vertx.core.http.impl.VertxHttp2ConnectionHandlerBuilder this
      LocalVariableTable:
        Start  End  Slot                           Name  Signature
            0    1     0                           this  Lio/vertx/core/http/impl/VertxHttp2ConnectionHandlerBuilder<TC;>;
            0    1     1  gracefulShutdownTimeoutMillis  J
    Signature: (J)Lio/vertx/core/http/impl/VertxHttp2ConnectionHandlerBuilder<TC;>;
    MethodParameters:
                               Name  Flags
      gracefulShutdownTimeoutMillis  

  io.vertx.core.http.impl.VertxHttp2ConnectionHandlerBuilder<C> compressionLevel(int);
    descriptor: (I)Lio/vertx/core/http/impl/VertxHttp2ConnectionHandlerBuilder;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.VertxHttp2ConnectionHandlerBuilder this
        start local 1 // int compressionLevel
         0: .line 84
            aload 0 /* this */
            iload 1 /* compressionLevel */
            putfield io.vertx.core.http.impl.VertxHttp2ConnectionHandlerBuilder.compressionLevel:I
         1: .line 85
            aload 0 /* this */
            areturn
        end local 1 // int compressionLevel
        end local 0 // io.vertx.core.http.impl.VertxHttp2ConnectionHandlerBuilder this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lio/vertx/core/http/impl/VertxHttp2ConnectionHandlerBuilder<TC;>;
            0    2     1  compressionLevel  I
    Signature: (I)Lio/vertx/core/http/impl/VertxHttp2ConnectionHandlerBuilder<TC;>;
    MethodParameters:
                  Name  Flags
      compressionLevel  

  io.vertx.core.http.impl.VertxHttp2ConnectionHandlerBuilder<C> useDecompression(boolean);
    descriptor: (Z)Lio/vertx/core/http/impl/VertxHttp2ConnectionHandlerBuilder;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.VertxHttp2ConnectionHandlerBuilder this
        start local 1 // boolean useDecompression
         0: .line 89
            aload 0 /* this */
            iload 1 /* useDecompression */
            putfield io.vertx.core.http.impl.VertxHttp2ConnectionHandlerBuilder.useDecompression:Z
         1: .line 90
            aload 0 /* this */
            areturn
        end local 1 // boolean useDecompression
        end local 0 // io.vertx.core.http.impl.VertxHttp2ConnectionHandlerBuilder this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lio/vertx/core/http/impl/VertxHttp2ConnectionHandlerBuilder<TC;>;
            0    2     1  useDecompression  Z
    Signature: (Z)Lio/vertx/core/http/impl/VertxHttp2ConnectionHandlerBuilder<TC;>;
    MethodParameters:
                  Name  Flags
      useDecompression  

  io.vertx.core.http.impl.VertxHttp2ConnectionHandlerBuilder<C> connectionFactory(java.util.function.Function<io.vertx.core.http.impl.VertxHttp2ConnectionHandler<C>, C>);
    descriptor: (Ljava/util/function/Function;)Lio/vertx/core/http/impl/VertxHttp2ConnectionHandlerBuilder;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.VertxHttp2ConnectionHandlerBuilder this
        start local 1 // java.util.function.Function connectionFactory
         0: .line 94
            aload 0 /* this */
            aload 1 /* connectionFactory */
            putfield io.vertx.core.http.impl.VertxHttp2ConnectionHandlerBuilder.connectionFactory:Ljava/util/function/Function;
         1: .line 95
            aload 0 /* this */
            areturn
        end local 1 // java.util.function.Function connectionFactory
        end local 0 // io.vertx.core.http.impl.VertxHttp2ConnectionHandlerBuilder this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lio/vertx/core/http/impl/VertxHttp2ConnectionHandlerBuilder<TC;>;
            0    2     1  connectionFactory  Ljava/util/function/Function<Lio/vertx/core/http/impl/VertxHttp2ConnectionHandler<TC;>;TC;>;
    Signature: (Ljava/util/function/Function<Lio/vertx/core/http/impl/VertxHttp2ConnectionHandler<TC;>;TC;>;)Lio/vertx/core/http/impl/VertxHttp2ConnectionHandlerBuilder<TC;>;
    MethodParameters:
                   Name  Flags
      connectionFactory  

  io.vertx.core.http.impl.VertxHttp2ConnectionHandlerBuilder<C> logEnabled(boolean);
    descriptor: (Z)Lio/vertx/core/http/impl/VertxHttp2ConnectionHandlerBuilder;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.VertxHttp2ConnectionHandlerBuilder this
        start local 1 // boolean logEnabled
         0: .line 99
            aload 0 /* this */
            iload 1 /* logEnabled */
            putfield io.vertx.core.http.impl.VertxHttp2ConnectionHandlerBuilder.logEnabled:Z
         1: .line 100
            aload 0 /* this */
            areturn
        end local 1 // boolean logEnabled
        end local 0 // io.vertx.core.http.impl.VertxHttp2ConnectionHandlerBuilder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/core/http/impl/VertxHttp2ConnectionHandlerBuilder<TC;>;
            0    2     1  logEnabled  Z
    Signature: (Z)Lio/vertx/core/http/impl/VertxHttp2ConnectionHandlerBuilder<TC;>;
    MethodParameters:
            Name  Flags
      logEnabled  

  protected io.vertx.core.http.impl.VertxHttp2ConnectionHandler<C> build();
    descriptor: ()Lio/vertx/core/http/impl/VertxHttp2ConnectionHandler;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.VertxHttp2ConnectionHandlerBuilder this
         0: .line 105
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2ConnectionHandlerBuilder.initialSettings:Lio/vertx/core/http/Http2Settings;
            ifnull 2
         1: .line 106
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.VertxHttp2ConnectionHandlerBuilder.isServer:()Z
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2ConnectionHandlerBuilder.initialSettings:Lio/vertx/core/http/Http2Settings;
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.VertxHttp2ConnectionHandlerBuilder.initialSettings:()Lio/netty/handler/codec/http2/Http2Settings;
            invokestatic io.vertx.core.http.impl.HttpUtils.fromVertxInitialSettings:(ZLio/vertx/core/http/Http2Settings;Lio/netty/handler/codec/http2/Http2Settings;)V
         2: .line 108
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2ConnectionHandlerBuilder.logEnabled:Z
            ifeq 4
         3: .line 109
            aload 0 /* this */
            new io.netty.handler.codec.http2.Http2FrameLogger
            dup
            getstatic io.netty.handler.logging.LogLevel.DEBUG:Lio/netty/handler/logging/LogLevel;
            invokespecial io.netty.handler.codec.http2.Http2FrameLogger.<init>:(Lio/netty/handler/logging/LogLevel;)V
            invokevirtual io.vertx.core.http.impl.VertxHttp2ConnectionHandlerBuilder.frameLogger:(Lio/netty/handler/codec/http2/Http2FrameLogger;)Lio/netty/handler/codec/http2/AbstractHttp2ConnectionHandlerBuilder;
            pop
         4: .line 112
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new io.vertx.core.http.impl.VertxHttp2ConnectionHandlerBuilder$1
            dup
            aload 0 /* this */
            invokespecial io.vertx.core.http.impl.VertxHttp2ConnectionHandlerBuilder$1.<init>:(Lio/vertx/core/http/impl/VertxHttp2ConnectionHandlerBuilder;)V
            invokevirtual io.vertx.core.http.impl.VertxHttp2ConnectionHandlerBuilder.frameListener:(Lio/netty/handler/codec/http2/Http2FrameListener;)Lio/netty/handler/codec/http2/AbstractHttp2ConnectionHandlerBuilder;
            pop
         5: .line 166
            aload 0 /* this */
            invokespecial io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder.build:()Lio/netty/handler/codec/http2/Http2ConnectionHandler;
            checkcast io.vertx.core.http.impl.VertxHttp2ConnectionHandler
            areturn
        end local 0 // io.vertx.core.http.impl.VertxHttp2ConnectionHandlerBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/vertx/core/http/impl/VertxHttp2ConnectionHandlerBuilder<TC;>;
    Signature: ()Lio/vertx/core/http/impl/VertxHttp2ConnectionHandler<TC;>;

  protected io.vertx.core.http.impl.VertxHttp2ConnectionHandler<C> 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/vertx/core/http/impl/VertxHttp2ConnectionHandler;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=5, args_size=4
        start local 0 // io.vertx.core.http.impl.VertxHttp2ConnectionHandlerBuilder this
        start local 1 // io.netty.handler.codec.http2.Http2ConnectionDecoder decoder
        start local 2 // io.netty.handler.codec.http2.Http2ConnectionEncoder encoder
        start local 3 // io.netty.handler.codec.http2.Http2Settings initialSettings
         0: .line 171
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.VertxHttp2ConnectionHandlerBuilder.isServer:()Z
            ifeq 6
         1: .line 172
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2ConnectionHandlerBuilder.useCompression:Z
            ifeq 3
         2: .line 173
            new io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder
            dup
            aload 2 /* encoder */
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2ConnectionHandlerBuilder.compressionLevel:I
            bipush 15
            bipush 8
            invokespecial io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder.<init>:(Lio/netty/handler/codec/http2/Http2ConnectionEncoder;III)V
            astore 2 /* encoder */
         3: .line 175
      StackMap locals:
      StackMap stack:
            new io.vertx.core.http.impl.VertxHttp2ConnectionHandler
            dup
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2ConnectionHandlerBuilder.connectionFactory:Ljava/util/function/Function;
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2ConnectionHandlerBuilder.useDecompression:Z
            aload 1 /* decoder */
            aload 2 /* encoder */
            aload 3 /* initialSettings */
            invokespecial io.vertx.core.http.impl.VertxHttp2ConnectionHandler.<init>:(Ljava/util/function/Function;ZLio/netty/handler/codec/http2/Http2ConnectionDecoder;Lio/netty/handler/codec/http2/Http2ConnectionEncoder;Lio/netty/handler/codec/http2/Http2Settings;)V
            astore 4 /* handler */
        start local 4 // io.vertx.core.http.impl.VertxHttp2ConnectionHandler handler
         4: .line 176
            aload 1 /* decoder */
            aload 4 /* handler */
            invokeinterface io.netty.handler.codec.http2.Http2ConnectionDecoder.frameListener:(Lio/netty/handler/codec/http2/Http2FrameListener;)V
         5: .line 177
            aload 4 /* handler */
            areturn
        end local 4 // io.vertx.core.http.impl.VertxHttp2ConnectionHandler handler
         6: .line 179
      StackMap locals:
      StackMap stack:
            new io.vertx.core.http.impl.VertxHttp2ConnectionHandler
            dup
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2ConnectionHandlerBuilder.connectionFactory:Ljava/util/function/Function;
            aload 0 /* this */
            getfield io.vertx.core.http.impl.VertxHttp2ConnectionHandlerBuilder.useCompression:Z
            aload 1 /* decoder */
            aload 2 /* encoder */
            aload 3 /* initialSettings */
            invokespecial io.vertx.core.http.impl.VertxHttp2ConnectionHandler.<init>:(Ljava/util/function/Function;ZLio/netty/handler/codec/http2/Http2ConnectionDecoder;Lio/netty/handler/codec/http2/Http2ConnectionEncoder;Lio/netty/handler/codec/http2/Http2Settings;)V
            astore 4 /* handler */
        start local 4 // io.vertx.core.http.impl.VertxHttp2ConnectionHandler handler
         7: .line 180
            aload 1 /* decoder */
            aload 4 /* handler */
            invokeinterface io.netty.handler.codec.http2.Http2ConnectionDecoder.frameListener:(Lio/netty/handler/codec/http2/Http2FrameListener;)V
         8: .line 181
            aload 4 /* handler */
            areturn
        end local 4 // io.vertx.core.http.impl.VertxHttp2ConnectionHandler handler
        end local 3 // io.netty.handler.codec.http2.Http2Settings initialSettings
        end local 2 // io.netty.handler.codec.http2.Http2ConnectionEncoder encoder
        end local 1 // io.netty.handler.codec.http2.Http2ConnectionDecoder decoder
        end local 0 // io.vertx.core.http.impl.VertxHttp2ConnectionHandlerBuilder this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    9     0             this  Lio/vertx/core/http/impl/VertxHttp2ConnectionHandlerBuilder<TC;>;
            0    9     1          decoder  Lio/netty/handler/codec/http2/Http2ConnectionDecoder;
            0    9     2          encoder  Lio/netty/handler/codec/http2/Http2ConnectionEncoder;
            0    9     3  initialSettings  Lio/netty/handler/codec/http2/Http2Settings;
            4    6     4          handler  Lio/vertx/core/http/impl/VertxHttp2ConnectionHandler<TC;>;
            7    9     4          handler  Lio/vertx/core/http/impl/VertxHttp2ConnectionHandler<TC;>;
    Exceptions:
      throws java.lang.Exception
    Signature: (Lio/netty/handler/codec/http2/Http2ConnectionDecoder;Lio/netty/handler/codec/http2/Http2ConnectionEncoder;Lio/netty/handler/codec/http2/Http2Settings;)Lio/vertx/core/http/impl/VertxHttp2ConnectionHandler<TC;>;
    MethodParameters:
                 Name  Flags
      decoder          
      encoder          
      initialSettings  

  protected io.netty.handler.codec.http2.Http2ConnectionHandler 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: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            invokevirtual io.vertx.core.http.impl.VertxHttp2ConnectionHandlerBuilder.build:(Lio/netty/handler/codec/http2/Http2ConnectionDecoder;Lio/netty/handler/codec/http2/Http2ConnectionEncoder;Lio/netty/handler/codec/http2/Http2Settings;)Lio/vertx/core/http/impl/VertxHttp2ConnectionHandler;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception

  protected io.netty.handler.codec.http2.Http2ConnectionHandler build();
    descriptor: ()Lio/netty/handler/codec/http2/Http2ConnectionHandler;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.core.http.impl.VertxHttp2ConnectionHandlerBuilder.build:()Lio/vertx/core/http/impl/VertxHttp2ConnectionHandler;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder server(boolean);
    descriptor: (Z)Lio/netty/handler/codec/http2/AbstractHttp2ConnectionHandlerBuilder;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.core.http.impl.VertxHttp2ConnectionHandlerBuilder.server:(Z)Lio/vertx/core/http/impl/VertxHttp2ConnectionHandlerBuilder;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder gracefulShutdownTimeoutMillis(long);
    descriptor: (J)Lio/netty/handler/codec/http2/AbstractHttp2ConnectionHandlerBuilder;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=2
         0: .line 1
            aload 0
            lload 1
            invokevirtual io.vertx.core.http.impl.VertxHttp2ConnectionHandlerBuilder.gracefulShutdownTimeoutMillis:(J)Lio/vertx/core/http/impl/VertxHttp2ConnectionHandlerBuilder;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <C:Lio/vertx/core/http/impl/Http2ConnectionBase;>Lio/netty/handler/codec/http2/AbstractHttp2ConnectionHandlerBuilder<Lio/vertx/core/http/impl/VertxHttp2ConnectionHandler<TC;>;Lio/vertx/core/http/impl/VertxHttp2ConnectionHandlerBuilder<TC;>;>;
SourceFile: "VertxHttp2ConnectionHandlerBuilder.java"
NestMembers:
  io.vertx.core.http.impl.VertxHttp2ConnectionHandlerBuilder$1
InnerClasses:
  io.vertx.core.http.impl.VertxHttp2ConnectionHandlerBuilder$1