class io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream$1 extends io.vertx.core.http.impl.VertxHttp2ClientUpgradeCodec
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream$1
  super_class: io.vertx.core.http.impl.VertxHttp2ClientUpgradeCodec
{
  final io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream this$1;
    descriptor: Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream, io.vertx.core.http.Http2Settings);
    descriptor: (Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;Lio/vertx/core/http/Http2Settings;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream$1 this
        start local 2 // io.vertx.core.http.Http2Settings $anonymous0
         0: .line 135
            aload 0 /* this */
            aload 1
            putfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream$1.this$1:Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            invokespecial io.vertx.core.http.impl.VertxHttp2ClientUpgradeCodec.<init>:(Lio/vertx/core/http/Http2Settings;)V
            return
        end local 2 // io.vertx.core.http.Http2Settings $anonymous0
        end local 0 // io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream$1;
            0    1     2  $anonymous0  Lio/vertx/core/http/Http2Settings;
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  

  public void upgradeTo(io.netty.channel.ChannelHandlerContext, io.netty.handler.codec.http.FullHttpResponse);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;Lio/netty/handler/codec/http/FullHttpResponse;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=3
        start local 0 // io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream$1 this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
        start local 2 // io.netty.handler.codec.http.FullHttpResponse upgradeResponse
         0: .line 140
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream$1.this$1:Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;
            getfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream.conn:Lio/vertx/core/http/impl/Http1xClientConnection;
            invokevirtual io.vertx.core.http.impl.Http1xClientConnection.listener:()Lio/vertx/core/http/impl/pool/ConnectionListener;
            astore 3 /* listener */
        start local 3 // io.vertx.core.http.impl.pool.ConnectionListener listener
         1: .line 141
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream$1.this$1:Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;
            invokestatic io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream.access$1:(Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;)Lio/vertx/core/http/impl/Http2UpgradedClientConnection;
            getfield io.vertx.core.http.impl.Http2UpgradedClientConnection.client:Lio/vertx/core/http/impl/HttpClientImpl;
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream$1.this$1:Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;
            getfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream.conn:Lio/vertx/core/http/impl/Http1xClientConnection;
            invokevirtual io.vertx.core.http.impl.Http1xClientConnection.endpointMetric:()Ljava/lang/Object;
            aload 3 /* listener */
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream$1.this$1:Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;
            getfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream.conn:Lio/vertx/core/http/impl/Http1xClientConnection;
            invokevirtual io.vertx.core.http.impl.Http1xClientConnection.getContext:()Lio/vertx/core/impl/ContextInternal;
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream$1.this$1:Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;
            invokestatic io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream.access$1:(Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;)Lio/vertx/core/http/impl/Http2UpgradedClientConnection;
            getfield io.vertx.core.http.impl.Http2UpgradedClientConnection.current:Lio/vertx/core/http/impl/HttpClientConnection;
            invokeinterface io.vertx.core.http.impl.HttpClientConnection.metric:()Ljava/lang/Object;
            aload 0 /* this */
            aload 3 /* listener */
            invokedynamic accept(Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream$1;Lio/vertx/core/http/impl/pool/ConnectionListener;)Ljava/util/function/BiConsumer;
              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;Ljava/lang/Object;)V
                  io/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream$1.lambda$0(Lio/vertx/core/http/impl/pool/ConnectionListener;Lio/vertx/core/http/impl/Http2ClientConnection;Ljava/lang/Long;)V (7)
                  (Lio/vertx/core/http/impl/Http2ClientConnection;Ljava/lang/Long;)V
            invokestatic io.vertx.core.http.impl.Http2ClientConnection.createHttp2ConnectionHandler:(Lio/vertx/core/http/impl/HttpClientImpl;Ljava/lang/Object;Lio/vertx/core/http/impl/pool/ConnectionListener;Lio/vertx/core/impl/ContextInternal;Ljava/lang/Object;Ljava/util/function/BiConsumer;)Lio/vertx/core/http/impl/VertxHttp2ConnectionHandler;
            astore 4 /* handler */
        start local 4 // io.vertx.core.http.impl.VertxHttp2ConnectionHandler handler
         2: .line 162
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream$1.this$1:Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;
            getfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream.conn:Lio/vertx/core/http/impl/Http1xClientConnection;
            invokevirtual io.vertx.core.http.impl.Http1xClientConnection.channel:()Lio/netty/channel/Channel;
            invokeinterface io.netty.channel.Channel.pipeline:()Lio/netty/channel/ChannelPipeline;
            iconst_1
            anewarray io.netty.channel.ChannelHandler
            dup
            iconst_0
            aload 4 /* handler */
            aastore
            invokeinterface io.netty.channel.ChannelPipeline.addLast:([Lio/netty/channel/ChannelHandler;)Lio/netty/channel/ChannelPipeline;
            pop
         3: .line 163
            aload 4 /* handler */
            aload 1 /* ctx */
            invokevirtual io.vertx.core.http.impl.VertxHttp2ConnectionHandler.clientUpgrade:(Lio/netty/channel/ChannelHandlerContext;)V
         4: .line 164
            return
        end local 4 // io.vertx.core.http.impl.VertxHttp2ConnectionHandler handler
        end local 3 // io.vertx.core.http.impl.pool.ConnectionListener listener
        end local 2 // io.netty.handler.codec.http.FullHttpResponse upgradeResponse
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream$1 this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    5     0             this  Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream$1;
            0    5     1              ctx  Lio/netty/channel/ChannelHandlerContext;
            0    5     2  upgradeResponse  Lio/netty/handler/codec/http/FullHttpResponse;
            1    5     3         listener  Lio/vertx/core/http/impl/pool/ConnectionListener<Lio/vertx/core/http/impl/HttpClientConnection;>;
            2    5     4          handler  Lio/vertx/core/http/impl/VertxHttp2ConnectionHandler<Lio/vertx/core/http/impl/Http2ClientConnection;>;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
                 Name  Flags
      ctx              
      upgradeResponse  

  private void lambda$0(io.vertx.core.http.impl.pool.ConnectionListener, io.vertx.core.http.impl.Http2ClientConnection, java.lang.Long);
    descriptor: (Lio/vertx/core/http/impl/pool/ConnectionListener;Lio/vertx/core/http/impl/Http2ClientConnection;Ljava/lang/Long;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream$1 this
        start local 2 // io.vertx.core.http.impl.Http2ClientConnection conn
        start local 3 // java.lang.Long concurrency
         0: .line 142
            aload 2 /* conn */
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream$1.this$1:Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;
            getfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream.stream:Lio/vertx/core/http/impl/HttpClientStream;
            invokeinterface io.vertx.core.http.impl.HttpClientStream.metric:()Ljava/lang/Object;
            aload 0 /* this */
            aload 2 /* conn */
            aload 1
            aload 3 /* concurrency */
            invokedynamic handle(Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream$1;Lio/vertx/core/http/impl/Http2ClientConnection;Lio/vertx/core/http/impl/pool/ConnectionListener;Ljava/lang/Long;)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/Http2UpgradedClientConnection$UpgradingStream$1.lambda$1(Lio/vertx/core/http/impl/Http2ClientConnection;Lio/vertx/core/http/impl/pool/ConnectionListener;Ljava/lang/Long;Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.core.http.impl.Http2ClientConnection.upgradeStream:(Ljava/lang/Object;Lio/vertx/core/Handler;)V
         1: .line 161
            return
        end local 3 // java.lang.Long concurrency
        end local 2 // io.vertx.core.http.impl.Http2ClientConnection conn
        end local 0 // io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream$1;
            0    2     2         conn  Lio/vertx/core/http/impl/Http2ClientConnection;
            0    2     3  concurrency  Ljava/lang/Long;

  private void lambda$1(io.vertx.core.http.impl.Http2ClientConnection, io.vertx.core.http.impl.pool.ConnectionListener, java.lang.Long, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/http/impl/Http2ClientConnection;Lio/vertx/core/http/impl/pool/ConnectionListener;Ljava/lang/Long;Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=6, args_size=5
        start local 0 // io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream$1 this
        start local 4 // io.vertx.core.AsyncResult ar
         0: .line 143
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream$1.this$1:Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;
            getfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream.conn:Lio/vertx/core/http/impl/Http1xClientConnection;
            aconst_null
            invokevirtual io.vertx.core.http.impl.Http1xClientConnection.closeHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/impl/Http1xConnectionBase;
            pop
         1: .line 144
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream$1.this$1:Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;
            getfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream.conn:Lio/vertx/core/http/impl/Http1xClientConnection;
            aconst_null
            invokevirtual io.vertx.core.http.impl.Http1xClientConnection.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/impl/Http1xConnectionBase;
            pop
         2: .line 145
            aload 4 /* ar */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 14
         3: .line 146
            aload 4 /* ar */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.core.http.impl.HttpClientStream
            astore 5 /* upgradedStream */
        start local 5 // io.vertx.core.http.impl.HttpClientStream upgradedStream
         4: .line 147
            aload 5 /* upgradedStream */
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream$1.this$1:Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;
            getfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream.request:Lio/vertx/core/http/impl/HttpClientRequestImpl;
            invokeinterface io.vertx.core.http.impl.HttpClientStream.beginRequest:(Lio/vertx/core/http/impl/HttpClientRequestImpl;)V
         5: .line 148
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream$1.this$1:Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;
            invokestatic io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream.access$1:(Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;)Lio/vertx/core/http/impl/Http2UpgradedClientConnection;
            aload 1
            putfield io.vertx.core.http.impl.Http2UpgradedClientConnection.current:Lio/vertx/core/http/impl/HttpClientConnection;
         6: .line 149
            aload 1
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream$1.this$1:Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;
            invokestatic io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream.access$1:(Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;)Lio/vertx/core/http/impl/Http2UpgradedClientConnection;
            getfield io.vertx.core.http.impl.Http2UpgradedClientConnection.closeHandler:Lio/vertx/core/Handler;
            invokevirtual io.vertx.core.http.impl.Http2ClientConnection.closeHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/impl/Http2ConnectionBase;
            pop
         7: .line 150
            aload 1
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream$1.this$1:Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;
            invokestatic io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream.access$1:(Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;)Lio/vertx/core/http/impl/Http2UpgradedClientConnection;
            getfield io.vertx.core.http.impl.Http2UpgradedClientConnection.exceptionHandler:Lio/vertx/core/Handler;
            invokevirtual io.vertx.core.http.impl.Http2ClientConnection.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/impl/Http2ConnectionBase;
            pop
         8: .line 151
            aload 1
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream$1.this$1:Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;
            invokestatic io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream.access$1:(Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;)Lio/vertx/core/http/impl/Http2UpgradedClientConnection;
            getfield io.vertx.core.http.impl.Http2UpgradedClientConnection.pingHandler:Lio/vertx/core/Handler;
            invokevirtual io.vertx.core.http.impl.Http2ClientConnection.pingHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpConnection;
            pop
         9: .line 152
            aload 1
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream$1.this$1:Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;
            invokestatic io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream.access$1:(Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;)Lio/vertx/core/http/impl/Http2UpgradedClientConnection;
            getfield io.vertx.core.http.impl.Http2UpgradedClientConnection.goAwayHandler:Lio/vertx/core/Handler;
            invokevirtual io.vertx.core.http.impl.Http2ClientConnection.goAwayHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpConnection;
            pop
        10: .line 153
            aload 1
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream$1.this$1:Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;
            invokestatic io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream.access$1:(Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;)Lio/vertx/core/http/impl/Http2UpgradedClientConnection;
            getfield io.vertx.core.http.impl.Http2UpgradedClientConnection.shutdownHandler:Lio/vertx/core/Handler;
            invokevirtual io.vertx.core.http.impl.Http2ClientConnection.shutdownHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpConnection;
            pop
        11: .line 154
            aload 1
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream$1.this$1:Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;
            invokestatic io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream.access$1:(Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream;)Lio/vertx/core/http/impl/Http2UpgradedClientConnection;
            getfield io.vertx.core.http.impl.Http2UpgradedClientConnection.remoteSettingsHandler:Lio/vertx/core/Handler;
            invokevirtual io.vertx.core.http.impl.Http2ClientConnection.remoteSettingsHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpConnection;
            pop
        12: .line 155
            aload 2
            aload 3
            invokevirtual java.lang.Long.longValue:()J
            invokeinterface io.vertx.core.http.impl.pool.ConnectionListener.onConcurrencyChange:(J)V
        end local 5 // io.vertx.core.http.impl.HttpClientStream upgradedStream
        13: .line 156
            goto 15
        14: .line 158
      StackMap locals:
      StackMap stack:
            aload 4 /* ar */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokevirtual java.lang.Throwable.printStackTrace:()V
        15: .line 160
      StackMap locals:
      StackMap stack:
            return
        end local 4 // io.vertx.core.AsyncResult ar
        end local 0 // io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream$1 this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   16     0            this  Lio/vertx/core/http/impl/Http2UpgradedClientConnection$UpgradingStream$1;
            0   16     4              ar  Lio/vertx/core/AsyncResult<Lio/vertx/core/http/impl/HttpClientStream;>;
            4   13     5  upgradedStream  Lio/vertx/core/http/impl/HttpClientStream;
}
SourceFile: "Http2UpgradedClientConnection.java"
EnclosingMethod: io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream.writeHead:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Ljava/lang/String;ZLio/netty/buffer/ByteBuf;ZLio/vertx/core/http/StreamPriority;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)V
NestHost: io.vertx.core.http.impl.Http2UpgradedClientConnection
InnerClasses:
  private UpgradingStream = io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream of io.vertx.core.http.impl.Http2UpgradedClientConnection
  io.vertx.core.http.impl.Http2UpgradedClientConnection$UpgradingStream$1
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles