abstract class io.vertx.core.http.impl.Http2ConnectionBase extends io.vertx.core.net.impl.ConnectionBase implements io.netty.handler.codec.http2.Http2FrameListener, io.vertx.core.http.HttpConnection
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: io.vertx.core.http.impl.Http2ConnectionBase
  super_class: io.vertx.core.net.impl.ConnectionBase
{
  private static final io.vertx.core.impl.logging.Logger log;
    descriptor: Lio/vertx/core/impl/logging/Logger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  protected final io.netty.channel.ChannelHandlerContext handlerContext;
    descriptor: Lio/netty/channel/ChannelHandlerContext;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final io.vertx.core.http.impl.VertxHttp2ConnectionHandler handler;
    descriptor: Lio/vertx/core/http/impl/VertxHttp2ConnectionHandler;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final io.netty.handler.codec.http2.Http2Connection$PropertyKey streamKey;
    descriptor: Lio/netty/handler/codec/http2/Http2Connection$PropertyKey;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

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

  private io.vertx.core.Handler<io.vertx.core.http.Http2Settings> remoteSettingsHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<Lio/vertx/core/http/Http2Settings;>;

  private final java.util.ArrayDeque<io.vertx.core.Handler<java.lang.Void>> updateSettingsHandlers;
    descriptor: Ljava/util/ArrayDeque;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/ArrayDeque<Lio/vertx/core/Handler<Ljava/lang/Void;>;>;

  private final java.util.ArrayDeque<io.vertx.core.Promise<io.vertx.core.buffer.Buffer>> pongHandlers;
    descriptor: Ljava/util/ArrayDeque;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/ArrayDeque<Lio/vertx/core/Promise<Lio/vertx/core/buffer/Buffer;>;>;

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

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

  private io.vertx.core.Handler<io.vertx.core.http.GoAway> goAwayHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<Lio/vertx/core/http/GoAway;>;

  private io.vertx.core.Handler<java.lang.Void> shutdownHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<Ljava/lang/Void;>;

  private io.vertx.core.Handler<io.vertx.core.buffer.Buffer> pingHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;

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

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

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 54
            ldc Lio/vertx/core/http/impl/Http2ConnectionBase;
            invokestatic io.vertx.core.impl.logging.LoggerFactory.getLogger:(Ljava/lang/Class;)Lio/vertx/core/impl/logging/Logger;
            putstatic io.vertx.core.http.impl.Http2ConnectionBase.log:Lio/vertx/core/impl/logging/Logger;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static io.netty.buffer.ByteBuf safeBuffer(io.netty.buffer.ByteBuf, io.netty.buffer.ByteBufAllocator);
    descriptor: (Lio/netty/buffer/ByteBuf;Lio/netty/buffer/ByteBufAllocator;)Lio/netty/buffer/ByteBuf;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.netty.buffer.ByteBuf buf
        start local 1 // io.netty.buffer.ByteBufAllocator allocator
         0: .line 64
            aload 1 /* allocator */
            aload 0 /* buf */
            invokevirtual io.netty.buffer.ByteBuf.readableBytes:()I
            invokeinterface io.netty.buffer.ByteBufAllocator.heapBuffer:(I)Lio/netty/buffer/ByteBuf;
            astore 2 /* buffer */
        start local 2 // io.netty.buffer.ByteBuf buffer
         1: .line 65
            aload 2 /* buffer */
            aload 0 /* buf */
            invokevirtual io.netty.buffer.ByteBuf.writeBytes:(Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;
            pop
         2: .line 66
            aload 2 /* buffer */
            areturn
        end local 2 // io.netty.buffer.ByteBuf buffer
        end local 1 // io.netty.buffer.ByteBufAllocator allocator
        end local 0 // io.netty.buffer.ByteBuf buf
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0        buf  Lio/netty/buffer/ByteBuf;
            0    3     1  allocator  Lio/netty/buffer/ByteBufAllocator;
            1    3     2     buffer  Lio/netty/buffer/ByteBuf;
    MethodParameters:
           Name  Flags
      buf        
      allocator  

  public void <init>(io.vertx.core.impl.EventLoopContext, io.vertx.core.http.impl.VertxHttp2ConnectionHandler);
    descriptor: (Lio/vertx/core/impl/EventLoopContext;Lio/vertx/core/http/impl/VertxHttp2ConnectionHandler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
        start local 1 // io.vertx.core.impl.EventLoopContext context
        start local 2 // io.vertx.core.http.impl.VertxHttp2ConnectionHandler handler
         0: .line 86
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* handler */
            invokevirtual io.vertx.core.http.impl.VertxHttp2ConnectionHandler.context:()Lio/netty/channel/ChannelHandlerContext;
            invokespecial io.vertx.core.net.impl.ConnectionBase.<init>:(Lio/vertx/core/impl/ContextInternal;Lio/netty/channel/ChannelHandlerContext;)V
         1: .line 74
            aload 0 /* this */
            new java.util.ArrayDeque
            dup
            invokespecial java.util.ArrayDeque.<init>:()V
            putfield io.vertx.core.http.impl.Http2ConnectionBase.updateSettingsHandlers:Ljava/util/ArrayDeque;
         2: .line 75
            aload 0 /* this */
            new java.util.ArrayDeque
            dup
            invokespecial java.util.ArrayDeque.<init>:()V
            putfield io.vertx.core.http.impl.Http2ConnectionBase.pongHandlers:Ljava/util/ArrayDeque;
         3: .line 76
            aload 0 /* this */
            new io.netty.handler.codec.http2.Http2Settings
            dup
            invokespecial io.netty.handler.codec.http2.Http2Settings.<init>:()V
            putfield io.vertx.core.http.impl.Http2ConnectionBase.localSettings:Lio/netty/handler/codec/http2/Http2Settings;
         4: .line 87
            aload 0 /* this */
            aload 2 /* handler */
            putfield io.vertx.core.http.impl.Http2ConnectionBase.handler:Lio/vertx/core/http/impl/VertxHttp2ConnectionHandler;
         5: .line 88
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ConnectionBase.chctx:Lio/netty/channel/ChannelHandlerContext;
            putfield io.vertx.core.http.impl.Http2ConnectionBase.handlerContext:Lio/netty/channel/ChannelHandlerContext;
         6: .line 89
            aload 0 /* this */
            aload 2 /* handler */
            invokevirtual io.vertx.core.http.impl.VertxHttp2ConnectionHandler.connection:()Lio/netty/handler/codec/http2/Http2Connection;
            invokeinterface io.netty.handler.codec.http2.Http2Connection.local:()Lio/netty/handler/codec/http2/Http2Connection$Endpoint;
            invokeinterface io.netty.handler.codec.http2.Http2Connection$Endpoint.flowController:()Lio/netty/handler/codec/http2/Http2FlowController;
            checkcast io.netty.handler.codec.http2.Http2LocalFlowController
            aload 2 /* handler */
            invokevirtual io.vertx.core.http.impl.VertxHttp2ConnectionHandler.connection:()Lio/netty/handler/codec/http2/Http2Connection;
            invokeinterface io.netty.handler.codec.http2.Http2Connection.connectionStream:()Lio/netty/handler/codec/http2/Http2Stream;
            invokeinterface io.netty.handler.codec.http2.Http2LocalFlowController.windowSize:(Lio/netty/handler/codec/http2/Http2Stream;)I
            putfield io.vertx.core.http.impl.Http2ConnectionBase.windowSize:I
         7: .line 90
            aload 0 /* this */
            ldc 4294967295
            putfield io.vertx.core.http.impl.Http2ConnectionBase.maxConcurrentStreams:J
         8: .line 91
            aload 0 /* this */
            aload 2 /* handler */
            invokevirtual io.vertx.core.http.impl.VertxHttp2ConnectionHandler.connection:()Lio/netty/handler/codec/http2/Http2Connection;
            invokeinterface io.netty.handler.codec.http2.Http2Connection.newKey:()Lio/netty/handler/codec/http2/Http2Connection$PropertyKey;
            putfield io.vertx.core.http.impl.Http2ConnectionBase.streamKey:Lio/netty/handler/codec/http2/Http2Connection$PropertyKey;
         9: .line 92
            return
        end local 2 // io.vertx.core.http.impl.VertxHttp2ConnectionHandler handler
        end local 1 // io.vertx.core.impl.EventLoopContext context
        end local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Lio/vertx/core/http/impl/Http2ConnectionBase;
            0   10     1  context  Lio/vertx/core/impl/EventLoopContext;
            0   10     2  handler  Lio/vertx/core/http/impl/VertxHttp2ConnectionHandler;
    MethodParameters:
         Name  Flags
      context  
      handler  

  io.vertx.core.impl.VertxInternal vertx();
    descriptor: ()Lio/vertx/core/impl/VertxInternal;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
         0: .line 95
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ConnectionBase.vertx:Lio/vertx/core/impl/VertxInternal;
            areturn
        end local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/Http2ConnectionBase;

  public void handleClosed();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
         0: .line 100
            aload 0 /* this */
            invokespecial io.vertx.core.net.impl.ConnectionBase.handleClosed:()V
         1: .line 101
            return
        end local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/http/impl/Http2ConnectionBase;

  protected void handleInterestedOpsChanged();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
         0: .line 106
            return
        end local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/Http2ConnectionBase;

  protected void handleIdle();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
         0: .line 110
            aload 0 /* this */
            invokespecial io.vertx.core.net.impl.ConnectionBase.handleIdle:()V
         1: .line 111
            return
        end local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/http/impl/Http2ConnectionBase;

  synchronized void onConnectionError(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
        start local 1 // java.lang.Throwable cause
         0: .line 114
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 2 /* streams */
        start local 2 // java.util.ArrayList streams
         1: .line 116
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ConnectionBase.handler:Lio/vertx/core/http/impl/VertxHttp2ConnectionHandler;
            invokevirtual io.vertx.core.http.impl.VertxHttp2ConnectionHandler.connection:()Lio/netty/handler/codec/http2/Http2Connection;
            aload 0 /* this */
            aload 2 /* streams */
            invokedynamic visit(Lio/vertx/core/http/impl/Http2ConnectionBase;Ljava/util/ArrayList;)Lio/netty/handler/codec/http2/Http2StreamVisitor;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lio/netty/handler/codec/http2/Http2Stream;)Z
                  io/vertx/core/http/impl/Http2ConnectionBase.lambda$0(Ljava/util/ArrayList;Lio/netty/handler/codec/http2/Http2Stream;)Z (7)
                  (Lio/netty/handler/codec/http2/Http2Stream;)Z
            invokeinterface io.netty.handler.codec.http2.Http2Connection.forEachActiveStream:(Lio/netty/handler/codec/http2/Http2StreamVisitor;)Lio/netty/handler/codec/http2/Http2Stream;
            pop
         2: .line 120
            goto 5
      StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase java.lang.Throwable java.util.ArrayList
      StackMap stack: io.netty.handler.codec.http2.Http2Exception
         3: astore 3 /* e */
        start local 3 // io.netty.handler.codec.http2.Http2Exception e
         4: .line 121
            getstatic io.vertx.core.http.impl.Http2ConnectionBase.log:Lio/vertx/core/impl/logging/Logger;
            ldc "Could not get the list of active streams"
            aload 3 /* e */
            invokeinterface io.vertx.core.impl.logging.Logger.error:(Ljava/lang/Object;Ljava/lang/Throwable;)V
        end local 3 // io.netty.handler.codec.http2.Http2Exception e
         5: .line 123
      StackMap locals:
      StackMap stack:
            aload 2 /* streams */
            invokevirtual java.util.ArrayList.iterator:()Ljava/util/Iterator;
            astore 4
            goto 8
      StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase java.lang.Throwable java.util.ArrayList top java.util.Iterator
      StackMap stack:
         6: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast io.vertx.core.http.impl.VertxHttp2Stream
            astore 3 /* stream */
        start local 3 // io.vertx.core.http.impl.VertxHttp2Stream stream
         7: .line 124
            aload 3 /* stream */
            getfield io.vertx.core.http.impl.VertxHttp2Stream.context:Lio/vertx/core/impl/ContextInternal;
            aload 3 /* stream */
            aload 1 /* cause */
            invokedynamic handle(Lio/vertx/core/http/impl/VertxHttp2Stream;Ljava/lang/Throwable;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/core/http/impl/Http2ConnectionBase.lambda$1(Lio/vertx/core/http/impl/VertxHttp2Stream;Ljava/lang/Throwable;Ljava/lang/Void;)V (6)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.impl.ContextInternal.dispatch:(Lio/vertx/core/Handler;)V
        end local 3 // io.vertx.core.http.impl.VertxHttp2Stream stream
         8: .line 123
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 6
         9: .line 126
            aload 0 /* this */
            aload 1 /* cause */
            invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.handleException:(Ljava/lang/Throwable;)V
        10: .line 127
            return
        end local 2 // java.util.ArrayList streams
        end local 1 // java.lang.Throwable cause
        end local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lio/vertx/core/http/impl/Http2ConnectionBase;
            0   11     1    cause  Ljava/lang/Throwable;
            1   11     2  streams  Ljava/util/ArrayList<Lio/vertx/core/http/impl/VertxHttp2Stream;>;
            4    5     3        e  Lio/netty/handler/codec/http2/Http2Exception;
            7    8     3   stream  Lio/vertx/core/http/impl/VertxHttp2Stream;
      Exception table:
        from    to  target  type
           1     2       3  Class io.netty.handler.codec.http2.Http2Exception
    MethodParameters:
       Name  Flags
      cause  

  io.vertx.core.http.impl.VertxHttp2Stream<?> stream(int);
    descriptor: (I)Lio/vertx/core/http/impl/VertxHttp2Stream;
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
        start local 1 // int id
         0: .line 130
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ConnectionBase.handler:Lio/vertx/core/http/impl/VertxHttp2ConnectionHandler;
            invokevirtual io.vertx.core.http.impl.VertxHttp2ConnectionHandler.connection:()Lio/netty/handler/codec/http2/Http2Connection;
            iload 1 /* id */
            invokeinterface io.netty.handler.codec.http2.Http2Connection.stream:(I)Lio/netty/handler/codec/http2/Http2Stream;
            astore 2 /* s */
        start local 2 // io.netty.handler.codec.http2.Http2Stream s
         1: .line 131
            aload 2 /* s */
            ifnonnull 3
         2: .line 132
            aconst_null
            areturn
         3: .line 134
      StackMap locals: io.netty.handler.codec.http2.Http2Stream
      StackMap stack:
            aload 2 /* s */
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ConnectionBase.streamKey:Lio/netty/handler/codec/http2/Http2Connection$PropertyKey;
            invokeinterface io.netty.handler.codec.http2.Http2Stream.getProperty:(Lio/netty/handler/codec/http2/Http2Connection$PropertyKey;)Ljava/lang/Object;
            checkcast io.vertx.core.http.impl.VertxHttp2Stream
            areturn
        end local 2 // io.netty.handler.codec.http2.Http2Stream s
        end local 1 // int id
        end local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/core/http/impl/Http2ConnectionBase;
            0    4     1    id  I
            1    4     2     s  Lio/netty/handler/codec/http2/Http2Stream;
    Signature: (I)Lio/vertx/core/http/impl/VertxHttp2Stream<*>;
    MethodParameters:
      Name  Flags
      id    

  void onStreamError(int, java.lang.Throwable);
    descriptor: (ILjava/lang/Throwable;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
        start local 1 // int streamId
        start local 2 // java.lang.Throwable cause
         0: .line 138
            aload 0 /* this */
            iload 1 /* streamId */
            invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.stream:(I)Lio/vertx/core/http/impl/VertxHttp2Stream;
            astore 3 /* stream */
        start local 3 // io.vertx.core.http.impl.VertxHttp2Stream stream
         1: .line 139
            aload 3 /* stream */
            ifnull 3
         2: .line 140
            aload 3 /* stream */
            aload 2 /* cause */
            invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.onError:(Ljava/lang/Throwable;)V
         3: .line 142
      StackMap locals: io.vertx.core.http.impl.VertxHttp2Stream
      StackMap stack:
            return
        end local 3 // io.vertx.core.http.impl.VertxHttp2Stream stream
        end local 2 // java.lang.Throwable cause
        end local 1 // int streamId
        end local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lio/vertx/core/http/impl/Http2ConnectionBase;
            0    4     1  streamId  I
            0    4     2     cause  Ljava/lang/Throwable;
            1    4     3    stream  Lio/vertx/core/http/impl/VertxHttp2Stream;
    MethodParameters:
          Name  Flags
      streamId  
      cause     

  void onStreamWritabilityChanged(io.netty.handler.codec.http2.Http2Stream);
    descriptor: (Lio/netty/handler/codec/http2/Http2Stream;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
        start local 1 // io.netty.handler.codec.http2.Http2Stream s
         0: .line 145
            aload 1 /* s */
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ConnectionBase.streamKey:Lio/netty/handler/codec/http2/Http2Connection$PropertyKey;
            invokeinterface io.netty.handler.codec.http2.Http2Stream.getProperty:(Lio/netty/handler/codec/http2/Http2Connection$PropertyKey;)Ljava/lang/Object;
            checkcast io.vertx.core.http.impl.VertxHttp2Stream
            astore 2 /* stream */
        start local 2 // io.vertx.core.http.impl.VertxHttp2Stream stream
         1: .line 146
            aload 2 /* stream */
            ifnull 3
         2: .line 147
            aload 2 /* stream */
            invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.onWritabilityChanged:()V
         3: .line 149
      StackMap locals: io.vertx.core.http.impl.VertxHttp2Stream
      StackMap stack:
            return
        end local 2 // io.vertx.core.http.impl.VertxHttp2Stream stream
        end local 1 // io.netty.handler.codec.http2.Http2Stream s
        end local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lio/vertx/core/http/impl/Http2ConnectionBase;
            0    4     1       s  Lio/netty/handler/codec/http2/Http2Stream;
            1    4     2  stream  Lio/vertx/core/http/impl/VertxHttp2Stream;
    MethodParameters:
      Name  Flags
      s     

  void onStreamClosed(io.netty.handler.codec.http2.Http2Stream);
    descriptor: (Lio/netty/handler/codec/http2/Http2Stream;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
        start local 1 // io.netty.handler.codec.http2.Http2Stream s
         0: .line 152
            aload 1 /* s */
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ConnectionBase.streamKey:Lio/netty/handler/codec/http2/Http2Connection$PropertyKey;
            invokeinterface io.netty.handler.codec.http2.Http2Stream.getProperty:(Lio/netty/handler/codec/http2/Http2Connection$PropertyKey;)Ljava/lang/Object;
            checkcast io.vertx.core.http.impl.VertxHttp2Stream
            astore 2 /* stream */
        start local 2 // io.vertx.core.http.impl.VertxHttp2Stream stream
         1: .line 153
            aload 2 /* stream */
            ifnull 3
         2: .line 154
            aload 2 /* stream */
            invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.onClose:()V
         3: .line 156
      StackMap locals: io.vertx.core.http.impl.VertxHttp2Stream
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.checkShutdown:()V
         4: .line 157
            return
        end local 2 // io.vertx.core.http.impl.VertxHttp2Stream stream
        end local 1 // io.netty.handler.codec.http2.Http2Stream s
        end local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lio/vertx/core/http/impl/Http2ConnectionBase;
            0    5     1       s  Lio/netty/handler/codec/http2/Http2Stream;
            1    5     2  stream  Lio/vertx/core/http/impl/VertxHttp2Stream;
    MethodParameters:
      Name  Flags
      s     

  boolean onGoAwaySent(int, long, io.netty.buffer.ByteBuf);
    descriptor: (IJLio/netty/buffer/ByteBuf;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=6, args_size=4
        start local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
        start local 1 // int lastStreamId
        start local 2 // long errorCode
        start local 4 // io.netty.buffer.ByteBuf debugData
         0: .line 160
            aload 0 /* this */
            dup
            astore 5
            monitorenter
         1: .line 161
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ConnectionBase.goneAway:Z
            ifeq 4
         2: .line 162
            aload 5
            monitorexit
         3: iconst_0
            ireturn
         4: .line 164
      StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield io.vertx.core.http.impl.Http2ConnectionBase.goneAway:Z
         5: .line 160
            aload 5
            monitorexit
         6: goto 9
      StackMap locals:
      StackMap stack: java.lang.Throwable
         7: aload 5
            monitorexit
         8: athrow
         9: .line 166
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.checkShutdown:()V
        10: .line 167
            iconst_1
            ireturn
        end local 4 // io.netty.buffer.ByteBuf debugData
        end local 2 // long errorCode
        end local 1 // int lastStreamId
        end local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   11     0          this  Lio/vertx/core/http/impl/Http2ConnectionBase;
            0   11     1  lastStreamId  I
            0   11     2     errorCode  J
            0   11     4     debugData  Lio/netty/buffer/ByteBuf;
      Exception table:
        from    to  target  type
           1     3       7  any
           4     6       7  any
           7     8       7  any
    MethodParameters:
              Name  Flags
      lastStreamId  
      errorCode     
      debugData     

  boolean onGoAwayReceived(int, long, io.netty.buffer.ByteBuf);
    descriptor: (IJLio/netty/buffer/ByteBuf;)Z
    flags: (0x0000) 
    Code:
      stack=6, locals=7, args_size=4
        start local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
        start local 1 // int lastStreamId
        start local 2 // long errorCode
        start local 4 // io.netty.buffer.ByteBuf debugData
         0: .line 172
            aload 0 /* this */
            dup
            astore 6
            monitorenter
         1: .line 173
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ConnectionBase.goneAway:Z
            ifeq 4
         2: .line 174
            aload 6
            monitorexit
         3: iconst_0
            ireturn
         4: .line 176
      StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase int long io.netty.buffer.ByteBuf top io.vertx.core.http.impl.Http2ConnectionBase
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield io.vertx.core.http.impl.Http2ConnectionBase.goneAway:Z
         5: .line 177
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ConnectionBase.goAwayHandler:Lio/vertx/core/Handler;
            astore 5 /* handler */
        start local 5 // io.vertx.core.Handler handler
         6: .line 172
            aload 6
            monitorexit
         7: goto 10
        end local 5 // io.vertx.core.Handler handler
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: aload 6
            monitorexit
         9: athrow
        start local 5 // io.vertx.core.Handler handler
        10: .line 179
      StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase int long io.netty.buffer.ByteBuf io.vertx.core.Handler
      StackMap stack:
            aload 5 /* handler */
            ifnull 13
        11: .line 180
            aload 4 /* debugData */
            invokestatic io.vertx.core.buffer.Buffer.buffer:(Lio/netty/buffer/ByteBuf;)Lio/vertx/core/buffer/Buffer;
            astore 6 /* buffer */
        start local 6 // io.vertx.core.buffer.Buffer buffer
        12: .line 181
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ConnectionBase.context:Lio/vertx/core/impl/ContextInternal;
            aload 5 /* handler */
            lload 2 /* errorCode */
            iload 1 /* lastStreamId */
            aload 6 /* buffer */
            invokedynamic handle(Lio/vertx/core/Handler;JILio/vertx/core/buffer/Buffer;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/core/http/impl/Http2ConnectionBase.lambda$2(Lio/vertx/core/Handler;JILio/vertx/core/buffer/Buffer;Ljava/lang/Void;)V (6)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.impl.ContextInternal.dispatch:(Lio/vertx/core/Handler;)V
        end local 6 // io.vertx.core.buffer.Buffer buffer
        13: .line 183
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.checkShutdown:()V
        14: .line 184
            iconst_1
            ireturn
        end local 5 // io.vertx.core.Handler handler
        end local 4 // io.netty.buffer.ByteBuf debugData
        end local 2 // long errorCode
        end local 1 // int lastStreamId
        end local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   15     0          this  Lio/vertx/core/http/impl/Http2ConnectionBase;
            0   15     1  lastStreamId  I
            0   15     2     errorCode  J
            0   15     4     debugData  Lio/netty/buffer/ByteBuf;
            6    8     5       handler  Lio/vertx/core/Handler<Lio/vertx/core/http/GoAway;>;
           10   15     5       handler  Lio/vertx/core/Handler<Lio/vertx/core/http/GoAway;>;
           12   13     6        buffer  Lio/vertx/core/buffer/Buffer;
      Exception table:
        from    to  target  type
           1     3       8  any
           4     7       8  any
           8     9       8  any
    MethodParameters:
              Name  Flags
      lastStreamId  
      errorCode     
      debugData     

  public void onPriorityRead(io.netty.channel.ChannelHandlerContext, int, int, short, boolean);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;IISZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=8, args_size=6
        start local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
        start local 2 // int streamId
        start local 3 // int streamDependency
        start local 4 // short weight
        start local 5 // boolean exclusive
         0: .line 191
            aload 0 /* this */
            iload 2 /* streamId */
            invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.stream:(I)Lio/vertx/core/http/impl/VertxHttp2Stream;
            astore 6 /* stream */
        start local 6 // io.vertx.core.http.impl.VertxHttp2Stream stream
         1: .line 192
            aload 6 /* stream */
            ifnull 8
         2: .line 193
            new io.vertx.core.http.StreamPriority
            dup
            invokespecial io.vertx.core.http.StreamPriority.<init>:()V
         3: .line 194
            iload 3 /* streamDependency */
            invokevirtual io.vertx.core.http.StreamPriority.setDependency:(I)Lio/vertx/core/http/StreamPriority;
         4: .line 195
            iload 4 /* weight */
            invokevirtual io.vertx.core.http.StreamPriority.setWeight:(S)Lio/vertx/core/http/StreamPriority;
         5: .line 196
            iload 5 /* exclusive */
            invokevirtual io.vertx.core.http.StreamPriority.setExclusive:(Z)Lio/vertx/core/http/StreamPriority;
         6: .line 193
            astore 7 /* streamPriority */
        start local 7 // io.vertx.core.http.StreamPriority streamPriority
         7: .line 197
            aload 6 /* stream */
            aload 7 /* streamPriority */
            invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.onPriorityChange:(Lio/vertx/core/http/StreamPriority;)V
        end local 7 // io.vertx.core.http.StreamPriority streamPriority
         8: .line 199
      StackMap locals: io.vertx.core.http.impl.VertxHttp2Stream
      StackMap stack:
            return
        end local 6 // io.vertx.core.http.impl.VertxHttp2Stream stream
        end local 5 // boolean exclusive
        end local 4 // short weight
        end local 3 // int streamDependency
        end local 2 // int streamId
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    9     0              this  Lio/vertx/core/http/impl/Http2ConnectionBase;
            0    9     1               ctx  Lio/netty/channel/ChannelHandlerContext;
            0    9     2          streamId  I
            0    9     3  streamDependency  I
            0    9     4            weight  S
            0    9     5         exclusive  Z
            1    9     6            stream  Lio/vertx/core/http/impl/VertxHttp2Stream;
            7    8     7    streamPriority  Lio/vertx/core/http/StreamPriority;
    MethodParameters:
                  Name  Flags
      ctx               
      streamId          
      streamDependency  
      weight            
      exclusive         

  public void onHeadersRead(io.netty.channel.ChannelHandlerContext, int, io.netty.handler.codec.http2.Http2Headers, int, short, boolean, int, boolean);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;ILio/netty/handler/codec/http2/Http2Headers;ISZIZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=10, args_size=9
        start local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
        start local 2 // int streamId
        start local 3 // io.netty.handler.codec.http2.Http2Headers headers
        start local 4 // int streamDependency
        start local 5 // short weight
        start local 6 // boolean exclusive
        start local 7 // int padding
        start local 8 // boolean endOfStream
         0: .line 203
            new io.vertx.core.http.StreamPriority
            dup
            invokespecial io.vertx.core.http.StreamPriority.<init>:()V
         1: .line 204
            iload 4 /* streamDependency */
            invokevirtual io.vertx.core.http.StreamPriority.setDependency:(I)Lio/vertx/core/http/StreamPriority;
         2: .line 205
            iload 5 /* weight */
            invokevirtual io.vertx.core.http.StreamPriority.setWeight:(S)Lio/vertx/core/http/StreamPriority;
         3: .line 206
            iload 6 /* exclusive */
            invokevirtual io.vertx.core.http.StreamPriority.setExclusive:(Z)Lio/vertx/core/http/StreamPriority;
         4: .line 203
            astore 9 /* streamPriority */
        start local 9 // io.vertx.core.http.StreamPriority streamPriority
         5: .line 207
            aload 0 /* this */
            iload 2 /* streamId */
            aload 3 /* headers */
            aload 9 /* streamPriority */
            iload 8 /* endOfStream */
            invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.onHeadersRead:(ILio/netty/handler/codec/http2/Http2Headers;Lio/vertx/core/http/StreamPriority;Z)V
         6: .line 208
            return
        end local 9 // io.vertx.core.http.StreamPriority streamPriority
        end local 8 // boolean endOfStream
        end local 7 // int padding
        end local 6 // boolean exclusive
        end local 5 // short weight
        end local 4 // int streamDependency
        end local 3 // io.netty.handler.codec.http2.Http2Headers headers
        end local 2 // int streamId
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    7     0              this  Lio/vertx/core/http/impl/Http2ConnectionBase;
            0    7     1               ctx  Lio/netty/channel/ChannelHandlerContext;
            0    7     2          streamId  I
            0    7     3           headers  Lio/netty/handler/codec/http2/Http2Headers;
            0    7     4  streamDependency  I
            0    7     5            weight  S
            0    7     6         exclusive  Z
            0    7     7           padding  I
            0    7     8       endOfStream  Z
            5    7     9    streamPriority  Lio/vertx/core/http/StreamPriority;
    Exceptions:
      throws io.netty.handler.codec.http2.Http2Exception
    MethodParameters:
                  Name  Flags
      ctx               
      streamId          
      headers           
      streamDependency  
      weight            
      exclusive         
      padding           
      endOfStream       

  public void onHeadersRead(io.netty.channel.ChannelHandlerContext, int, io.netty.handler.codec.http2.Http2Headers, int, boolean);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;ILio/netty/handler/codec/http2/Http2Headers;IZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
        start local 2 // int streamId
        start local 3 // io.netty.handler.codec.http2.Http2Headers headers
        start local 4 // int padding
        start local 5 // boolean endOfStream
         0: .line 212
            aload 0 /* this */
            iload 2 /* streamId */
            aload 3 /* headers */
            aconst_null
            iload 5 /* endOfStream */
            invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.onHeadersRead:(ILio/netty/handler/codec/http2/Http2Headers;Lio/vertx/core/http/StreamPriority;Z)V
         1: .line 213
            return
        end local 5 // boolean endOfStream
        end local 4 // int padding
        end local 3 // io.netty.handler.codec.http2.Http2Headers headers
        end local 2 // int streamId
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/vertx/core/http/impl/Http2ConnectionBase;
            0    2     1          ctx  Lio/netty/channel/ChannelHandlerContext;
            0    2     2     streamId  I
            0    2     3      headers  Lio/netty/handler/codec/http2/Http2Headers;
            0    2     4      padding  I
            0    2     5  endOfStream  Z
    Exceptions:
      throws io.netty.handler.codec.http2.Http2Exception
    MethodParameters:
             Name  Flags
      ctx          
      streamId     
      headers      
      padding      
      endOfStream  

  protected abstract void onHeadersRead(int, io.netty.handler.codec.http2.Http2Headers, io.vertx.core.http.StreamPriority, boolean);
    descriptor: (ILio/netty/handler/codec/http2/Http2Headers;Lio/vertx/core/http/StreamPriority;Z)V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
                Name  Flags
      streamId        
      headers         
      streamPriority  
      endOfStream     

  public void onSettingsAckRead(io.netty.channel.ChannelHandlerContext);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
         0: .line 220
            aload 0 /* this */
            dup
            astore 3
            monitorenter
         1: .line 221
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ConnectionBase.updateSettingsHandlers:Ljava/util/ArrayDeque;
            invokevirtual java.util.ArrayDeque.poll:()Ljava/lang/Object;
            checkcast io.vertx.core.Handler
            astore 2 /* handler */
        start local 2 // io.vertx.core.Handler handler
         2: .line 220
            aload 3
            monitorexit
         3: goto 6
        end local 2 // io.vertx.core.Handler handler
      StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase io.netty.channel.ChannelHandlerContext top io.vertx.core.http.impl.Http2ConnectionBase
      StackMap stack: java.lang.Throwable
         4: aload 3
            monitorexit
         5: athrow
        start local 2 // io.vertx.core.Handler handler
         6: .line 223
      StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase io.netty.channel.ChannelHandlerContext io.vertx.core.Handler
      StackMap stack:
            aload 2 /* handler */
            ifnull 8
         7: .line 225
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ConnectionBase.context:Lio/vertx/core/impl/ContextInternal;
            aload 2 /* handler */
            invokeinterface io.vertx.core.impl.ContextInternal.emit:(Lio/vertx/core/Handler;)V
         8: .line 227
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lio/vertx/core/http/impl/Http2ConnectionBase;
            0    9     1      ctx  Lio/netty/channel/ChannelHandlerContext;
            2    4     2  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
            6    9     2  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any
    MethodParameters:
      Name  Flags
      ctx   

  protected void concurrencyChanged(long);
    descriptor: (J)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=0, locals=3, args_size=2
        start local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
        start local 1 // long concurrency
         0: .line 230
            return
        end local 1 // long concurrency
        end local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lio/vertx/core/http/impl/Http2ConnectionBase;
            0    1     1  concurrency  J
    MethodParameters:
             Name  Flags
      concurrency  

  public void onSettingsRead(io.netty.channel.ChannelHandlerContext, io.netty.handler.codec.http2.Http2Settings);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;Lio/netty/handler/codec/http2/Http2Settings;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=3
        start local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
        start local 2 // io.netty.handler.codec.http2.Http2Settings settings
         0: .line 236
            aload 0 /* this */
            dup
            astore 5
            monitorenter
         1: .line 237
            aload 2 /* settings */
            invokevirtual io.netty.handler.codec.http2.Http2Settings.maxConcurrentStreams:()Ljava/lang/Long;
            astore 6 /* val */
        start local 6 // java.lang.Long val
         2: .line 238
            aload 6 /* val */
            ifnull 11
         3: .line 239
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ConnectionBase.remoteSettings:Lio/netty/handler/codec/http2/Http2Settings;
            ifnull 8
         4: .line 240
            aload 6 /* val */
            invokevirtual java.lang.Long.longValue:()J
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ConnectionBase.maxConcurrentStreams:J
            lcmp
            ifeq 5
            iconst_1
            goto 6
      StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase io.netty.channel.ChannelHandlerContext io.netty.handler.codec.http2.Http2Settings top top io.vertx.core.http.impl.Http2ConnectionBase java.lang.Long
      StackMap stack:
         5: iconst_0
      StackMap locals:
      StackMap stack: int
         6: istore 3 /* changed */
        start local 3 // boolean changed
         7: .line 241
            goto 9
        end local 3 // boolean changed
         8: .line 242
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* changed */
        start local 3 // boolean changed
         9: .line 244
      StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase io.netty.channel.ChannelHandlerContext io.netty.handler.codec.http2.Http2Settings int top io.vertx.core.http.impl.Http2ConnectionBase java.lang.Long
      StackMap stack:
            aload 0 /* this */
            aload 6 /* val */
            invokevirtual java.lang.Long.longValue:()J
            putfield io.vertx.core.http.impl.Http2ConnectionBase.maxConcurrentStreams:J
        10: .line 245
            goto 12
        end local 3 // boolean changed
        11: .line 246
      StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase io.netty.channel.ChannelHandlerContext io.netty.handler.codec.http2.Http2Settings top top io.vertx.core.http.impl.Http2ConnectionBase java.lang.Long
      StackMap stack:
            iconst_0
            istore 3 /* changed */
        start local 3 // boolean changed
        12: .line 248
      StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase io.netty.channel.ChannelHandlerContext io.netty.handler.codec.http2.Http2Settings int top io.vertx.core.http.impl.Http2ConnectionBase java.lang.Long
      StackMap stack:
            aload 0 /* this */
            aload 2 /* settings */
            putfield io.vertx.core.http.impl.Http2ConnectionBase.remoteSettings:Lio/netty/handler/codec/http2/Http2Settings;
        13: .line 249
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ConnectionBase.remoteSettingsHandler:Lio/vertx/core/Handler;
            astore 4 /* handler */
        end local 6 // java.lang.Long val
        start local 4 // io.vertx.core.Handler handler
        14: .line 236
            aload 5
            monitorexit
        15: goto 18
        end local 4 // io.vertx.core.Handler handler
        end local 3 // boolean changed
      StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase io.netty.channel.ChannelHandlerContext io.netty.handler.codec.http2.Http2Settings top top io.vertx.core.http.impl.Http2ConnectionBase
      StackMap stack: java.lang.Throwable
        16: aload 5
            monitorexit
        17: athrow
        start local 3 // boolean changed
        start local 4 // io.vertx.core.Handler handler
        18: .line 251
      StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase io.netty.channel.ChannelHandlerContext io.netty.handler.codec.http2.Http2Settings int io.vertx.core.Handler
      StackMap stack:
            aload 4 /* handler */
            ifnull 20
        19: .line 252
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ConnectionBase.context:Lio/vertx/core/impl/ContextInternal;
            aload 2 /* settings */
            invokestatic io.vertx.core.http.impl.HttpUtils.toVertxSettings:(Lio/netty/handler/codec/http2/Http2Settings;)Lio/vertx/core/http/Http2Settings;
            aload 4 /* handler */
            invokeinterface io.vertx.core.impl.ContextInternal.dispatch:(Ljava/lang/Object;Lio/vertx/core/Handler;)V
        20: .line 254
      StackMap locals:
      StackMap stack:
            iload 3 /* changed */
            ifeq 22
        21: .line 255
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ConnectionBase.maxConcurrentStreams:J
            invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.concurrencyChanged:(J)V
        22: .line 257
      StackMap locals:
      StackMap stack:
            return
        end local 4 // io.vertx.core.Handler handler
        end local 3 // boolean changed
        end local 2 // io.netty.handler.codec.http2.Http2Settings settings
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   23     0      this  Lio/vertx/core/http/impl/Http2ConnectionBase;
            0   23     1       ctx  Lio/netty/channel/ChannelHandlerContext;
            0   23     2  settings  Lio/netty/handler/codec/http2/Http2Settings;
            7    8     3   changed  Z
            9   11     3   changed  Z
           12   16     3   changed  Z
           18   23     3   changed  Z
           14   16     4   handler  Lio/vertx/core/Handler<Lio/vertx/core/http/Http2Settings;>;
           18   23     4   handler  Lio/vertx/core/Handler<Lio/vertx/core/http/Http2Settings;>;
            2   14     6       val  Ljava/lang/Long;
      Exception table:
        from    to  target  type
           1    15      16  any
          16    17      16  any
    MethodParameters:
          Name  Flags
      ctx       
      settings  

  public void onPingRead(io.netty.channel.ChannelHandlerContext, long);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
        start local 2 // long data
         0: .line 261
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ConnectionBase.pingHandler:Lio/vertx/core/Handler;
            astore 4 /* handler */
        start local 4 // io.vertx.core.Handler handler
         1: .line 262
            aload 4 /* handler */
            ifnull 4
         2: .line 263
            invokestatic io.vertx.core.buffer.Buffer.buffer:()Lio/vertx/core/buffer/Buffer;
            lload 2 /* data */
            invokeinterface io.vertx.core.buffer.Buffer.appendLong:(J)Lio/vertx/core/buffer/Buffer;
            astore 5 /* buff */
        start local 5 // io.vertx.core.buffer.Buffer buff
         3: .line 264
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ConnectionBase.context:Lio/vertx/core/impl/ContextInternal;
            aload 4 /* handler */
            aload 5 /* buff */
            invokedynamic handle(Lio/vertx/core/Handler;Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/core/http/impl/Http2ConnectionBase.lambda$3(Lio/vertx/core/Handler;Lio/vertx/core/buffer/Buffer;Ljava/lang/Void;)V (6)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.impl.ContextInternal.dispatch:(Lio/vertx/core/Handler;)V
        end local 5 // io.vertx.core.buffer.Buffer buff
         4: .line 266
      StackMap locals: io.vertx.core.Handler
      StackMap stack:
            return
        end local 4 // io.vertx.core.Handler handler
        end local 2 // long data
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lio/vertx/core/http/impl/Http2ConnectionBase;
            0    5     1      ctx  Lio/netty/channel/ChannelHandlerContext;
            0    5     2     data  J
            1    5     4  handler  Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;
            3    4     5     buff  Lio/vertx/core/buffer/Buffer;
    Exceptions:
      throws io.netty.handler.codec.http2.Http2Exception
    MethodParameters:
      Name  Flags
      ctx   
      data  

  public void onPingAckRead(io.netty.channel.ChannelHandlerContext, long);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
        start local 2 // long data
         0: .line 270
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ConnectionBase.pongHandlers:Ljava/util/ArrayDeque;
            invokevirtual java.util.ArrayDeque.poll:()Ljava/lang/Object;
            checkcast io.vertx.core.Promise
            astore 4 /* handler */
        start local 4 // io.vertx.core.Promise handler
         1: .line 271
            aload 4 /* handler */
            ifnull 4
         2: .line 272
            invokestatic io.vertx.core.buffer.Buffer.buffer:()Lio/vertx/core/buffer/Buffer;
            lload 2 /* data */
            invokeinterface io.vertx.core.buffer.Buffer.appendLong:(J)Lio/vertx/core/buffer/Buffer;
            astore 5 /* buff */
        start local 5 // io.vertx.core.buffer.Buffer buff
         3: .line 273
            aload 4 /* handler */
            aload 5 /* buff */
            invokeinterface io.vertx.core.Promise.complete:(Ljava/lang/Object;)V
        end local 5 // io.vertx.core.buffer.Buffer buff
         4: .line 275
      StackMap locals: io.vertx.core.Promise
      StackMap stack:
            return
        end local 4 // io.vertx.core.Promise handler
        end local 2 // long data
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lio/vertx/core/http/impl/Http2ConnectionBase;
            0    5     1      ctx  Lio/netty/channel/ChannelHandlerContext;
            0    5     2     data  J
            1    5     4  handler  Lio/vertx/core/Promise<Lio/vertx/core/buffer/Buffer;>;
            3    4     5     buff  Lio/vertx/core/buffer/Buffer;
    MethodParameters:
      Name  Flags
      ctx   
      data  

  public void onPushPromiseRead(io.netty.channel.ChannelHandlerContext, int, int, io.netty.handler.codec.http2.Http2Headers, int);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;IILio/netty/handler/codec/http2/Http2Headers;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=6, args_size=6
        start local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
        start local 2 // int streamId
        start local 3 // int promisedStreamId
        start local 4 // io.netty.handler.codec.http2.Http2Headers headers
        start local 5 // int padding
         0: .line 280
            return
        end local 5 // int padding
        end local 4 // io.netty.handler.codec.http2.Http2Headers headers
        end local 3 // int promisedStreamId
        end local 2 // int streamId
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lio/vertx/core/http/impl/Http2ConnectionBase;
            0    1     1               ctx  Lio/netty/channel/ChannelHandlerContext;
            0    1     2          streamId  I
            0    1     3  promisedStreamId  I
            0    1     4           headers  Lio/netty/handler/codec/http2/Http2Headers;
            0    1     5           padding  I
    Exceptions:
      throws io.netty.handler.codec.http2.Http2Exception
    MethodParameters:
                  Name  Flags
      ctx               
      streamId          
      promisedStreamId  
      headers           
      padding           

  public void onGoAwayRead(io.netty.channel.ChannelHandlerContext, int, long, io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;IJLio/netty/buffer/ByteBuf;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=6, args_size=5
        start local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
        start local 2 // int lastStreamId
        start local 3 // long errorCode
        start local 5 // io.netty.buffer.ByteBuf debugData
         0: .line 284
            return
        end local 5 // io.netty.buffer.ByteBuf debugData
        end local 3 // long errorCode
        end local 2 // int lastStreamId
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lio/vertx/core/http/impl/Http2ConnectionBase;
            0    1     1           ctx  Lio/netty/channel/ChannelHandlerContext;
            0    1     2  lastStreamId  I
            0    1     3     errorCode  J
            0    1     5     debugData  Lio/netty/buffer/ByteBuf;
    MethodParameters:
              Name  Flags
      ctx           
      lastStreamId  
      errorCode     
      debugData     

  public void onWindowUpdateRead(io.netty.channel.ChannelHandlerContext, int, int);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=4, args_size=4
        start local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
        start local 2 // int streamId
        start local 3 // int windowSizeIncrement
         0: .line 288
            return
        end local 3 // int windowSizeIncrement
        end local 2 // int streamId
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    1     0                 this  Lio/vertx/core/http/impl/Http2ConnectionBase;
            0    1     1                  ctx  Lio/netty/channel/ChannelHandlerContext;
            0    1     2             streamId  I
            0    1     3  windowSizeIncrement  I
    MethodParameters:
                     Name  Flags
      ctx                  
      streamId             
      windowSizeIncrement  

  public void onUnknownFrame(io.netty.channel.ChannelHandlerContext, byte, int, io.netty.handler.codec.http2.Http2Flags, io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;BILio/netty/handler/codec/http2/Http2Flags;Lio/netty/buffer/ByteBuf;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=8, args_size=6
        start local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
        start local 2 // byte frameType
        start local 3 // int streamId
        start local 4 // io.netty.handler.codec.http2.Http2Flags flags
        start local 5 // io.netty.buffer.ByteBuf payload
         0: .line 293
            aload 0 /* this */
            iload 3 /* streamId */
            invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.stream:(I)Lio/vertx/core/http/impl/VertxHttp2Stream;
            astore 6 /* stream */
        start local 6 // io.vertx.core.http.impl.VertxHttp2Stream stream
         1: .line 294
            aload 6 /* stream */
            ifnull 4
         2: .line 295
            aload 5 /* payload */
            aload 1 /* ctx */
            invokeinterface io.netty.channel.ChannelHandlerContext.alloc:()Lio/netty/buffer/ByteBufAllocator;
            invokestatic io.vertx.core.http.impl.Http2ConnectionBase.safeBuffer:(Lio/netty/buffer/ByteBuf;Lio/netty/buffer/ByteBufAllocator;)Lio/netty/buffer/ByteBuf;
            invokestatic io.vertx.core.buffer.Buffer.buffer:(Lio/netty/buffer/ByteBuf;)Lio/vertx/core/buffer/Buffer;
            astore 7 /* buff */
        start local 7 // io.vertx.core.buffer.Buffer buff
         3: .line 296
            aload 6 /* stream */
            new io.vertx.core.http.impl.HttpFrameImpl
            dup
            iload 2 /* frameType */
            aload 4 /* flags */
            invokevirtual io.netty.handler.codec.http2.Http2Flags.value:()S
            aload 7 /* buff */
            invokespecial io.vertx.core.http.impl.HttpFrameImpl.<init>:(IILio/vertx/core/buffer/Buffer;)V
            invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.onCustomFrame:(Lio/vertx/core/http/HttpFrame;)V
        end local 7 // io.vertx.core.buffer.Buffer buff
         4: .line 298
      StackMap locals: io.vertx.core.http.impl.VertxHttp2Stream
      StackMap stack:
            return
        end local 6 // io.vertx.core.http.impl.VertxHttp2Stream stream
        end local 5 // io.netty.buffer.ByteBuf payload
        end local 4 // io.netty.handler.codec.http2.Http2Flags flags
        end local 3 // int streamId
        end local 2 // byte frameType
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lio/vertx/core/http/impl/Http2ConnectionBase;
            0    5     1        ctx  Lio/netty/channel/ChannelHandlerContext;
            0    5     2  frameType  B
            0    5     3   streamId  I
            0    5     4      flags  Lio/netty/handler/codec/http2/Http2Flags;
            0    5     5    payload  Lio/netty/buffer/ByteBuf;
            1    5     6     stream  Lio/vertx/core/http/impl/VertxHttp2Stream;
            3    4     7       buff  Lio/vertx/core/buffer/Buffer;
    MethodParameters:
           Name  Flags
      ctx        
      frameType  
      streamId   
      flags      
      payload    

  public void onRstStreamRead(io.netty.channel.ChannelHandlerContext, int, long);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;IJ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=4
        start local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
        start local 2 // int streamId
        start local 3 // long errorCode
         0: .line 302
            aload 0 /* this */
            iload 2 /* streamId */
            invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.stream:(I)Lio/vertx/core/http/impl/VertxHttp2Stream;
            astore 5 /* stream */
        start local 5 // io.vertx.core.http.impl.VertxHttp2Stream stream
         1: .line 303
            aload 5 /* stream */
            ifnull 3
         2: .line 304
            aload 5 /* stream */
            lload 3 /* errorCode */
            invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.onReset:(J)V
         3: .line 306
      StackMap locals: io.vertx.core.http.impl.VertxHttp2Stream
      StackMap stack:
            return
        end local 5 // io.vertx.core.http.impl.VertxHttp2Stream stream
        end local 3 // long errorCode
        end local 2 // int streamId
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lio/vertx/core/http/impl/Http2ConnectionBase;
            0    4     1        ctx  Lio/netty/channel/ChannelHandlerContext;
            0    4     2   streamId  I
            0    4     3  errorCode  J
            1    4     5     stream  Lio/vertx/core/http/impl/VertxHttp2Stream;
    MethodParameters:
           Name  Flags
      ctx        
      streamId   
      errorCode  

  public int onDataRead(io.netty.channel.ChannelHandlerContext, int, io.netty.buffer.ByteBuf, int, boolean);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;ILio/netty/buffer/ByteBuf;IZ)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=8, args_size=6
        start local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
        start local 2 // int streamId
        start local 3 // io.netty.buffer.ByteBuf data
        start local 4 // int padding
        start local 5 // boolean endOfStream
         0: .line 310
            aload 0 /* this */
            iload 2 /* streamId */
            invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.stream:(I)Lio/vertx/core/http/impl/VertxHttp2Stream;
            astore 6 /* stream */
        start local 6 // io.vertx.core.http.impl.VertxHttp2Stream stream
         1: .line 311
            aload 6 /* stream */
            ifnull 7
         2: .line 312
            aload 3 /* data */
            aload 1 /* ctx */
            invokeinterface io.netty.channel.ChannelHandlerContext.alloc:()Lio/netty/buffer/ByteBufAllocator;
            invokestatic io.vertx.core.http.impl.Http2ConnectionBase.safeBuffer:(Lio/netty/buffer/ByteBuf;Lio/netty/buffer/ByteBufAllocator;)Lio/netty/buffer/ByteBuf;
            astore 3 /* data */
         3: .line 313
            aload 3 /* data */
            invokestatic io.vertx.core.buffer.Buffer.buffer:(Lio/netty/buffer/ByteBuf;)Lio/vertx/core/buffer/Buffer;
            astore 7 /* buff */
        start local 7 // io.vertx.core.buffer.Buffer buff
         4: .line 314
            aload 6 /* stream */
            aload 7 /* buff */
            invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.onData:(Lio/vertx/core/buffer/Buffer;)V
         5: .line 315
            iload 5 /* endOfStream */
            ifeq 7
         6: .line 316
            aload 6 /* stream */
            invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.onEnd:()V
        end local 7 // io.vertx.core.buffer.Buffer buff
         7: .line 319
      StackMap locals: io.vertx.core.http.impl.VertxHttp2Stream
      StackMap stack:
            iload 4 /* padding */
            ireturn
        end local 6 // io.vertx.core.http.impl.VertxHttp2Stream stream
        end local 5 // boolean endOfStream
        end local 4 // int padding
        end local 3 // io.netty.buffer.ByteBuf data
        end local 2 // int streamId
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    8     0         this  Lio/vertx/core/http/impl/Http2ConnectionBase;
            0    8     1          ctx  Lio/netty/channel/ChannelHandlerContext;
            0    8     2     streamId  I
            0    8     3         data  Lio/netty/buffer/ByteBuf;
            0    8     4      padding  I
            0    8     5  endOfStream  Z
            1    8     6       stream  Lio/vertx/core/http/impl/VertxHttp2Stream;
            4    7     7         buff  Lio/vertx/core/buffer/Buffer;
    MethodParameters:
             Name  Flags
      ctx          
      streamId     
      data         
      padding      
      endOfStream  

  public int getWindowSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
         0: .line 324
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ConnectionBase.windowSize:I
            ireturn
        end local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/Http2ConnectionBase;

  public io.vertx.core.http.HttpConnection setWindowSize(int);
    descriptor: (I)Lio/vertx/core/http/HttpConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
        start local 1 // int windowSize
         0: .line 330
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ConnectionBase.handler:Lio/vertx/core/http/impl/VertxHttp2ConnectionHandler;
            invokevirtual io.vertx.core.http.impl.VertxHttp2ConnectionHandler.encoder:()Lio/netty/handler/codec/http2/Http2ConnectionEncoder;
            invokeinterface io.netty.handler.codec.http2.Http2ConnectionEncoder.connection:()Lio/netty/handler/codec/http2/Http2Connection;
            invokeinterface io.netty.handler.codec.http2.Http2Connection.connectionStream:()Lio/netty/handler/codec/http2/Http2Stream;
            astore 2 /* stream */
        start local 2 // io.netty.handler.codec.http2.Http2Stream stream
         1: .line 331
            iload 1 /* windowSize */
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ConnectionBase.windowSize:I
            isub
            istore 3 /* delta */
        start local 3 // int delta
         2: .line 332
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ConnectionBase.handler:Lio/vertx/core/http/impl/VertxHttp2ConnectionHandler;
            invokevirtual io.vertx.core.http.impl.VertxHttp2ConnectionHandler.decoder:()Lio/netty/handler/codec/http2/Http2ConnectionDecoder;
            invokeinterface io.netty.handler.codec.http2.Http2ConnectionDecoder.flowController:()Lio/netty/handler/codec/http2/Http2LocalFlowController;
            aload 2 /* stream */
            iload 3 /* delta */
            invokeinterface io.netty.handler.codec.http2.Http2LocalFlowController.incrementWindowSize:(Lio/netty/handler/codec/http2/Http2Stream;I)V
         3: .line 333
            aload 0 /* this */
            iload 1 /* windowSize */
            putfield io.vertx.core.http.impl.Http2ConnectionBase.windowSize:I
         4: .line 334
            aload 0 /* this */
         5: areturn
        end local 3 // int delta
        end local 2 // io.netty.handler.codec.http2.Http2Stream stream
         6: .line 335
      StackMap locals:
      StackMap stack: io.netty.handler.codec.http2.Http2Exception
            astore 2 /* e */
        start local 2 // io.netty.handler.codec.http2.Http2Exception e
         7: .line 336
            new io.vertx.core.VertxException
            dup
            aload 2 /* e */
            invokespecial io.vertx.core.VertxException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 2 // io.netty.handler.codec.http2.Http2Exception e
        end local 1 // int windowSize
        end local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Lio/vertx/core/http/impl/Http2ConnectionBase;
            0    8     1  windowSize  I
            1    6     2      stream  Lio/netty/handler/codec/http2/Http2Stream;
            2    6     3       delta  I
            7    8     2           e  Lio/netty/handler/codec/http2/Http2Exception;
      Exception table:
        from    to  target  type
           0     5       6  Class io.netty.handler.codec.http2.Http2Exception
    MethodParameters:
            Name  Flags
      windowSize  

  public io.vertx.core.http.HttpConnection goAway(long, int, io.vertx.core.buffer.Buffer);
    descriptor: (JILio/vertx/core/buffer/Buffer;)Lio/vertx/core/http/HttpConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
        start local 1 // long errorCode
        start local 3 // int lastStreamId
        start local 4 // io.vertx.core.buffer.Buffer debugData
         0: .line 342
            lload 1 /* errorCode */
            lconst_0
            lcmp
            ifge 2
         1: .line 343
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         2: .line 345
      StackMap locals:
      StackMap stack:
            iload 3 /* lastStreamId */
            ifge 4
         3: .line 346
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ConnectionBase.handler:Lio/vertx/core/http/impl/VertxHttp2ConnectionHandler;
            invokevirtual io.vertx.core.http.impl.VertxHttp2ConnectionHandler.connection:()Lio/netty/handler/codec/http2/Http2Connection;
            invokeinterface io.netty.handler.codec.http2.Http2Connection.remote:()Lio/netty/handler/codec/http2/Http2Connection$Endpoint;
            invokeinterface io.netty.handler.codec.http2.Http2Connection$Endpoint.lastStreamCreated:()I
            istore 3 /* lastStreamId */
         4: .line 348
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ConnectionBase.handler:Lio/vertx/core/http/impl/VertxHttp2ConnectionHandler;
            lload 1 /* errorCode */
            iload 3 /* lastStreamId */
            aload 4 /* debugData */
            ifnull 5
            aload 4 /* debugData */
            invokeinterface io.vertx.core.buffer.Buffer.getByteBuf:()Lio/netty/buffer/ByteBuf;
            goto 6
      StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase long int io.vertx.core.buffer.Buffer
      StackMap stack: io.vertx.core.http.impl.VertxHttp2ConnectionHandler long int
         5: getstatic io.netty.buffer.Unpooled.EMPTY_BUFFER:Lio/netty/buffer/ByteBuf;
      StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase long int io.vertx.core.buffer.Buffer
      StackMap stack: io.vertx.core.http.impl.VertxHttp2ConnectionHandler long int io.netty.buffer.ByteBuf
         6: invokevirtual io.vertx.core.http.impl.VertxHttp2ConnectionHandler.writeGoAway:(JILio/netty/buffer/ByteBuf;)V
         7: .line 349
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.buffer.Buffer debugData
        end local 3 // int lastStreamId
        end local 1 // long errorCode
        end local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    8     0          this  Lio/vertx/core/http/impl/Http2ConnectionBase;
            0    8     1     errorCode  J
            0    8     3  lastStreamId  I
            0    8     4     debugData  Lio/vertx/core/buffer/Buffer;
    MethodParameters:
              Name  Flags
      errorCode     
      lastStreamId  
      debugData     

  public synchronized io.vertx.core.http.HttpConnection goAwayHandler(io.vertx.core.Handler<io.vertx.core.http.GoAway>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpConnection;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
        start local 1 // io.vertx.core.Handler handler
         0: .line 354
            aload 0 /* this */
            aload 1 /* handler */
            putfield io.vertx.core.http.impl.Http2ConnectionBase.goAwayHandler:Lio/vertx/core/Handler;
         1: .line 355
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/http/impl/Http2ConnectionBase;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/http/GoAway;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/http/GoAway;>;)Lio/vertx/core/http/HttpConnection;
    MethodParameters:
         Name  Flags
      handler  

  public synchronized io.vertx.core.http.HttpConnection shutdownHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpConnection;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
        start local 1 // io.vertx.core.Handler handler
         0: .line 360
            aload 0 /* this */
            aload 1 /* handler */
            putfield io.vertx.core.http.impl.Http2ConnectionBase.shutdownHandler:Lio/vertx/core/Handler;
         1: .line 361
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/http/impl/Http2ConnectionBase;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/core/http/HttpConnection;
    MethodParameters:
         Name  Flags
      handler  

  public void shutdown(long, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (JLio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
        start local 1 // long timeout
        start local 3 // io.vertx.core.Handler handler
         0: .line 366
            aload 0 /* this */
            lload 1 /* timeout */
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ConnectionBase.vertx:Lio/vertx/core/impl/VertxInternal;
            aload 3 /* handler */
            invokeinterface io.vertx.core.impl.VertxInternal.promise:(Lio/vertx/core/Handler;)Lio/vertx/core/impl/future/PromiseInternal;
            invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.shutdown:(JLio/vertx/core/impl/future/PromiseInternal;)V
         1: .line 367
            return
        end local 3 // io.vertx.core.Handler handler
        end local 1 // long timeout
        end local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/http/impl/Http2ConnectionBase;
            0    2     1  timeout  J
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (JLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
         Name  Flags
      timeout  
      handler  

  public io.vertx.core.Future<java.lang.Void> shutdown(long);
    descriptor: (J)Lio/vertx/core/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
        start local 1 // long timeoutMs
         0: .line 371
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ConnectionBase.vertx:Lio/vertx/core/impl/VertxInternal;
            invokeinterface io.vertx.core.impl.VertxInternal.promise:()Lio/vertx/core/impl/future/PromiseInternal;
            astore 3 /* promise */
        start local 3 // io.vertx.core.impl.future.PromiseInternal promise
         1: .line 372
            aload 0 /* this */
            lload 1 /* timeoutMs */
            aload 3 /* promise */
            invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.shutdown:(JLio/vertx/core/impl/future/PromiseInternal;)V
         2: .line 373
            aload 3 /* promise */
            invokeinterface io.vertx.core.impl.future.PromiseInternal.future:()Lio/vertx/core/Future;
            areturn
        end local 3 // io.vertx.core.impl.future.PromiseInternal promise
        end local 1 // long timeoutMs
        end local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lio/vertx/core/http/impl/Http2ConnectionBase;
            0    3     1  timeoutMs  J
            1    3     3    promise  Lio/vertx/core/impl/future/PromiseInternal<Ljava/lang/Void;>;
    Signature: (J)Lio/vertx/core/Future<Ljava/lang/Void;>;
    MethodParameters:
           Name  Flags
      timeoutMs  

  private void shutdown(long, io.vertx.core.impl.future.PromiseInternal<java.lang.Void>);
    descriptor: (JLio/vertx/core/impl/future/PromiseInternal;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
        start local 1 // long timeout
        start local 3 // io.vertx.core.impl.future.PromiseInternal promise
         0: .line 377
            lload 1 /* timeout */
            lconst_0
            lcmp
            ifge 3
         1: .line 378
            aload 3 /* promise */
            new java.lang.StringBuilder
            dup
            ldc "Invalid timeout value "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            lload 1 /* timeout */
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokeinterface io.vertx.core.impl.future.PromiseInternal.fail:(Ljava/lang/String;)V
         2: .line 379
            return
         3: .line 381
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ConnectionBase.handler:Lio/vertx/core/http/impl/VertxHttp2ConnectionHandler;
            lload 1 /* timeout */
            invokevirtual io.vertx.core.http.impl.VertxHttp2ConnectionHandler.gracefulShutdownTimeoutMillis:(J)V
         4: .line 382
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.channel:()Lio/netty/channel/Channel;
            invokeinterface io.netty.channel.Channel.close:()Lio/netty/channel/ChannelFuture;
            astore 4 /* fut */
        start local 4 // io.netty.channel.ChannelFuture fut
         5: .line 383
            aload 4 /* fut */
            aload 3 /* promise */
            invokeinterface io.netty.channel.ChannelFuture.addListener:(Lio/netty/util/concurrent/GenericFutureListener;)Lio/netty/channel/ChannelFuture;
            pop
         6: .line 384
            return
        end local 4 // io.netty.channel.ChannelFuture fut
        end local 3 // io.vertx.core.impl.future.PromiseInternal promise
        end local 1 // long timeout
        end local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lio/vertx/core/http/impl/Http2ConnectionBase;
            0    7     1  timeout  J
            0    7     3  promise  Lio/vertx/core/impl/future/PromiseInternal<Ljava/lang/Void;>;
            5    7     4      fut  Lio/netty/channel/ChannelFuture;
    Signature: (JLio/vertx/core/impl/future/PromiseInternal<Ljava/lang/Void;>;)V
    MethodParameters:
         Name  Flags
      timeout  
      promise  

  public io.vertx.core.http.impl.Http2ConnectionBase closeHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/impl/Http2ConnectionBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
        start local 1 // io.vertx.core.Handler handler
         0: .line 388
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.core.net.impl.ConnectionBase.closeHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/net/impl/ConnectionBase;
            checkcast io.vertx.core.http.impl.Http2ConnectionBase
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/core/http/impl/Http2ConnectionBase;
            0    1     1  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/core/http/impl/Http2ConnectionBase;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.core.Future<java.lang.Void> close();
    descriptor: ()Lio/vertx/core/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
         0: .line 393
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ConnectionBase.context:Lio/vertx/core/impl/ContextInternal;
            invokeinterface io.vertx.core.impl.ContextInternal.promise:()Lio/vertx/core/impl/future/PromiseInternal;
            astore 1 /* promise */
        start local 1 // io.vertx.core.impl.future.PromiseInternal promise
         1: .line 394
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ConnectionBase.chctx:Lio/netty/channel/ChannelHandlerContext;
            invokeinterface io.netty.channel.ChannelHandlerContext.newPromise:()Lio/netty/channel/ChannelPromise;
            astore 2 /* pr */
        start local 2 // io.netty.channel.ChannelPromise pr
         2: .line 395
            aload 2 /* pr */
            aload 1 /* promise */
            invokeinterface io.netty.channel.ChannelPromise.addListener:(Lio/netty/util/concurrent/GenericFutureListener;)Lio/netty/channel/ChannelPromise;
            astore 3 /* channelPromise */
        start local 3 // io.netty.channel.ChannelPromise channelPromise
         3: .line 396
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ConnectionBase.handlerContext:Lio/netty/channel/ChannelHandlerContext;
            getstatic io.netty.buffer.Unpooled.EMPTY_BUFFER:Lio/netty/buffer/ByteBuf;
            aload 2 /* pr */
            invokeinterface io.netty.channel.ChannelHandlerContext.writeAndFlush:(Ljava/lang/Object;Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
            pop
         4: .line 397
            aload 3 /* channelPromise */
            aload 0 /* this */
            invokedynamic operationComplete(Lio/vertx/core/http/impl/Http2ConnectionBase;)Lio/netty/channel/ChannelFutureListener;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lio/netty/util/concurrent/Future;)V
                  io/vertx/core/http/impl/Http2ConnectionBase.lambda$4(Lio/netty/channel/ChannelFuture;)V (7)
                  (Lio/netty/channel/ChannelFuture;)V
            invokeinterface io.netty.channel.ChannelPromise.addListener:(Lio/netty/util/concurrent/GenericFutureListener;)Lio/netty/channel/ChannelPromise;
            pop
         5: .line 398
            aload 1 /* promise */
            invokeinterface io.vertx.core.impl.future.PromiseInternal.future:()Lio/vertx/core/Future;
            areturn
        end local 3 // io.netty.channel.ChannelPromise channelPromise
        end local 2 // io.netty.channel.ChannelPromise pr
        end local 1 // io.vertx.core.impl.future.PromiseInternal promise
        end local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    6     0            this  Lio/vertx/core/http/impl/Http2ConnectionBase;
            1    6     1         promise  Lio/vertx/core/impl/future/PromiseInternal<Ljava/lang/Void;>;
            2    6     2              pr  Lio/netty/channel/ChannelPromise;
            3    6     3  channelPromise  Lio/netty/channel/ChannelPromise;
    Signature: ()Lio/vertx/core/Future<Ljava/lang/Void;>;

  public synchronized io.vertx.core.http.HttpConnection remoteSettingsHandler(io.vertx.core.Handler<io.vertx.core.http.Http2Settings>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpConnection;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
        start local 1 // io.vertx.core.Handler handler
         0: .line 403
            aload 0 /* this */
            aload 1 /* handler */
            putfield io.vertx.core.http.impl.Http2ConnectionBase.remoteSettingsHandler:Lio/vertx/core/Handler;
         1: .line 404
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/http/impl/Http2ConnectionBase;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/http/Http2Settings;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/http/Http2Settings;>;)Lio/vertx/core/http/HttpConnection;
    MethodParameters:
         Name  Flags
      handler  

  public synchronized io.vertx.core.http.Http2Settings remoteSettings();
    descriptor: ()Lio/vertx/core/http/Http2Settings;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
         0: .line 409
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ConnectionBase.remoteSettings:Lio/netty/handler/codec/http2/Http2Settings;
            invokestatic io.vertx.core.http.impl.HttpUtils.toVertxSettings:(Lio/netty/handler/codec/http2/Http2Settings;)Lio/vertx/core/http/Http2Settings;
            areturn
        end local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/Http2ConnectionBase;

  public synchronized io.vertx.core.http.Http2Settings settings();
    descriptor: ()Lio/vertx/core/http/Http2Settings;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
         0: .line 414
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ConnectionBase.localSettings:Lio/netty/handler/codec/http2/Http2Settings;
            invokestatic io.vertx.core.http.impl.HttpUtils.toVertxSettings:(Lio/netty/handler/codec/http2/Http2Settings;)Lio/vertx/core/http/Http2Settings;
            areturn
        end local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/Http2ConnectionBase;

  public io.vertx.core.Future<java.lang.Void> updateSettings(io.vertx.core.http.Http2Settings);
    descriptor: (Lio/vertx/core/http/Http2Settings;)Lio/vertx/core/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
        start local 1 // io.vertx.core.http.Http2Settings settings
         0: .line 419
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ConnectionBase.context:Lio/vertx/core/impl/ContextInternal;
            invokeinterface io.vertx.core.impl.ContextInternal.promise:()Lio/vertx/core/impl/future/PromiseInternal;
            astore 2 /* promise */
        start local 2 // io.vertx.core.Promise promise
         1: .line 420
            aload 1 /* settings */
            invokestatic io.vertx.core.http.impl.HttpUtils.fromVertxSettings:(Lio/vertx/core/http/Http2Settings;)Lio/netty/handler/codec/http2/Http2Settings;
            astore 3 /* settingsUpdate */
        start local 3 // io.netty.handler.codec.http2.Http2Settings settingsUpdate
         2: .line 421
            aload 0 /* this */
            aload 3 /* settingsUpdate */
            aload 2 /* promise */
            invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.updateSettings:(Lio/netty/handler/codec/http2/Http2Settings;Lio/vertx/core/Handler;)V
         3: .line 422
            aload 2 /* promise */
            invokeinterface io.vertx.core.Promise.future:()Lio/vertx/core/Future;
            areturn
        end local 3 // io.netty.handler.codec.http2.Http2Settings settingsUpdate
        end local 2 // io.vertx.core.Promise promise
        end local 1 // io.vertx.core.http.Http2Settings settings
        end local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lio/vertx/core/http/impl/Http2ConnectionBase;
            0    4     1        settings  Lio/vertx/core/http/Http2Settings;
            1    4     2         promise  Lio/vertx/core/Promise<Ljava/lang/Void;>;
            2    4     3  settingsUpdate  Lio/netty/handler/codec/http2/Http2Settings;
    Signature: (Lio/vertx/core/http/Http2Settings;)Lio/vertx/core/Future<Ljava/lang/Void;>;
    MethodParameters:
          Name  Flags
      settings  

  public io.vertx.core.http.HttpConnection updateSettings(io.vertx.core.http.Http2Settings, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/http/Http2Settings;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
        start local 1 // io.vertx.core.http.Http2Settings settings
        start local 2 // io.vertx.core.Handler completionHandler
         0: .line 427
            aload 0 /* this */
            aload 1 /* settings */
            invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.updateSettings:(Lio/vertx/core/http/Http2Settings;)Lio/vertx/core/Future;
            aload 2 /* completionHandler */
            invokeinterface io.vertx.core.Future.onComplete:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         1: .line 428
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler completionHandler
        end local 1 // io.vertx.core.http.Http2Settings settings
        end local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lio/vertx/core/http/impl/Http2ConnectionBase;
            0    2     1           settings  Lio/vertx/core/http/Http2Settings;
            0    2     2  completionHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/core/http/Http2Settings;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/core/http/HttpConnection;
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        io.vertx.codegen.annotations.Nullable()
    MethodParameters:
                   Name  Flags
      settings           
      completionHandler  

  protected void updateSettings(io.netty.handler.codec.http2.Http2Settings, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/netty/handler/codec/http2/Http2Settings;Lio/vertx/core/Handler;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=7, args_size=3
        start local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
        start local 1 // io.netty.handler.codec.http2.Http2Settings settingsUpdate
        start local 2 // io.vertx.core.Handler completionHandler
         0: .line 432
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ConnectionBase.handler:Lio/vertx/core/http/impl/VertxHttp2ConnectionHandler;
            invokevirtual io.vertx.core.http.impl.VertxHttp2ConnectionHandler.decoder:()Lio/netty/handler/codec/http2/Http2ConnectionDecoder;
            invokeinterface io.netty.handler.codec.http2.Http2ConnectionDecoder.localSettings:()Lio/netty/handler/codec/http2/Http2Settings;
            astore 3 /* current */
        start local 3 // io.netty.handler.codec.http2.Http2Settings current
         1: .line 433
            aload 3 /* current */
            invokevirtual io.netty.handler.codec.http2.Http2Settings.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 5
            goto 6
      StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase io.netty.handler.codec.http2.Http2Settings io.vertx.core.Handler io.netty.handler.codec.http2.Http2Settings top java.util.Iterator
      StackMap stack:
         2: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 4 /* entry */
        start local 4 // java.util.Map$Entry entry
         3: .line 434
            aload 4 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.Character
            astore 6 /* key */
        start local 6 // java.lang.Character key
         4: .line 435
            aload 1 /* settingsUpdate */
            aload 6 /* key */
            invokevirtual io.netty.handler.codec.http2.Http2Settings.get:(Ljava/lang/Object;)Ljava/lang/Object;
            aload 4 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 6
         5: .line 436
            aload 1 /* settingsUpdate */
            aload 6 /* key */
            invokevirtual io.netty.handler.codec.http2.Http2Settings.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 6 // java.lang.Character key
        end local 4 // java.util.Map$Entry entry
         6: .line 433
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         7: .line 439
            aload 0 /* this */
            aload 1 /* settingsUpdate */
            aload 2 /* completionHandler */
            invokedynamic handle(Lio/vertx/core/http/impl/Http2ConnectionBase;Lio/netty/handler/codec/http2/Http2Settings;Lio/vertx/core/Handler;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/core/http/impl/Http2ConnectionBase.lambda$5(Lio/netty/handler/codec/http2/Http2Settings;Lio/vertx/core/Handler;Ljava/lang/Void;)V (7)
                  (Ljava/lang/Void;)V
            astore 4 /* pending */
        start local 4 // io.vertx.core.Handler pending
         8: .line 447
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ConnectionBase.updateSettingsHandlers:Ljava/util/ArrayDeque;
            aload 4 /* pending */
            invokevirtual java.util.ArrayDeque.add:(Ljava/lang/Object;)Z
            pop
         9: .line 448
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ConnectionBase.handler:Lio/vertx/core/http/impl/VertxHttp2ConnectionHandler;
            aload 1 /* settingsUpdate */
            invokevirtual io.vertx.core.http.impl.VertxHttp2ConnectionHandler.writeSettings:(Lio/netty/handler/codec/http2/Http2Settings;)Lio/netty/channel/ChannelFuture;
            aload 0 /* this */
            aload 4 /* pending */
            aload 2 /* completionHandler */
            invokedynamic operationComplete(Lio/vertx/core/http/impl/Http2ConnectionBase;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/netty/util/concurrent/GenericFutureListener;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lio/netty/util/concurrent/Future;)V
                  io/vertx/core/http/impl/Http2ConnectionBase.lambda$6(Lio/vertx/core/Handler;Lio/vertx/core/Handler;Lio/netty/util/concurrent/Future;)V (7)
                  (Lio/netty/util/concurrent/Future;)V
            invokeinterface io.netty.channel.ChannelFuture.addListener:(Lio/netty/util/concurrent/GenericFutureListener;)Lio/netty/channel/ChannelFuture;
            pop
        10: .line 458
            return
        end local 4 // io.vertx.core.Handler pending
        end local 3 // io.netty.handler.codec.http2.Http2Settings current
        end local 2 // io.vertx.core.Handler completionHandler
        end local 1 // io.netty.handler.codec.http2.Http2Settings settingsUpdate
        end local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lio/vertx/core/http/impl/Http2ConnectionBase;
            0   11     1     settingsUpdate  Lio/netty/handler/codec/http2/Http2Settings;
            0   11     2  completionHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
            1   11     3            current  Lio/netty/handler/codec/http2/Http2Settings;
            3    6     4              entry  Ljava/util/Map$Entry<Ljava/lang/Character;Ljava/lang/Long;>;
            4    6     6                key  Ljava/lang/Character;
            8   11     4            pending  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/netty/handler/codec/http2/Http2Settings;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
                   Name  Flags
      settingsUpdate     
      completionHandler  

  public io.vertx.core.Future<io.vertx.core.buffer.Buffer> ping(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
        start local 1 // io.vertx.core.buffer.Buffer data
         0: .line 462
            aload 1 /* data */
            invokeinterface io.vertx.core.buffer.Buffer.length:()I
            bipush 8
            if_icmpeq 2
         1: .line 463
            new java.lang.IllegalArgumentException
            dup
            ldc "Ping data must be exactly 8 bytes"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 465
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ConnectionBase.context:Lio/vertx/core/impl/ContextInternal;
            invokeinterface io.vertx.core.impl.ContextInternal.promise:()Lio/vertx/core/impl/future/PromiseInternal;
            astore 2 /* promise */
        start local 2 // io.vertx.core.Promise promise
         3: .line 466
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ConnectionBase.handler:Lio/vertx/core/http/impl/VertxHttp2ConnectionHandler;
            aload 1 /* data */
            iconst_0
            invokeinterface io.vertx.core.buffer.Buffer.getLong:(I)J
            invokevirtual io.vertx.core.http.impl.VertxHttp2ConnectionHandler.writePing:(J)Lio/netty/channel/ChannelFuture;
            aload 0 /* this */
            aload 2 /* promise */
            invokedynamic operationComplete(Lio/vertx/core/http/impl/Http2ConnectionBase;Lio/vertx/core/Promise;)Lio/netty/util/concurrent/GenericFutureListener;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lio/netty/util/concurrent/Future;)V
                  io/vertx/core/http/impl/Http2ConnectionBase.lambda$7(Lio/vertx/core/Promise;Lio/netty/util/concurrent/Future;)V (7)
                  (Lio/netty/util/concurrent/Future;)V
            invokeinterface io.netty.channel.ChannelFuture.addListener:(Lio/netty/util/concurrent/GenericFutureListener;)Lio/netty/channel/ChannelFuture;
            pop
         4: .line 475
            aload 2 /* promise */
            invokeinterface io.vertx.core.Promise.future:()Lio/vertx/core/Future;
            areturn
        end local 2 // io.vertx.core.Promise promise
        end local 1 // io.vertx.core.buffer.Buffer data
        end local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lio/vertx/core/http/impl/Http2ConnectionBase;
            0    5     1     data  Lio/vertx/core/buffer/Buffer;
            3    5     2  promise  Lio/vertx/core/Promise<Lio/vertx/core/buffer/Buffer;>;
    Signature: (Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/Future<Lio/vertx/core/buffer/Buffer;>;
    MethodParameters:
      Name  Flags
      data  

  public io.vertx.core.http.HttpConnection ping(io.vertx.core.buffer.Buffer, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.buffer.Buffer>>);
    descriptor: (Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
        start local 1 // io.vertx.core.buffer.Buffer data
        start local 2 // io.vertx.core.Handler pongHandler
         0: .line 480
            aload 0 /* this */
            aload 1 /* data */
            invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.ping:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/Future;
            astore 3 /* fut */
        start local 3 // io.vertx.core.Future fut
         1: .line 481
            aload 2 /* pongHandler */
            ifnull 3
         2: .line 482
            aload 3 /* fut */
            aload 2 /* pongHandler */
            invokeinterface io.vertx.core.Future.onComplete:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         3: .line 484
      StackMap locals: io.vertx.core.Future
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Future fut
        end local 2 // io.vertx.core.Handler pongHandler
        end local 1 // io.vertx.core.buffer.Buffer data
        end local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lio/vertx/core/http/impl/Http2ConnectionBase;
            0    4     1         data  Lio/vertx/core/buffer/Buffer;
            0    4     2  pongHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/buffer/Buffer;>;>;
            1    4     3          fut  Lio/vertx/core/Future<Lio/vertx/core/buffer/Buffer;>;
    Signature: (Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/buffer/Buffer;>;>;)Lio/vertx/core/http/HttpConnection;
    MethodParameters:
             Name  Flags
      data         
      pongHandler  

  public synchronized io.vertx.core.http.HttpConnection pingHandler(io.vertx.core.Handler<io.vertx.core.buffer.Buffer>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpConnection;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
        start local 1 // io.vertx.core.Handler handler
         0: .line 489
            aload 0 /* this */
            aload 1 /* handler */
            putfield io.vertx.core.http.impl.Http2ConnectionBase.pingHandler:Lio/vertx/core/Handler;
         1: .line 490
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/http/impl/Http2ConnectionBase;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;)Lio/vertx/core/http/HttpConnection;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.core.http.impl.Http2ConnectionBase exceptionHandler(io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/impl/Http2ConnectionBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
        start local 1 // io.vertx.core.Handler handler
         0: .line 496
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.core.net.impl.ConnectionBase.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/net/impl/ConnectionBase;
            checkcast io.vertx.core.http.impl.Http2ConnectionBase
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/core/http/impl/Http2ConnectionBase;
            0    1     1  handler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/core/http/impl/Http2ConnectionBase;
    MethodParameters:
         Name  Flags
      handler  

  void consumeCredits(io.netty.handler.codec.http2.Http2Stream, int);
    descriptor: (Lio/netty/handler/codec/http2/Http2Stream;I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
        start local 1 // io.netty.handler.codec.http2.Http2Stream stream
        start local 2 // int numBytes
         0: .line 500
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ConnectionBase.handler:Lio/vertx/core/http/impl/VertxHttp2ConnectionHandler;
            aload 1 /* stream */
            iload 2 /* numBytes */
            invokevirtual io.vertx.core.http.impl.VertxHttp2ConnectionHandler.consume:(Lio/netty/handler/codec/http2/Http2Stream;I)V
         1: .line 501
            return
        end local 2 // int numBytes
        end local 1 // io.netty.handler.codec.http2.Http2Stream stream
        end local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/core/http/impl/Http2ConnectionBase;
            0    2     1    stream  Lio/netty/handler/codec/http2/Http2Stream;
            0    2     2  numBytes  I
    MethodParameters:
          Name  Flags
      stream    
      numBytes  

  private void checkShutdown();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
         0: .line 507
            aload 0 /* this */
            dup
            astore 2
            monitorenter
         1: .line 508
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ConnectionBase.shutdown:Z
            ifeq 4
         2: .line 509
            aload 2
            monitorexit
         3: return
         4: .line 511
      StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase top io.vertx.core.http.impl.Http2ConnectionBase
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ConnectionBase.handler:Lio/vertx/core/http/impl/VertxHttp2ConnectionHandler;
            invokevirtual io.vertx.core.http.impl.VertxHttp2ConnectionHandler.connection:()Lio/netty/handler/codec/http2/Http2Connection;
            astore 3 /* conn */
        start local 3 // io.netty.handler.codec.http2.Http2Connection conn
         5: .line 512
            aload 3 /* conn */
            invokeinterface io.netty.handler.codec.http2.Http2Connection.goAwayReceived:()Z
            ifne 6
            aload 3 /* conn */
            invokeinterface io.netty.handler.codec.http2.Http2Connection.goAwaySent:()Z
            ifeq 7
      StackMap locals: io.netty.handler.codec.http2.Http2Connection
      StackMap stack:
         6: aload 3 /* conn */
            invokeinterface io.netty.handler.codec.http2.Http2Connection.numActiveStreams:()I
            ifle 9
         7: .line 513
      StackMap locals:
      StackMap stack:
            aload 2
            monitorexit
         8: return
         9: .line 515
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield io.vertx.core.http.impl.Http2ConnectionBase.shutdown:Z
        10: .line 516
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ConnectionBase.shutdownHandler:Lio/vertx/core/Handler;
            astore 1 /* shutdownHandler */
        end local 3 // io.netty.handler.codec.http2.Http2Connection conn
        start local 1 // io.vertx.core.Handler shutdownHandler
        11: .line 507
            aload 2
            monitorexit
        12: goto 15
        end local 1 // io.vertx.core.Handler shutdownHandler
      StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase top io.vertx.core.http.impl.Http2ConnectionBase
      StackMap stack: java.lang.Throwable
        13: aload 2
            monitorexit
        14: athrow
        start local 1 // io.vertx.core.Handler shutdownHandler
        15: .line 518
      StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase io.vertx.core.Handler
      StackMap stack:
            aload 0 /* this */
            aload 1 /* shutdownHandler */
            invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.doShutdown:(Lio/vertx/core/Handler;)V
        16: .line 519
            return
        end local 1 // io.vertx.core.Handler shutdownHandler
        end local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   17     0             this  Lio/vertx/core/http/impl/Http2ConnectionBase;
           11   13     1  shutdownHandler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
           15   17     1  shutdownHandler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
            5   11     3             conn  Lio/netty/handler/codec/http2/Http2Connection;
      Exception table:
        from    to  target  type
           1     3      13  any
           4     8      13  any
           9    12      13  any
          13    14      13  any

  protected void doShutdown(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
        start local 1 // io.vertx.core.Handler shutdownHandler
         0: .line 522
            aload 1 /* shutdownHandler */
            ifnull 2
         1: .line 523
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ConnectionBase.context:Lio/vertx/core/impl/ContextInternal;
            aload 1 /* shutdownHandler */
            invokeinterface io.vertx.core.impl.ContextInternal.dispatch:(Lio/vertx/core/Handler;)V
         2: .line 525
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.Handler shutdownHandler
        end local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    3     0             this  Lio/vertx/core/http/impl/Http2ConnectionBase;
            0    3     1  shutdownHandler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)V
    MethodParameters:
                 Name  Flags
      shutdownHandler  

  public io.vertx.core.http.HttpConnection exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpConnection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/impl/Http2ConnectionBase;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.impl.ConnectionBase exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/net/impl/ConnectionBase;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/impl/Http2ConnectionBase;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.http.HttpConnection closeHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpConnection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.closeHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/impl/Http2ConnectionBase;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.impl.ConnectionBase closeHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/net/impl/ConnectionBase;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.closeHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/impl/Http2ConnectionBase;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private boolean lambda$0(java.util.ArrayList, io.netty.handler.codec.http2.Http2Stream);
    descriptor: (Ljava/util/ArrayList;Lio/netty/handler/codec/http2/Http2Stream;)Z
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
        start local 2 // io.netty.handler.codec.http2.Http2Stream stream
         0: .line 117
            aload 1
            aload 2 /* stream */
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ConnectionBase.streamKey:Lio/netty/handler/codec/http2/Http2Connection$PropertyKey;
            invokeinterface io.netty.handler.codec.http2.Http2Stream.getProperty:(Lio/netty/handler/codec/http2/Http2Connection$PropertyKey;)Ljava/lang/Object;
            checkcast io.vertx.core.http.impl.VertxHttp2Stream
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
         1: .line 118
            iconst_1
            ireturn
        end local 2 // io.netty.handler.codec.http2.Http2Stream stream
        end local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/core/http/impl/Http2ConnectionBase;
            0    2     2  stream  Lio/netty/handler/codec/http2/Http2Stream;
    Exceptions:
      throws io.netty.handler.codec.http2.Http2Exception

  private static void lambda$1(io.vertx.core.http.impl.VertxHttp2Stream, java.lang.Throwable, java.lang.Void);
    descriptor: (Lio/vertx/core/http/impl/VertxHttp2Stream;Ljava/lang/Throwable;Ljava/lang/Void;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=3
        start local 2 // java.lang.Void v
         0: .line 124
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.handleException:(Ljava/lang/Throwable;)V
            return
        end local 2 // java.lang.Void v
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     2     v  Ljava/lang/Void;

  private static void lambda$2(io.vertx.core.Handler, long, int, io.vertx.core.buffer.Buffer, java.lang.Void);
    descriptor: (Lio/vertx/core/Handler;JILio/vertx/core/buffer/Buffer;Ljava/lang/Void;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=6, args_size=5
        start local 5 // java.lang.Void v
         0: .line 181
            aload 0
            new io.vertx.core.http.GoAway
            dup
            invokespecial io.vertx.core.http.GoAway.<init>:()V
            lload 1
            invokevirtual io.vertx.core.http.GoAway.setErrorCode:(J)Lio/vertx/core/http/GoAway;
            iload 3
            invokevirtual io.vertx.core.http.GoAway.setLastStreamId:(I)Lio/vertx/core/http/GoAway;
            aload 4
            invokevirtual io.vertx.core.http.GoAway.setDebugData:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/http/GoAway;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
            return
        end local 5 // java.lang.Void v
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     5     v  Ljava/lang/Void;

  private static void lambda$3(io.vertx.core.Handler, io.vertx.core.buffer.Buffer, java.lang.Void);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/buffer/Buffer;Ljava/lang/Void;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=3
        start local 2 // java.lang.Void v
         0: .line 264
            aload 0
            aload 1
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
            return
        end local 2 // java.lang.Void v
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     2     v  Ljava/lang/Void;

  private void lambda$4(io.netty.channel.ChannelFuture);
    descriptor: (Lio/netty/channel/ChannelFuture;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
        start local 1 // io.netty.channel.ChannelFuture future
         0: .line 397
            aload 0 /* this */
            lconst_0
            invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.shutdown:(J)Lio/vertx/core/Future;
            return
        end local 1 // io.netty.channel.ChannelFuture future
        end local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/vertx/core/http/impl/Http2ConnectionBase;
            0    1     1  future  Lio/netty/channel/ChannelFuture;
    Exceptions:
      throws java.lang.Exception

  private void lambda$5(io.netty.handler.codec.http2.Http2Settings, io.vertx.core.Handler, java.lang.Void);
    descriptor: (Lio/netty/handler/codec/http2/Http2Settings;Lio/vertx/core/Handler;Ljava/lang/Void;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=5, args_size=4
        start local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
        start local 3 // java.lang.Void v
         0: .line 440
            aload 0 /* this */
            dup
            astore 4
            monitorenter
         1: .line 441
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ConnectionBase.localSettings:Lio/netty/handler/codec/http2/Http2Settings;
            aload 1
            invokevirtual io.netty.handler.codec.http2.Http2Settings.putAll:(Ljava/util/Map;)V
         2: .line 440
            aload 4
            monitorexit
         3: goto 6
      StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase io.netty.handler.codec.http2.Http2Settings io.vertx.core.Handler java.lang.Void io.vertx.core.http.impl.Http2ConnectionBase
      StackMap stack: java.lang.Throwable
         4: aload 4
            monitorexit
         5: athrow
         6: .line 443
      StackMap locals:
      StackMap stack:
            aload 2
            ifnull 8
         7: .line 444
            aload 2
            invokestatic io.vertx.core.Future.succeededFuture:()Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         8: .line 446
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.lang.Void v
        end local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lio/vertx/core/http/impl/Http2ConnectionBase;
            0    9     3     v  Ljava/lang/Void;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any

  private void lambda$6(io.vertx.core.Handler, io.vertx.core.Handler, io.netty.util.concurrent.Future);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/Handler;Lio/netty/util/concurrent/Future;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=5, args_size=4
        start local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
        start local 3 // io.netty.util.concurrent.Future fut
         0: .line 449
            aload 3 /* fut */
            invokeinterface io.netty.util.concurrent.Future.isSuccess:()Z
            ifne 9
         1: .line 450
            aload 0 /* this */
            dup
            astore 4
            monitorenter
         2: .line 451
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ConnectionBase.updateSettingsHandlers:Ljava/util/ArrayDeque;
            aload 1
            invokevirtual java.util.ArrayDeque.remove:(Ljava/lang/Object;)Z
            pop
         3: .line 450
            aload 4
            monitorexit
         4: goto 7
      StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase io.vertx.core.Handler io.vertx.core.Handler io.netty.util.concurrent.Future io.vertx.core.http.impl.Http2ConnectionBase
      StackMap stack: java.lang.Throwable
         5: aload 4
            monitorexit
         6: athrow
         7: .line 453
      StackMap locals:
      StackMap stack:
            aload 2
            ifnull 9
         8: .line 454
            aload 2
            aload 3 /* fut */
            invokeinterface io.netty.util.concurrent.Future.cause:()Ljava/lang/Throwable;
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         9: .line 457
      StackMap locals:
      StackMap stack:
            return
        end local 3 // io.netty.util.concurrent.Future fut
        end local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lio/vertx/core/http/impl/Http2ConnectionBase;
            0   10     3   fut  Lio/netty/util/concurrent/Future<-Ljava/lang/Void;>;
      Exception table:
        from    to  target  type
           2     4       5  any
           5     6       5  any
    Exceptions:
      throws java.lang.Exception

  private void lambda$7(io.vertx.core.Promise, io.netty.util.concurrent.Future);
    descriptor: (Lio/vertx/core/Promise;Lio/netty/util/concurrent/Future;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
        start local 2 // io.netty.util.concurrent.Future fut
         0: .line 467
            aload 2 /* fut */
            invokeinterface io.netty.util.concurrent.Future.isSuccess:()Z
            ifeq 7
         1: .line 468
            aload 0 /* this */
            dup
            astore 3
            monitorenter
         2: .line 469
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ConnectionBase.pongHandlers:Ljava/util/ArrayDeque;
            aload 1
            invokevirtual java.util.ArrayDeque.add:(Ljava/lang/Object;)Z
            pop
         3: .line 468
            aload 3
            monitorexit
         4: goto 8
      StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase io.vertx.core.Promise io.netty.util.concurrent.Future io.vertx.core.http.impl.Http2ConnectionBase
      StackMap stack: java.lang.Throwable
         5: aload 3
            monitorexit
         6: athrow
         7: .line 472
      StackMap locals:
      StackMap stack:
            aload 1
            aload 2 /* fut */
            invokeinterface io.netty.util.concurrent.Future.cause:()Ljava/lang/Throwable;
            invokeinterface io.vertx.core.Promise.fail:(Ljava/lang/Throwable;)V
         8: .line 474
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.netty.util.concurrent.Future fut
        end local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lio/vertx/core/http/impl/Http2ConnectionBase;
            0    9     2   fut  Lio/netty/util/concurrent/Future<-Ljava/lang/Void;>;
      Exception table:
        from    to  target  type
           2     4       5  any
           5     6       5  any
    Exceptions:
      throws java.lang.Exception
}
SourceFile: "Http2ConnectionBase.java"
InnerClasses:
  public abstract Endpoint = io.netty.handler.codec.http2.Http2Connection$Endpoint of io.netty.handler.codec.http2.Http2Connection
  public abstract PropertyKey = io.netty.handler.codec.http2.Http2Connection$PropertyKey of io.netty.handler.codec.http2.Http2Connection
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public abstract Entry = java.util.Map$Entry of java.util.Map