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
{
  protected final io.netty.util.collection.IntObjectMap<io.vertx.core.http.impl.VertxHttp2Stream> streams;
    descriptor: Lio/netty/util/collection/IntObjectMap;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Signature: Lio/netty/util/collection/IntObjectMap<Lio/vertx/core/http/impl/VertxHttp2Stream;>;

  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

  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.Handler<io.vertx.core.AsyncResult<io.vertx.core.buffer.Buffer>>> pongHandlers;
    descriptor: Ljava/util/ArrayDeque;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/ArrayDeque<Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<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 closed;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  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 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 59
            aload 0 /* buf */
            getstatic io.netty.buffer.Unpooled.EMPTY_BUFFER:Lio/netty/buffer/ByteBuf;
            if_acmpne 2
         1: .line 60
            aload 0 /* buf */
            areturn
         2: .line 62
      StackMap locals:
      StackMap stack:
            aload 0 /* buf */
            invokevirtual io.netty.buffer.ByteBuf.isDirect:()Z
            ifne 3
            aload 0 /* buf */
            instanceof io.netty.buffer.CompositeByteBuf
            ifeq 8
         3: .line 63
      StackMap locals:
      StackMap stack:
            aload 0 /* buf */
            invokevirtual io.netty.buffer.ByteBuf.isReadable:()Z
            ifeq 7
         4: .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
         5: .line 65
            aload 2 /* buffer */
            aload 0 /* buf */
            invokevirtual io.netty.buffer.ByteBuf.writeBytes:(Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;
            pop
         6: .line 66
            aload 2 /* buffer */
            areturn
        end local 2 // io.netty.buffer.ByteBuf buffer
         7: .line 68
      StackMap locals:
      StackMap stack:
            getstatic io.netty.buffer.Unpooled.EMPTY_BUFFER:Lio/netty/buffer/ByteBuf;
            areturn
         8: .line 71
      StackMap locals:
      StackMap stack:
            aload 0 /* buf */
            invokevirtual io.netty.buffer.ByteBuf.retain:()Lio/netty/buffer/ByteBuf;
            areturn
        end local 1 // io.netty.buffer.ByteBufAllocator allocator
        end local 0 // io.netty.buffer.ByteBuf buf
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0        buf  Lio/netty/buffer/ByteBuf;
            0    9     1  allocator  Lio/netty/buffer/ByteBufAllocator;
            5    7     2     buffer  Lio/netty/buffer/ByteBuf;
    MethodParameters:
           Name  Flags
      buf        
      allocator  

  public void <init>(io.vertx.core.impl.ContextInternal, io.vertx.core.http.impl.VertxHttp2ConnectionHandler);
    descriptor: (Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/http/impl/VertxHttp2ConnectionHandler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
        start local 1 // io.vertx.core.impl.ContextInternal context
        start local 2 // io.vertx.core.http.impl.VertxHttp2ConnectionHandler handler
         0: .line 92
            aload 0 /* this */
            aload 1 /* context */
            invokeinterface io.vertx.core.impl.ContextInternal.owner:()Lio/vertx/core/impl/VertxInternal;
            aload 2 /* handler */
            invokevirtual io.vertx.core.http.impl.VertxHttp2ConnectionHandler.context:()Lio/netty/channel/ChannelHandlerContext;
            aload 1 /* context */
            invokespecial io.vertx.core.net.impl.ConnectionBase.<init>:(Lio/vertx/core/impl/VertxInternal;Lio/netty/channel/ChannelHandlerContext;Lio/vertx/core/impl/ContextInternal;)V
         1: .line 74
            aload 0 /* this */
            new io.netty.util.collection.IntObjectHashMap
            dup
            invokespecial io.netty.util.collection.IntObjectHashMap.<init>:()V
            putfield io.vertx.core.http.impl.Http2ConnectionBase.streams:Lio/netty/util/collection/IntObjectMap;
         2: .line 79
            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;
         3: .line 80
            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;
         4: .line 81
            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;
         5: .line 93
            aload 0 /* this */
            aload 2 /* handler */
            putfield io.vertx.core.http.impl.Http2ConnectionBase.handler:Lio/vertx/core/http/impl/VertxHttp2ConnectionHandler;
         6: .line 94
            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;
         7: .line 95
            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
         8: .line 96
            aload 0 /* this */
            ldc 4294967295
            putfield io.vertx.core.http.impl.Http2ConnectionBase.maxConcurrentStreams:J
         9: .line 97
            return
        end local 2 // io.vertx.core.http.impl.VertxHttp2ConnectionHandler handler
        end local 1 // io.vertx.core.impl.ContextInternal 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/ContextInternal;
            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 100
            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;

  io.vertx.core.net.NetSocket toNetSocket(io.vertx.core.http.impl.VertxHttp2Stream);
    descriptor: (Lio/vertx/core/http/impl/VertxHttp2Stream;)Lio/vertx/core/net/NetSocket;
    flags: (0x0000) 
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
        start local 1 // io.vertx.core.http.impl.VertxHttp2Stream stream
         0: .line 104
            new io.vertx.core.http.impl.VertxHttp2NetSocket
            dup
            aload 0 /* this */
            aload 1 /* stream */
            getfield io.vertx.core.http.impl.VertxHttp2Stream.stream:Lio/netty/handler/codec/http2/Http2Stream;
            aload 1 /* stream */
            invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.isNotWritable:()Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase io.vertx.core.http.impl.VertxHttp2Stream
      StackMap stack: new 0 new 0 io.vertx.core.http.impl.Http2ConnectionBase io.netty.handler.codec.http2.Http2Stream
         1: iconst_1
      StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase io.vertx.core.http.impl.VertxHttp2Stream
      StackMap stack: new 0 new 0 io.vertx.core.http.impl.Http2ConnectionBase io.netty.handler.codec.http2.Http2Stream int
         2: invokespecial io.vertx.core.http.impl.VertxHttp2NetSocket.<init>:(Lio/vertx/core/http/impl/Http2ConnectionBase;Lio/netty/handler/codec/http2/Http2Stream;Z)V
            astore 2 /* rempl */
        start local 2 // io.vertx.core.http.impl.VertxHttp2NetSocket rempl
         3: .line 105
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ConnectionBase.streams:Lio/netty/util/collection/IntObjectMap;
            aload 1 /* stream */
            getfield io.vertx.core.http.impl.VertxHttp2Stream.stream:Lio/netty/handler/codec/http2/Http2Stream;
            invokeinterface io.netty.handler.codec.http2.Http2Stream.id:()I
            aload 2 /* rempl */
            invokeinterface io.netty.util.collection.IntObjectMap.put:(ILjava/lang/Object;)Ljava/lang/Object;
            pop
         4: .line 106
            aload 2 /* rempl */
            areturn
        end local 2 // io.vertx.core.http.impl.VertxHttp2NetSocket rempl
        end local 1 // io.vertx.core.http.impl.VertxHttp2Stream stream
        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  stream  Lio/vertx/core/http/impl/VertxHttp2Stream;
            3    5     2   rempl  Lio/vertx/core/http/impl/VertxHttp2NetSocket<Lio/vertx/core/http/impl/Http2ConnectionBase;>;
    MethodParameters:
        Name  Flags
      stream  

  public void handleClosed();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
         0: .line 111
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         1: .line 112
            aload 0 /* this */
            iconst_1
            putfield io.vertx.core.http.impl.Http2ConnectionBase.closed:Z
         2: .line 111
            aload 1
            monitorexit
         3: goto 6
      StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase io.vertx.core.http.impl.Http2ConnectionBase
      StackMap stack: java.lang.Throwable
         4: aload 1
            monitorexit
         5: athrow
         6: .line 114
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial io.vertx.core.net.impl.ConnectionBase.handleClosed:()V
         7: .line 115
            return
        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;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any

  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 120
            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 124
            aload 0 /* this */
            invokespecial io.vertx.core.net.impl.ConnectionBase.handleIdle:()V
         1: .line 125
            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 boolean isClosed();
    descriptor: ()Z
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
         0: .line 128
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ConnectionBase.closed:Z
            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;

  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 133
            aload 0 /* this */
            dup
            astore 3
            monitorenter
         1: .line 134
            new java.util.ArrayList
            dup
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ConnectionBase.streams:Lio/netty/util/collection/IntObjectMap;
            invokeinterface io.netty.util.collection.IntObjectMap.values:()Ljava/util/Collection;
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            astore 2 /* copy */
        start local 2 // java.util.ArrayList copy
         2: .line 133
            aload 3
            monitorexit
         3: goto 6
        end local 2 // java.util.ArrayList copy
      StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase java.lang.Throwable top io.vertx.core.http.impl.Http2ConnectionBase
      StackMap stack: java.lang.Throwable
         4: aload 3
            monitorexit
         5: athrow
        start local 2 // java.util.ArrayList copy
         6: .line 136
      StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase java.lang.Throwable java.util.ArrayList
      StackMap stack:
            aload 2 /* copy */
            invokevirtual java.util.ArrayList.iterator:()Ljava/util/Iterator;
            astore 4
            goto 9
      StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase java.lang.Throwable java.util.ArrayList top java.util.Iterator
      StackMap stack:
         7: 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
         8: .line 137
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ConnectionBase.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$0(Lio/vertx/core/http/impl/VertxHttp2Stream;Ljava/lang/Throwable;Ljava/lang/Void;)V (6)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.impl.ContextInternal.executeFromIO:(Lio/vertx/core/Handler;)V
        end local 3 // io.vertx.core.http.impl.VertxHttp2Stream stream
         9: .line 136
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 7
        10: .line 139
            aload 0 /* this */
            aload 1 /* cause */
            invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.handleException:(Ljava/lang/Throwable;)V
        11: .line 140
            return
        end local 2 // java.util.ArrayList copy
        end local 1 // java.lang.Throwable cause
        end local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   12     0    this  Lio/vertx/core/http/impl/Http2ConnectionBase;
            0   12     1   cause  Ljava/lang/Throwable;
            2    4     2    copy  Ljava/util/ArrayList<Lio/vertx/core/http/impl/VertxHttp2Stream;>;
            6   12     2    copy  Ljava/util/ArrayList<Lio/vertx/core/http/impl/VertxHttp2Stream;>;
            8    9     3  stream  Lio/vertx/core/http/impl/VertxHttp2Stream;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any
    MethodParameters:
       Name  Flags
      cause  

  void onStreamError(int, java.lang.Throwable);
    descriptor: (ILjava/lang/Throwable;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, 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 144
            aload 0 /* this */
            dup
            astore 4
            monitorenter
         1: .line 145
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ConnectionBase.streams:Lio/netty/util/collection/IntObjectMap;
            iload 1 /* streamId */
            invokeinterface io.netty.util.collection.IntObjectMap.get:(I)Ljava/lang/Object;
            checkcast io.vertx.core.http.impl.VertxHttp2Stream
            astore 3 /* stream */
        start local 3 // io.vertx.core.http.impl.VertxHttp2Stream stream
         2: .line 144
            aload 4
            monitorexit
         3: goto 6
        end local 3 // io.vertx.core.http.impl.VertxHttp2Stream stream
      StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase int java.lang.Throwable top io.vertx.core.http.impl.Http2ConnectionBase
      StackMap stack: java.lang.Throwable
         4: aload 4
            monitorexit
         5: athrow
        start local 3 // io.vertx.core.http.impl.VertxHttp2Stream stream
         6: .line 147
      StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase int java.lang.Throwable io.vertx.core.http.impl.VertxHttp2Stream
      StackMap stack:
            aload 3 /* stream */
            ifnull 8
         7: .line 148
            aload 3 /* stream */
            aload 2 /* cause */
            invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.handleException:(Ljava/lang/Throwable;)V
         8: .line 150
      StackMap locals:
      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    9     0      this  Lio/vertx/core/http/impl/Http2ConnectionBase;
            0    9     1  streamId  I
            0    9     2     cause  Ljava/lang/Throwable;
            2    4     3    stream  Lio/vertx/core/http/impl/VertxHttp2Stream;
            6    9     3    stream  Lio/vertx/core/http/impl/VertxHttp2Stream;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any
    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=4, 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 154
            aload 0 /* this */
            dup
            astore 3
            monitorenter
         1: .line 155
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ConnectionBase.streams:Lio/netty/util/collection/IntObjectMap;
            aload 1 /* s */
            invokeinterface io.netty.handler.codec.http2.Http2Stream.id:()I
            invokeinterface io.netty.util.collection.IntObjectMap.get:(I)Ljava/lang/Object;
            checkcast io.vertx.core.http.impl.VertxHttp2Stream
            astore 2 /* stream */
        start local 2 // io.vertx.core.http.impl.VertxHttp2Stream stream
         2: .line 154
            aload 3
            monitorexit
         3: goto 6
        end local 2 // io.vertx.core.http.impl.VertxHttp2Stream stream
      StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase io.netty.handler.codec.http2.Http2Stream top io.vertx.core.http.impl.Http2ConnectionBase
      StackMap stack: java.lang.Throwable
         4: aload 3
            monitorexit
         5: athrow
        start local 2 // io.vertx.core.http.impl.VertxHttp2Stream stream
         6: .line 157
      StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase io.netty.handler.codec.http2.Http2Stream io.vertx.core.http.impl.VertxHttp2Stream
      StackMap stack:
            aload 2 /* stream */
            ifnull 8
         7: .line 158
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ConnectionBase.context:Lio/vertx/core/impl/ContextInternal;
            aload 2 /* stream */
            invokedynamic handle(Lio/vertx/core/http/impl/VertxHttp2Stream;)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/Void;)V (6)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.impl.ContextInternal.executeFromIO:(Lio/vertx/core/Handler;)V
         8: .line 160
      StackMap locals:
      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    9     0    this  Lio/vertx/core/http/impl/Http2ConnectionBase;
            0    9     1       s  Lio/netty/handler/codec/http2/Http2Stream;
            2    4     2  stream  Lio/vertx/core/http/impl/VertxHttp2Stream;
            6    9     2  stream  Lio/vertx/core/http/impl/VertxHttp2Stream;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any
    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=4, args_size=2
        start local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
        start local 1 // io.netty.handler.codec.http2.Http2Stream stream
         0: .line 164
            aload 0 /* this */
            dup
            astore 3
            monitorenter
         1: .line 165
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ConnectionBase.streams:Lio/netty/util/collection/IntObjectMap;
            aload 1 /* stream */
            invokeinterface io.netty.handler.codec.http2.Http2Stream.id:()I
            invokeinterface io.netty.util.collection.IntObjectMap.remove:(I)Ljava/lang/Object;
            checkcast io.vertx.core.http.impl.VertxHttp2Stream
            astore 2 /* removed */
        start local 2 // io.vertx.core.http.impl.VertxHttp2Stream removed
         2: .line 166
            aload 2 /* removed */
            ifnonnull 5
         3: .line 167
            aload 3
            monitorexit
         4: return
         5: .line 164
      StackMap locals: io.vertx.core.http.impl.VertxHttp2Stream io.vertx.core.http.impl.Http2ConnectionBase
      StackMap stack:
            aload 3
            monitorexit
         6: goto 9
        end local 2 // io.vertx.core.http.impl.VertxHttp2Stream removed
      StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase io.netty.handler.codec.http2.Http2Stream top io.vertx.core.http.impl.Http2ConnectionBase
      StackMap stack: java.lang.Throwable
         7: aload 3
            monitorexit
         8: athrow
        start local 2 // io.vertx.core.http.impl.VertxHttp2Stream removed
         9: .line 170
      StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase io.netty.handler.codec.http2.Http2Stream io.vertx.core.http.impl.VertxHttp2Stream
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ConnectionBase.context:Lio/vertx/core/impl/ContextInternal;
            aload 2 /* removed */
            invokedynamic handle(Lio/vertx/core/http/impl/VertxHttp2Stream;)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/http/impl/VertxHttp2Stream;Ljava/lang/Void;)V (6)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.impl.ContextInternal.executeFromIO:(Lio/vertx/core/Handler;)V
        10: .line 171
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.checkShutdownHandler:()V
        11: .line 172
            return
        end local 2 // io.vertx.core.http.impl.VertxHttp2Stream removed
        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   12     0     this  Lio/vertx/core/http/impl/Http2ConnectionBase;
            0   12     1   stream  Lio/netty/handler/codec/http2/Http2Stream;
            2    7     2  removed  Lio/vertx/core/http/impl/VertxHttp2Stream;
            9   12     2  removed  Lio/vertx/core/http/impl/VertxHttp2Stream;
      Exception table:
        from    to  target  type
           1     4       7  any
           5     6       7  any
           7     8       7  any
    MethodParameters:
        Name  Flags
      stream  

  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 175
            aload 0 /* this */
            dup
            astore 5
            monitorenter
         1: .line 176
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ConnectionBase.goneAway:Z
            ifeq 4
         2: .line 177
            aload 5
            monitorexit
         3: iconst_0
            ireturn
         4: .line 179
      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 175
            aload 5
            monitorexit
         6: goto 9
      StackMap locals:
      StackMap stack: java.lang.Throwable
         7: aload 5
            monitorexit
         8: athrow
         9: .line 181
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.checkShutdownHandler:()V
        10: .line 182
            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 187
            aload 0 /* this */
            dup
            astore 6
            monitorenter
         1: .line 188
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ConnectionBase.goneAway:Z
            ifeq 4
         2: .line 189
            aload 6
            monitorexit
         3: iconst_0
            ireturn
         4: .line 191
      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 192
            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 187
            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 194
      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 195
            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 196
            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$3(Lio/vertx/core/Handler;JILio/vertx/core/buffer/Buffer;Ljava/lang/Void;)V (6)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.impl.ContextInternal.executeFromIO:(Lio/vertx/core/Handler;)V
        end local 6 // io.vertx.core.buffer.Buffer buffer
        13: .line 198
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.checkShutdownHandler:()V
        14: .line 199
            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=3, 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 207
            aload 0 /* this */
            dup
            astore 7
            monitorenter
         1: .line 208
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ConnectionBase.streams:Lio/netty/util/collection/IntObjectMap;
            iload 2 /* streamId */
            invokeinterface io.netty.util.collection.IntObjectMap.get:(I)Ljava/lang/Object;
            checkcast io.vertx.core.http.impl.VertxHttp2Stream
            astore 6 /* stream */
        start local 6 // io.vertx.core.http.impl.VertxHttp2Stream stream
         2: .line 207
            aload 7
            monitorexit
         3: goto 6
        end local 6 // io.vertx.core.http.impl.VertxHttp2Stream stream
      StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase io.netty.channel.ChannelHandlerContext int int int int top io.vertx.core.http.impl.Http2ConnectionBase
      StackMap stack: java.lang.Throwable
         4: aload 7
            monitorexit
         5: athrow
        start local 6 // io.vertx.core.http.impl.VertxHttp2Stream stream
         6: .line 210
      StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase io.netty.channel.ChannelHandlerContext int int int int io.vertx.core.http.impl.VertxHttp2Stream
      StackMap stack:
            aload 6 /* stream */
            ifnull 13
         7: .line 211
            new io.vertx.core.http.StreamPriority
            dup
            invokespecial io.vertx.core.http.StreamPriority.<init>:()V
         8: .line 212
            iload 3 /* streamDependency */
            invokevirtual io.vertx.core.http.StreamPriority.setDependency:(I)Lio/vertx/core/http/StreamPriority;
         9: .line 213
            iload 4 /* weight */
            invokevirtual io.vertx.core.http.StreamPriority.setWeight:(S)Lio/vertx/core/http/StreamPriority;
        10: .line 214
            iload 5 /* exclusive */
            invokevirtual io.vertx.core.http.StreamPriority.setExclusive:(Z)Lio/vertx/core/http/StreamPriority;
        11: .line 211
            astore 7 /* streamPriority */
        start local 7 // io.vertx.core.http.StreamPriority streamPriority
        12: .line 215
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ConnectionBase.context:Lio/vertx/core/impl/ContextInternal;
            aload 6 /* stream */
            aload 7 /* streamPriority */
            invokedynamic handle(Lio/vertx/core/http/impl/VertxHttp2Stream;Lio/vertx/core/http/StreamPriority;)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$4(Lio/vertx/core/http/impl/VertxHttp2Stream;Lio/vertx/core/http/StreamPriority;Ljava/lang/Void;)V (6)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.impl.ContextInternal.executeFromIO:(Lio/vertx/core/Handler;)V
        end local 7 // io.vertx.core.http.StreamPriority streamPriority
        13: .line 217
      StackMap locals:
      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   14     0              this  Lio/vertx/core/http/impl/Http2ConnectionBase;
            0   14     1               ctx  Lio/netty/channel/ChannelHandlerContext;
            0   14     2          streamId  I
            0   14     3  streamDependency  I
            0   14     4            weight  S
            0   14     5         exclusive  Z
            2    4     6            stream  Lio/vertx/core/http/impl/VertxHttp2Stream;
            6   14     6            stream  Lio/vertx/core/http/impl/VertxHttp2Stream;
           12   13     7    streamPriority  Lio/vertx/core/http/StreamPriority;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any
    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=6, locals=9, 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 221
            aload 0 /* this */
            aload 1 /* ctx */
            iload 2 /* streamId */
            aload 3 /* headers */
            iload 7 /* padding */
            iload 8 /* endOfStream */
            invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.onHeadersRead:(Lio/netty/channel/ChannelHandlerContext;ILio/netty/handler/codec/http2/Http2Headers;IZ)V
         1: .line 222
            return
        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    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  streamDependency  I
            0    2     5            weight  S
            0    2     6         exclusive  Z
            0    2     7           padding  I
            0    2     8       endOfStream  Z
    Exceptions:
      throws io.netty.handler.codec.http2.Http2Exception
    MethodParameters:
                  Name  Flags
      ctx               
      streamId          
      headers           
      streamDependency  
      weight            
      exclusive         
      padding           
      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 227
            aload 0 /* this */
            dup
            astore 3
            monitorenter
         1: .line 228
            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 227
            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 230
      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 232
            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.executeFromIO:(Lio/vertx/core/Handler;)V
         8: .line 234
      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 237
            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 243
            aload 0 /* this */
            dup
            astore 5
            monitorenter
         1: .line 244
            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 245
            aload 6 /* val */
            ifnull 11
         3: .line 246
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ConnectionBase.remoteSettings:Lio/netty/handler/codec/http2/Http2Settings;
            ifnull 8
         4: .line 247
            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 248
            goto 9
        end local 3 // boolean changed
         8: .line 249
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* changed */
        start local 3 // boolean changed
         9: .line 251
      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 252
            goto 12
        end local 3 // boolean changed
        11: .line 253
      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 255
      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 256
            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 243
            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 258
      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 259
            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.executeFromIO:(Ljava/lang/Object;Lio/vertx/core/Handler;)V
        20: .line 261
      StackMap locals:
      StackMap stack:
            iload 3 /* changed */
            ifeq 22
        21: .line 262
            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 264
      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 268
            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 269
            aload 4 /* handler */
            ifnull 4
         2: .line 270
            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 271
            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$5(Lio/vertx/core/Handler;Lio/vertx/core/buffer/Buffer;Ljava/lang/Void;)V (6)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.impl.ContextInternal.executeFromIO:(Lio/vertx/core/Handler;)V
        end local 5 // io.vertx.core.buffer.Buffer buff
         4: .line 273
      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=4, locals=5, 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 277
            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.Handler
            astore 4 /* handler */
        start local 4 // io.vertx.core.Handler handler
         1: .line 278
            aload 4 /* handler */
            ifnull 3
         2: .line 279
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ConnectionBase.context:Lio/vertx/core/impl/ContextInternal;
            lload 2 /* data */
            aload 4 /* handler */
            invokedynamic handle(JLio/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$6(JLio/vertx/core/Handler;Ljava/lang/Void;)V (6)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.impl.ContextInternal.executeFromIO:(Lio/vertx/core/Handler;)V
         3: .line 284
      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    4     0     this  Lio/vertx/core/http/impl/Http2ConnectionBase;
            0    4     1      ctx  Lio/netty/channel/ChannelHandlerContext;
            0    4     2     data  J
            1    4     4  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/buffer/Buffer;>;>;
    Exceptions:
      throws io.netty.handler.codec.http2.Http2Exception
    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 289
            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 293
            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 297
            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=5, 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 303
            aload 0 /* this */
            dup
            astore 7
            monitorenter
         1: .line 304
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ConnectionBase.streams:Lio/netty/util/collection/IntObjectMap;
            iload 3 /* streamId */
            invokeinterface io.netty.util.collection.IntObjectMap.get:(I)Ljava/lang/Object;
            checkcast io.vertx.core.http.impl.VertxHttp2Stream
            astore 6 /* req */
        start local 6 // io.vertx.core.http.impl.VertxHttp2Stream req
         2: .line 303
            aload 7
            monitorexit
         3: goto 6
        end local 6 // io.vertx.core.http.impl.VertxHttp2Stream req
      StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase io.netty.channel.ChannelHandlerContext int int io.netty.handler.codec.http2.Http2Flags io.netty.buffer.ByteBuf top io.vertx.core.http.impl.Http2ConnectionBase
      StackMap stack: java.lang.Throwable
         4: aload 7
            monitorexit
         5: athrow
        start local 6 // io.vertx.core.http.impl.VertxHttp2Stream req
         6: .line 306
      StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase io.netty.channel.ChannelHandlerContext int int io.netty.handler.codec.http2.Http2Flags io.netty.buffer.ByteBuf io.vertx.core.http.impl.VertxHttp2Stream
      StackMap stack:
            aload 6 /* req */
            ifnull 9
         7: .line 307
            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
         8: .line 308
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ConnectionBase.context:Lio/vertx/core/impl/ContextInternal;
            aload 6 /* req */
            iload 2 /* frameType */
            aload 4 /* flags */
            aload 7 /* buff */
            invokedynamic handle(Lio/vertx/core/http/impl/VertxHttp2Stream;BLio/netty/handler/codec/http2/Http2Flags;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$7(Lio/vertx/core/http/impl/VertxHttp2Stream;BLio/netty/handler/codec/http2/Http2Flags;Lio/vertx/core/buffer/Buffer;Ljava/lang/Void;)V (6)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.impl.ContextInternal.executeFromIO:(Lio/vertx/core/Handler;)V
        end local 7 // io.vertx.core.buffer.Buffer buff
         9: .line 310
      StackMap locals:
      StackMap stack:
            return
        end local 6 // io.vertx.core.http.impl.VertxHttp2Stream req
        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   10     0       this  Lio/vertx/core/http/impl/Http2ConnectionBase;
            0   10     1        ctx  Lio/netty/channel/ChannelHandlerContext;
            0   10     2  frameType  B
            0   10     3   streamId  I
            0   10     4      flags  Lio/netty/handler/codec/http2/Http2Flags;
            0   10     5    payload  Lio/netty/buffer/ByteBuf;
            2    4     6        req  Lio/vertx/core/http/impl/VertxHttp2Stream;
            6   10     6        req  Lio/vertx/core/http/impl/VertxHttp2Stream;
            8    9     7       buff  Lio/vertx/core/buffer/Buffer;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any
    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=4, locals=7, 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 315
            aload 0 /* this */
            dup
            astore 6
            monitorenter
         1: .line 316
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ConnectionBase.streams:Lio/netty/util/collection/IntObjectMap;
            iload 2 /* streamId */
            invokeinterface io.netty.util.collection.IntObjectMap.get:(I)Ljava/lang/Object;
            checkcast io.vertx.core.http.impl.VertxHttp2Stream
            astore 5 /* req */
        start local 5 // io.vertx.core.http.impl.VertxHttp2Stream req
         2: .line 317
            aload 5 /* req */
            ifnonnull 5
         3: .line 318
            aload 6
            monitorexit
         4: return
         5: .line 315
      StackMap locals: io.vertx.core.http.impl.VertxHttp2Stream io.vertx.core.http.impl.Http2ConnectionBase
      StackMap stack:
            aload 6
            monitorexit
         6: goto 9
        end local 5 // io.vertx.core.http.impl.VertxHttp2Stream req
      StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase io.netty.channel.ChannelHandlerContext int long top io.vertx.core.http.impl.Http2ConnectionBase
      StackMap stack: java.lang.Throwable
         7: aload 6
            monitorexit
         8: athrow
        start local 5 // io.vertx.core.http.impl.VertxHttp2Stream req
         9: .line 321
      StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase io.netty.channel.ChannelHandlerContext int long io.vertx.core.http.impl.VertxHttp2Stream
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ConnectionBase.context:Lio/vertx/core/impl/ContextInternal;
            aload 5 /* req */
            lload 3 /* errorCode */
            invokedynamic handle(Lio/vertx/core/http/impl/VertxHttp2Stream;J)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$8(Lio/vertx/core/http/impl/VertxHttp2Stream;JLjava/lang/Void;)V (6)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.impl.ContextInternal.executeFromIO:(Lio/vertx/core/Handler;)V
        10: .line 322
            return
        end local 5 // io.vertx.core.http.impl.VertxHttp2Stream req
        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   11     0       this  Lio/vertx/core/http/impl/Http2ConnectionBase;
            0   11     1        ctx  Lio/netty/channel/ChannelHandlerContext;
            0   11     2   streamId  I
            0   11     3  errorCode  J
            2    7     5        req  Lio/vertx/core/http/impl/VertxHttp2Stream;
            9   11     5        req  Lio/vertx/core/http/impl/VertxHttp2Stream;
      Exception table:
        from    to  target  type
           1     4       7  any
           5     6       7  any
           7     8       7  any
    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=4, locals=9, 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 326
            iconst_1
            newarray 10
            dup
            iconst_0
            iload 4 /* padding */
            iastore
            astore 6 /* consumed */
        start local 6 // int[] consumed
         1: .line 328
            aload 0 /* this */
            dup
            astore 8
            monitorenter
         2: .line 329
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ConnectionBase.streams:Lio/netty/util/collection/IntObjectMap;
            iload 2 /* streamId */
            invokeinterface io.netty.util.collection.IntObjectMap.get:(I)Ljava/lang/Object;
            checkcast io.vertx.core.http.impl.VertxHttp2Stream
            astore 7 /* req */
        start local 7 // io.vertx.core.http.impl.VertxHttp2Stream req
         3: .line 328
            aload 8
            monitorexit
         4: goto 7
        end local 7 // io.vertx.core.http.impl.VertxHttp2Stream req
      StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase io.netty.channel.ChannelHandlerContext int io.netty.buffer.ByteBuf int int int[] top io.vertx.core.http.impl.Http2ConnectionBase
      StackMap stack: java.lang.Throwable
         5: aload 8
            monitorexit
         6: athrow
        start local 7 // io.vertx.core.http.impl.VertxHttp2Stream req
         7: .line 331
      StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase io.netty.channel.ChannelHandlerContext int io.netty.buffer.ByteBuf int int int[] io.vertx.core.http.impl.VertxHttp2Stream
      StackMap stack:
            aload 7 /* req */
            ifnull 13
         8: .line 332
            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 */
         9: .line 333
            aload 3 /* data */
            invokestatic io.vertx.core.buffer.Buffer.buffer:(Lio/netty/buffer/ByteBuf;)Lio/vertx/core/buffer/Buffer;
            astore 8 /* buff */
        start local 8 // io.vertx.core.buffer.Buffer buff
        10: .line 334
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ConnectionBase.context:Lio/vertx/core/impl/ContextInternal;
            aload 8 /* buff */
            aload 7 /* req */
            aload 6 /* consumed */
            invokedynamic handle(Lio/vertx/core/buffer/Buffer;Lio/vertx/core/http/impl/VertxHttp2Stream;[I)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$9(Lio/vertx/core/buffer/Buffer;Lio/vertx/core/http/impl/VertxHttp2Stream;[ILjava/lang/Void;)V (6)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.impl.ContextInternal.executeFromIO:(Lio/vertx/core/Handler;)V
        11: .line 340
            iload 5 /* endOfStream */
            ifeq 13
        12: .line 341
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ConnectionBase.context:Lio/vertx/core/impl/ContextInternal;
            aload 7 /* req */
            invokedynamic handle(Lio/vertx/core/http/impl/VertxHttp2Stream;)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$10(Lio/vertx/core/http/impl/VertxHttp2Stream;Ljava/lang/Void;)V (6)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.impl.ContextInternal.executeFromIO:(Lio/vertx/core/Handler;)V
        end local 8 // io.vertx.core.buffer.Buffer buff
        13: .line 344
      StackMap locals:
      StackMap stack:
            aload 6 /* consumed */
            iconst_0
            iaload
            ireturn
        end local 7 // io.vertx.core.http.impl.VertxHttp2Stream req
        end local 6 // int[] consumed
        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   14     0         this  Lio/vertx/core/http/impl/Http2ConnectionBase;
            0   14     1          ctx  Lio/netty/channel/ChannelHandlerContext;
            0   14     2     streamId  I
            0   14     3         data  Lio/netty/buffer/ByteBuf;
            0   14     4      padding  I
            0   14     5  endOfStream  Z
            1   14     6     consumed  [I
            3    5     7          req  Lio/vertx/core/http/impl/VertxHttp2Stream;
            7   14     7          req  Lio/vertx/core/http/impl/VertxHttp2Stream;
           10   13     8         buff  Lio/vertx/core/buffer/Buffer;
      Exception table:
        from    to  target  type
           2     4       5  any
           5     6       5  any
    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 349
            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 355
            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 356
            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 357
            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 358
            aload 0 /* this */
            iload 1 /* windowSize */
            putfield io.vertx.core.http.impl.Http2ConnectionBase.windowSize:I
         4: .line 359
            aload 0 /* this */
         5: areturn
        end local 3 // int delta
        end local 2 // io.netty.handler.codec.http2.Http2Stream stream
         6: .line 360
      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 361
            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 367
            lload 1 /* errorCode */
            lconst_0
            lcmp
            ifge 2
         1: .line 368
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         2: .line 370
      StackMap locals:
      StackMap stack:
            iload 3 /* lastStreamId */
            ifge 4
         3: .line 371
            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 373
      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 374
            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 379
            aload 0 /* this */
            aload 1 /* handler */
            putfield io.vertx.core.http.impl.Http2ConnectionBase.goAwayHandler:Lio/vertx/core/Handler;
         1: .line 380
            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 385
            aload 0 /* this */
            aload 1 /* handler */
            putfield io.vertx.core.http.impl.Http2ConnectionBase.shutdownHandler:Lio/vertx/core/Handler;
         1: .line 386
            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 io.vertx.core.http.HttpConnection shutdown(long);
    descriptor: (J)Lio/vertx/core/http/HttpConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
        start local 1 // long timeout
         0: .line 391
            lload 1 /* timeout */
            lconst_0
            lcmp
            ifge 2
         1: .line 392
            new java.lang.IllegalArgumentException
            dup
            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;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 394
      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
         3: .line 395
            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;
            pop
         4: .line 396
            aload 0 /* this */
            areturn
        end local 1 // long timeout
        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  timeout  J
    MethodParameters:
         Name  Flags
      timeout  

  public io.vertx.core.http.HttpConnection shutdown();
    descriptor: ()Lio/vertx/core/http/HttpConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
         0: .line 401
            aload 0 /* this */
            ldc 30000
            invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.shutdown:(J)Lio/vertx/core/http/HttpConnection;
            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.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 406
            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 void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
         0: .line 411
            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 1 /* promise */
        start local 1 // io.netty.channel.ChannelPromise promise
         1: .line 412
            aload 0 /* this */
            aload 1 /* promise */
            invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.flush:(Lio/netty/channel/ChannelPromise;)V
         2: .line 413
            aload 1 /* promise */
            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$11(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
         3: .line 414
            return
        end local 1 // io.netty.channel.ChannelPromise promise
        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;
            1    4     1  promise  Lio/netty/channel/ChannelPromise;

  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 418
            aload 0 /* this */
            aload 1 /* handler */
            putfield io.vertx.core.http.impl.Http2ConnectionBase.remoteSettingsHandler:Lio/vertx/core/Handler;
         1: .line 419
            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 424
            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 429
            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.http.HttpConnection updateSettings(io.vertx.core.http.Http2Settings);
    descriptor: (Lio/vertx/core/http/Http2Settings;)Lio/vertx/core/http/HttpConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.Http2ConnectionBase this
        start local 1 // io.vertx.core.http.Http2Settings settings
         0: .line 434
            aload 0 /* this */
            aload 1 /* settings */
            aconst_null
            invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.updateSettings:(Lio/vertx/core/http/Http2Settings;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpConnection;
            areturn
        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    1     0      this  Lio/vertx/core/http/impl/Http2ConnectionBase;
            0    1     1  settings  Lio/vertx/core/http/Http2Settings;
    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=3, locals=4, 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 439
            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
         1: .line 440
            aload 0 /* this */
            aload 3 /* settingsUpdate */
            aload 2 /* completionHandler */
            invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.updateSettings:(Lio/netty/handler/codec/http2/Http2Settings;Lio/vertx/core/Handler;)V
         2: .line 441
            aload 0 /* this */
            areturn
        end local 3 // io.netty.handler.codec.http2.Http2Settings settingsUpdate
        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    3     0               this  Lio/vertx/core/http/impl/Http2ConnectionBase;
            0    3     1           settings  Lio/vertx/core/http/Http2Settings;
            0    3     2  completionHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
            1    3     3     settingsUpdate  Lio/netty/handler/codec/http2/Http2Settings;
    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 445
            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 446
            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 447
            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 448
            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 449
            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 446
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         7: .line 452
            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$12(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 460
            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 461
            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$13(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 471
            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.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=3, locals=3, 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 475
            aload 1 /* data */
            invokeinterface io.vertx.core.buffer.Buffer.length:()I
            bipush 8
            if_icmpeq 2
         1: .line 476
            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 478
      StackMap locals:
      StackMap stack:
            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 /* pongHandler */
            invokedynamic operationComplete(Lio/vertx/core/http/impl/Http2ConnectionBase;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$14(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
         3: .line 487
            aload 0 /* this */
            areturn
        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;>;>;
    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 492
            aload 0 /* this */
            aload 1 /* handler */
            putfield io.vertx.core.http.impl.Http2ConnectionBase.pingHandler:Lio/vertx/core/Handler;
         1: .line 493
            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 499
            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  

  private void checkShutdownHandler();
    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 506
            aload 0 /* this */
            dup
            astore 2
            monitorenter
         1: .line 507
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2ConnectionBase.shutdown:Z
            ifeq 4
         2: .line 508
            aload 2
            monitorexit
         3: return
         4: .line 510
      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 511
            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 512
      StackMap locals:
      StackMap stack:
            aload 2
            monitorexit
         8: return
         9: .line 514
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield io.vertx.core.http.impl.Http2ConnectionBase.shutdown:Z
        10: .line 515
            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 506
            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 517
      StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase io.vertx.core.Handler
      StackMap stack:
            aload 1 /* shutdownHandler */
            ifnull 17
        16: .line 518
            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.executeFromIO:(Lio/vertx/core/Handler;)V
        17: .line 520
      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   18     0             this  Lio/vertx/core/http/impl/Http2ConnectionBase;
           11   13     1  shutdownHandler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
           15   18     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

  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 static void lambda$0(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 137
            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$1(io.vertx.core.http.impl.VertxHttp2Stream, java.lang.Void);
    descriptor: (Lio/vertx/core/http/impl/VertxHttp2Stream;Ljava/lang/Void;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=2, args_size=2
        start local 1 // java.lang.Void v
         0: .line 158
            aload 0
            invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.onWritabilityChanged:()V
            return
        end local 1 // java.lang.Void v
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     1     v  Ljava/lang/Void;

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

  private static void lambda$3(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 196
            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$4(io.vertx.core.http.impl.VertxHttp2Stream, io.vertx.core.http.StreamPriority, java.lang.Void);
    descriptor: (Lio/vertx/core/http/impl/VertxHttp2Stream;Lio/vertx/core/http/StreamPriority;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 215
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.handlePriorityChange:(Lio/vertx/core/http/StreamPriority;)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$5(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 271
            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 static void lambda$6(long, io.vertx.core.Handler, java.lang.Void);
    descriptor: (JLio/vertx/core/Handler;Ljava/lang/Void;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=5, args_size=3
        start local 3 // java.lang.Void v
         0: .line 280
            invokestatic io.vertx.core.buffer.Buffer.buffer:()Lio/vertx/core/buffer/Buffer;
            lload 0
            invokeinterface io.vertx.core.buffer.Buffer.appendLong:(J)Lio/vertx/core/buffer/Buffer;
            astore 4 /* buff */
        start local 4 // io.vertx.core.buffer.Buffer buff
         1: .line 281
            aload 2
            aload 4 /* buff */
            invokestatic io.vertx.core.Future.succeededFuture:(Ljava/lang/Object;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        end local 4 // io.vertx.core.buffer.Buffer buff
         2: .line 282
            return
        end local 3 // java.lang.Void v
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     3     v  Ljava/lang/Void;
            1    2     4  buff  Lio/vertx/core/buffer/Buffer;

  private static void lambda$7(io.vertx.core.http.impl.VertxHttp2Stream, byte, io.netty.handler.codec.http2.Http2Flags, io.vertx.core.buffer.Buffer, java.lang.Void);
    descriptor: (Lio/vertx/core/http/impl/VertxHttp2Stream;BLio/netty/handler/codec/http2/Http2Flags;Lio/vertx/core/buffer/Buffer;Ljava/lang/Void;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=5, args_size=5
        start local 4 // java.lang.Void v
         0: .line 308
            aload 0
            iload 1
            aload 2
            invokevirtual io.netty.handler.codec.http2.Http2Flags.value:()S
            aload 3
            invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.handleCustomFrame:(IILio/vertx/core/buffer/Buffer;)V
            return
        end local 4 // java.lang.Void v
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     4     v  Ljava/lang/Void;

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

  private static void lambda$9(io.vertx.core.buffer.Buffer, io.vertx.core.http.impl.VertxHttp2Stream, int[], java.lang.Void);
    descriptor: (Lio/vertx/core/buffer/Buffer;Lio/vertx/core/http/impl/VertxHttp2Stream;[ILjava/lang/Void;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=5, args_size=4
        start local 3 // java.lang.Void v
         0: .line 335
            aload 0
            invokeinterface io.vertx.core.buffer.Buffer.length:()I
            istore 4 /* len */
        start local 4 // int len
         1: .line 336
            aload 1
            aload 0
            invokevirtual io.vertx.core.http.impl.VertxHttp2Stream.onDataRead:(Lio/vertx/core/buffer/Buffer;)Z
            ifeq 3
         2: .line 337
            aload 2
            iconst_0
            dup2
            iaload
            iload 4 /* len */
            iadd
            iastore
        end local 4 // int len
         3: .line 339
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.lang.Void v
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     3     v  Ljava/lang/Void;
            1    3     4   len  I

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

  private void lambda$11(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 413
            aload 0 /* this */
            lconst_0
            invokevirtual io.vertx.core.http.impl.Http2ConnectionBase.shutdown:(J)Lio/vertx/core/http/HttpConnection;
            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$12(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 453
            aload 0 /* this */
            dup
            astore 4
            monitorenter
         1: .line 454
            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 453
            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 456
      StackMap locals:
      StackMap stack:
            aload 2
            ifnull 8
         7: .line 457
            aload 2
            invokestatic io.vertx.core.Future.succeededFuture:()Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         8: .line 459
      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$13(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 462
            aload 3 /* fut */
            invokeinterface io.netty.util.concurrent.Future.isSuccess:()Z
            ifne 9
         1: .line 463
            aload 0 /* this */
            dup
            astore 4
            monitorenter
         2: .line 464
            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 463
            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 466
      StackMap locals:
      StackMap stack:
            aload 2
            ifnull 9
         8: .line 467
            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 470
      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$14(io.vertx.core.Handler, io.netty.util.concurrent.Future);
    descriptor: (Lio/vertx/core/Handler;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 479
            aload 2 /* fut */
            invokeinterface io.netty.util.concurrent.Future.isSuccess:()Z
            ifeq 7
         1: .line 480
            aload 0 /* this */
            dup
            astore 3
            monitorenter
         2: .line 481
            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 480
            aload 3
            monitorexit
         4: goto 8
      StackMap locals: io.vertx.core.http.impl.Http2ConnectionBase io.vertx.core.Handler io.netty.util.concurrent.Future io.vertx.core.http.impl.Http2ConnectionBase
      StackMap stack: java.lang.Throwable
         5: aload 3
            monitorexit
         6: athrow
         7: .line 484
      StackMap locals:
      StackMap stack:
            aload 1
            aload 2 /* 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
         8: .line 486
      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 final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public abstract Entry = java.util.Map$Entry of java.util.Map