class io.vertx.core.http.impl.Http1xClientConnection extends io.vertx.core.http.impl.Http1xConnectionBase<io.vertx.core.http.impl.WebSocketImpl> implements io.vertx.core.http.impl.HttpClientConnection
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.core.http.impl.Http1xClientConnection
  super_class: io.vertx.core.http.impl.Http1xConnectionBase
{
  private static final io.vertx.core.logging.Logger log;
    descriptor: Lio/vertx/core/logging/Logger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final io.vertx.core.http.impl.pool.ConnectionListener<io.vertx.core.http.impl.HttpClientConnection> listener;
    descriptor: Lio/vertx/core/http/impl/pool/ConnectionListener;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lio/vertx/core/http/impl/pool/ConnectionListener<Lio/vertx/core/http/impl/HttpClientConnection;>;

  private final io.vertx.core.http.impl.HttpClientImpl client;
    descriptor: Lio/vertx/core/http/impl/HttpClientImpl;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.vertx.core.http.HttpClientOptions options;
    descriptor: Lio/vertx/core/http/HttpClientOptions;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean ssl;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.vertx.core.net.SocketAddress server;
    descriptor: Lio/vertx/core/net/SocketAddress;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.Object endpointMetric;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.vertx.core.spi.metrics.HttpClientMetrics metrics;
    descriptor: Lio/vertx/core/spi/metrics/HttpClientMetrics;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.vertx.core.http.HttpVersion version;
    descriptor: Lio/vertx/core/http/HttpVersion;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private io.vertx.core.http.impl.Http1xClientConnection$StreamImpl requestInProgress;
    descriptor: Lio/vertx/core/http/impl/Http1xClientConnection$StreamImpl;
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.core.http.impl.Http1xClientConnection$StreamImpl responseInProgress;
    descriptor: Lio/vertx/core/http/impl/Http1xClientConnection$StreamImpl;
    flags: (0x0002) ACC_PRIVATE

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

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

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

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

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

  void <init>(io.vertx.core.http.impl.pool.ConnectionListener<io.vertx.core.http.impl.HttpClientConnection>, io.vertx.core.http.HttpVersion, io.vertx.core.http.impl.HttpClientImpl, , io.netty.channel.ChannelHandlerContext, boolean, io.vertx.core.net.SocketAddress, io.vertx.core.impl.ContextInternal, io.vertx.core.spi.metrics.HttpClientMetrics);
    descriptor: (Lio/vertx/core/http/impl/pool/ConnectionListener;Lio/vertx/core/http/HttpVersion;Lio/vertx/core/http/impl/HttpClientImpl;Ljava/lang/Object;Lio/netty/channel/ChannelHandlerContext;ZLio/vertx/core/net/SocketAddress;Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/spi/metrics/HttpClientMetrics;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=10, args_size=10
        start local 0 // io.vertx.core.http.impl.Http1xClientConnection this
        start local 1 // io.vertx.core.http.impl.pool.ConnectionListener listener
        start local 2 // io.vertx.core.http.HttpVersion version
        start local 3 // io.vertx.core.http.impl.HttpClientImpl client
        start local 4 // java.lang.Object endpointMetric
        start local 5 // io.netty.channel.ChannelHandlerContext channel
        start local 6 // boolean ssl
        start local 7 // io.vertx.core.net.SocketAddress server
        start local 8 // io.vertx.core.impl.ContextInternal context
        start local 9 // io.vertx.core.spi.metrics.HttpClientMetrics metrics
         0: .line 89
            aload 0 /* this */
            aload 3 /* client */
            invokevirtual io.vertx.core.http.impl.HttpClientImpl.getVertx:()Lio/vertx/core/impl/VertxInternal;
            aload 5 /* channel */
            aload 8 /* context */
            invokespecial io.vertx.core.http.impl.Http1xConnectionBase.<init>:(Lio/vertx/core/impl/VertxInternal;Lio/netty/channel/ChannelHandlerContext;Lio/vertx/core/impl/ContextInternal;)V
         1: .line 78
            aload 0 /* this */
            iconst_1
            putfield io.vertx.core.http.impl.Http1xClientConnection.seq:I
         2: .line 90
            aload 0 /* this */
            aload 1 /* listener */
            putfield io.vertx.core.http.impl.Http1xClientConnection.listener:Lio/vertx/core/http/impl/pool/ConnectionListener;
         3: .line 91
            aload 0 /* this */
            aload 3 /* client */
            putfield io.vertx.core.http.impl.Http1xClientConnection.client:Lio/vertx/core/http/impl/HttpClientImpl;
         4: .line 92
            aload 0 /* this */
            aload 3 /* client */
            invokevirtual io.vertx.core.http.impl.HttpClientImpl.getOptions:()Lio/vertx/core/http/HttpClientOptions;
            putfield io.vertx.core.http.impl.Http1xClientConnection.options:Lio/vertx/core/http/HttpClientOptions;
         5: .line 93
            aload 0 /* this */
            iload 6 /* ssl */
            putfield io.vertx.core.http.impl.Http1xClientConnection.ssl:Z
         6: .line 94
            aload 0 /* this */
            aload 7 /* server */
            putfield io.vertx.core.http.impl.Http1xClientConnection.server:Lio/vertx/core/net/SocketAddress;
         7: .line 95
            aload 0 /* this */
            aload 9 /* metrics */
            putfield io.vertx.core.http.impl.Http1xClientConnection.metrics:Lio/vertx/core/spi/metrics/HttpClientMetrics;
         8: .line 96
            aload 0 /* this */
            aload 2 /* version */
            putfield io.vertx.core.http.impl.Http1xClientConnection.version:Lio/vertx/core/http/HttpVersion;
         9: .line 97
            aload 0 /* this */
            aload 4 /* endpointMetric */
            putfield io.vertx.core.http.impl.Http1xClientConnection.endpointMetric:Ljava/lang/Object;
        10: .line 98
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xClientConnection.options:Lio/vertx/core/http/HttpClientOptions;
            invokevirtual io.vertx.core.http.HttpClientOptions.getKeepAliveTimeout:()I
            putfield io.vertx.core.http.impl.Http1xClientConnection.keepAliveTimeout:I
        11: .line 99
            return
        end local 9 // io.vertx.core.spi.metrics.HttpClientMetrics metrics
        end local 8 // io.vertx.core.impl.ContextInternal context
        end local 7 // io.vertx.core.net.SocketAddress server
        end local 6 // boolean ssl
        end local 5 // io.netty.channel.ChannelHandlerContext channel
        end local 4 // java.lang.Object endpointMetric
        end local 3 // io.vertx.core.http.impl.HttpClientImpl client
        end local 2 // io.vertx.core.http.HttpVersion version
        end local 1 // io.vertx.core.http.impl.pool.ConnectionListener listener
        end local 0 // io.vertx.core.http.impl.Http1xClientConnection this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   12     0            this  Lio/vertx/core/http/impl/Http1xClientConnection;
            0   12     1        listener  Lio/vertx/core/http/impl/pool/ConnectionListener<Lio/vertx/core/http/impl/HttpClientConnection;>;
            0   12     2         version  Lio/vertx/core/http/HttpVersion;
            0   12     3          client  Lio/vertx/core/http/impl/HttpClientImpl;
            0   12     4  endpointMetric  Ljava/lang/Object;
            0   12     5         channel  Lio/netty/channel/ChannelHandlerContext;
            0   12     6             ssl  Z
            0   12     7          server  Lio/vertx/core/net/SocketAddress;
            0   12     8         context  Lio/vertx/core/impl/ContextInternal;
            0   12     9         metrics  Lio/vertx/core/spi/metrics/HttpClientMetrics;
    Signature: (Lio/vertx/core/http/impl/pool/ConnectionListener<Lio/vertx/core/http/impl/HttpClientConnection;>;Lio/vertx/core/http/HttpVersion;Lio/vertx/core/http/impl/HttpClientImpl;Ljava/lang/Object;Lio/netty/channel/ChannelHandlerContext;ZLio/vertx/core/net/SocketAddress;Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/spi/metrics/HttpClientMetrics;)V
    MethodParameters:
                Name  Flags
      listener        
      version         
      client          
      endpointMetric  
      channel         
      ssl             
      server          
      context         
      metrics         

  java.lang.Object endpointMetric();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.Http1xClientConnection this
         0: .line 102
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xClientConnection.endpointMetric:Ljava/lang/Object;
            areturn
        end local 0 // io.vertx.core.http.impl.Http1xClientConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/Http1xClientConnection;

  io.vertx.core.http.impl.pool.ConnectionListener<io.vertx.core.http.impl.HttpClientConnection> listener();
    descriptor: ()Lio/vertx/core/http/impl/pool/ConnectionListener;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.Http1xClientConnection this
         0: .line 106
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xClientConnection.listener:Lio/vertx/core/http/impl/pool/ConnectionListener;
            areturn
        end local 0 // io.vertx.core.http.impl.Http1xClientConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/Http1xClientConnection;
    Signature: ()Lio/vertx/core/http/impl/pool/ConnectionListener<Lio/vertx/core/http/impl/HttpClientConnection;>;

  private synchronized io.vertx.core.net.NetSocket upgrade(io.vertx.core.http.impl.Http1xClientConnection$StreamImpl);
    descriptor: (Lio/vertx/core/http/impl/Http1xClientConnection$StreamImpl;)Lio/vertx/core/net/NetSocket;
    flags: (0x0022) ACC_PRIVATE, ACC_SYNCHRONIZED
    Code:
      stack=10, locals=6, args_size=2
        start local 0 // io.vertx.core.http.impl.Http1xClientConnection this
        start local 1 // io.vertx.core.http.impl.Http1xClientConnection$StreamImpl stream
         0: .line 110
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xClientConnection.options:Lio/vertx/core/http/HttpClientOptions;
            invokevirtual io.vertx.core.http.HttpClientOptions.isPipelining:()Z
            ifeq 2
         1: .line 111
            new java.lang.IllegalStateException
            dup
            ldc "Cannot upgrade a pipe-lined request"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 113
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xClientConnection.upgraded:Z
            ifeq 4
         3: .line 114
            new java.lang.IllegalStateException
            dup
            ldc "Request already upgraded to NetSocket"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 116
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield io.vertx.core.http.impl.Http1xClientConnection.upgraded:Z
         5: .line 119
            new java.util.concurrent.atomic.AtomicBoolean
            dup
            iconst_0
            invokespecial java.util.concurrent.atomic.AtomicBoolean.<init>:(Z)V
            astore 2 /* paused */
        start local 2 // java.util.concurrent.atomic.AtomicBoolean paused
         6: .line 120
            new io.vertx.core.http.impl.Http1xClientConnection$1
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xClientConnection.vertx:Lio/vertx/core/impl/VertxInternal;
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xClientConnection.chctx:Lio/netty/channel/ChannelHandlerContext;
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xClientConnection.context:Lio/vertx/core/impl/ContextInternal;
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xClientConnection.client:Lio/vertx/core/http/impl/HttpClientImpl;
            invokevirtual io.vertx.core.http.impl.HttpClientImpl.getSslHelper:()Lio/vertx/core/net/impl/SSLHelper;
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xClientConnection.metrics:Lio/vertx/core/spi/metrics/HttpClientMetrics;
            aload 2 /* paused */
            aload 1 /* stream */
            invokespecial io.vertx.core.http.impl.Http1xClientConnection$1.<init>:(Lio/vertx/core/http/impl/Http1xClientConnection;Lio/vertx/core/impl/VertxInternal;Lio/netty/channel/ChannelHandlerContext;Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/net/impl/SSLHelper;Lio/vertx/core/spi/metrics/TCPMetrics;Ljava/util/concurrent/atomic/AtomicBoolean;Lio/vertx/core/http/impl/Http1xClientConnection$StreamImpl;)V
            astore 3 /* socket */
        start local 3 // io.vertx.core.net.impl.NetSocketImpl socket
         7: .line 157
            aload 3 /* socket */
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.Http1xClientConnection.metric:()Ljava/lang/Object;
            invokevirtual io.vertx.core.net.impl.NetSocketImpl.metric:(Ljava/lang/Object;)V
         8: .line 160
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.Http1xClientConnection.flush:()V
         9: .line 163
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xClientConnection.chctx:Lio/netty/channel/ChannelHandlerContext;
            invokeinterface io.netty.channel.ChannelHandlerContext.pipeline:()Lio/netty/channel/ChannelPipeline;
            astore 4 /* pipeline */
        start local 4 // io.netty.channel.ChannelPipeline pipeline
        10: .line 164
            aload 4 /* pipeline */
            ldc Lio/netty/handler/codec/http/HttpContentDecompressor;
            invokeinterface io.netty.channel.ChannelPipeline.get:(Ljava/lang/Class;)Lio/netty/channel/ChannelHandler;
            astore 5 /* inflater */
        start local 5 // io.netty.channel.ChannelHandler inflater
        11: .line 165
            aload 5 /* inflater */
            ifnull 13
        12: .line 166
            aload 4 /* pipeline */
            aload 5 /* inflater */
            invokeinterface io.netty.channel.ChannelPipeline.remove:(Lio/netty/channel/ChannelHandler;)Lio/netty/channel/ChannelPipeline;
            pop
        13: .line 168
      StackMap locals: io.vertx.core.http.impl.Http1xClientConnection io.vertx.core.http.impl.Http1xClientConnection$StreamImpl java.util.concurrent.atomic.AtomicBoolean io.vertx.core.net.impl.NetSocketImpl io.netty.channel.ChannelPipeline io.netty.channel.ChannelHandler
      StackMap stack:
            aload 4 /* pipeline */
            ldc "handler"
            ldc "handler"
            aload 3 /* socket */
            invokestatic io.vertx.core.net.impl.VertxHandler.create:(Lio/vertx/core/net/impl/ConnectionBase;)Lio/vertx/core/net/impl/VertxHandler;
            invokeinterface io.netty.channel.ChannelPipeline.replace:(Ljava/lang/String;Ljava/lang/String;Lio/netty/channel/ChannelHandler;)Lio/netty/channel/ChannelHandler;
            pop
        14: .line 172
            aload 4 /* pipeline */
            ldc "codec"
            invokeinterface io.netty.channel.ChannelPipeline.remove:(Ljava/lang/String;)Lio/netty/channel/ChannelHandler;
            pop
        15: .line 178
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xClientConnection.context:Lio/vertx/core/impl/ContextInternal;
            aload 2 /* paused */
            aload 3 /* socket */
            invokedynamic handle(Ljava/util/concurrent/atomic/AtomicBoolean;Lio/vertx/core/net/impl/NetSocketImpl;)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/Http1xClientConnection.lambda$0(Ljava/util/concurrent/atomic/AtomicBoolean;Lio/vertx/core/net/impl/NetSocketImpl;Ljava/lang/Void;)V (6)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.impl.ContextInternal.runOnContext:(Lio/vertx/core/Handler;)V
        16: .line 184
            aload 3 /* socket */
            areturn
        end local 5 // io.netty.channel.ChannelHandler inflater
        end local 4 // io.netty.channel.ChannelPipeline pipeline
        end local 3 // io.vertx.core.net.impl.NetSocketImpl socket
        end local 2 // java.util.concurrent.atomic.AtomicBoolean paused
        end local 1 // io.vertx.core.http.impl.Http1xClientConnection$StreamImpl stream
        end local 0 // io.vertx.core.http.impl.Http1xClientConnection this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   17     0      this  Lio/vertx/core/http/impl/Http1xClientConnection;
            0   17     1    stream  Lio/vertx/core/http/impl/Http1xClientConnection$StreamImpl;
            6   17     2    paused  Ljava/util/concurrent/atomic/AtomicBoolean;
            7   17     3    socket  Lio/vertx/core/net/impl/NetSocketImpl;
           10   17     4  pipeline  Lio/netty/channel/ChannelPipeline;
           11   17     5  inflater  Lio/netty/channel/ChannelHandler;
    MethodParameters:
        Name  Flags
      stream  

  private void checkLifecycle();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.Http1xClientConnection this
         0: .line 531
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xClientConnection.upgraded:Z
            ifne 5
         1: .line 533
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xClientConnection.close:Z
            ifeq 4
         2: .line 534
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.Http1xClientConnection.close:()V
         3: .line 535
            goto 5
         4: .line 536
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.Http1xClientConnection.recycle:()V
         5: .line 538
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.core.http.impl.Http1xClientConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/vertx/core/http/impl/Http1xClientConnection;

  private java.lang.Throwable validateMessage(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Throwable;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // io.vertx.core.http.impl.Http1xClientConnection this
        start local 1 // java.lang.Object msg
         0: .line 541
            aload 1 /* msg */
            instanceof io.netty.handler.codec.http.HttpObject
            ifeq 9
         1: .line 542
            aload 1 /* msg */
            checkcast io.netty.handler.codec.http.HttpObject
            astore 2 /* obj */
        start local 2 // io.netty.handler.codec.http.HttpObject obj
         2: .line 543
            aload 2 /* obj */
            invokeinterface io.netty.handler.codec.http.HttpObject.decoderResult:()Lio/netty/handler/codec/DecoderResult;
            astore 3 /* result */
        start local 3 // io.netty.handler.codec.DecoderResult result
         3: .line 544
            aload 3 /* result */
            invokevirtual io.netty.handler.codec.DecoderResult.isFailure:()Z
            ifeq 5
         4: .line 545
            aload 3 /* result */
            invokevirtual io.netty.handler.codec.DecoderResult.cause:()Ljava/lang/Throwable;
            areturn
         5: .line 546
      StackMap locals: io.netty.handler.codec.http.HttpObject io.netty.handler.codec.DecoderResult
      StackMap stack:
            aload 2 /* obj */
            instanceof io.netty.handler.codec.http.HttpResponse
            ifeq 9
         6: .line 547
            aload 2 /* obj */
            checkcast io.netty.handler.codec.http.HttpResponse
            invokeinterface io.netty.handler.codec.http.HttpResponse.protocolVersion:()Lio/netty/handler/codec/http/HttpVersion;
            astore 4 /* version */
        start local 4 // io.netty.handler.codec.http.HttpVersion version
         7: .line 548
            aload 4 /* version */
            getstatic io.netty.handler.codec.http.HttpVersion.HTTP_1_0:Lio/netty/handler/codec/http/HttpVersion;
            if_acmpeq 9
            aload 4 /* version */
            getstatic io.netty.handler.codec.http.HttpVersion.HTTP_1_1:Lio/netty/handler/codec/http/HttpVersion;
            if_acmpeq 9
         8: .line 549
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unsupported HTTP version: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 4 /* version */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            areturn
        end local 4 // io.netty.handler.codec.http.HttpVersion version
        end local 3 // io.netty.handler.codec.DecoderResult result
        end local 2 // io.netty.handler.codec.http.HttpObject obj
         9: .line 553
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // java.lang.Object msg
        end local 0 // io.vertx.core.http.impl.Http1xClientConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Lio/vertx/core/http/impl/Http1xClientConnection;
            0   10     1      msg  Ljava/lang/Object;
            2    9     2      obj  Lio/netty/handler/codec/http/HttpObject;
            3    9     3   result  Lio/netty/handler/codec/DecoderResult;
            7    9     4  version  Lio/netty/handler/codec/http/HttpVersion;
    MethodParameters:
      Name  Flags
      msg   

  public void handleMessage(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // io.vertx.core.http.impl.Http1xClientConnection this
        start local 1 // java.lang.Object msg
         0: .line 557
            aload 0 /* this */
            aload 1 /* msg */
            invokevirtual io.vertx.core.http.impl.Http1xClientConnection.validateMessage:(Ljava/lang/Object;)Ljava/lang/Throwable;
            astore 2 /* error */
        start local 2 // java.lang.Throwable error
         1: .line 558
            aload 2 /* error */
            ifnull 4
         2: .line 559
            aload 0 /* this */
            aload 2 /* error */
            invokevirtual io.vertx.core.http.impl.Http1xClientConnection.fail:(Ljava/lang/Throwable;)V
         3: .line 560
            goto 12
      StackMap locals: java.lang.Throwable
      StackMap stack:
         4: aload 1 /* msg */
            instanceof io.netty.handler.codec.http.HttpObject
            ifeq 8
         5: .line 561
            aload 1 /* msg */
            checkcast io.netty.handler.codec.http.HttpObject
            astore 3 /* obj */
        start local 3 // io.netty.handler.codec.http.HttpObject obj
         6: .line 562
            aload 0 /* this */
            aload 3 /* obj */
            invokevirtual io.vertx.core.http.impl.Http1xClientConnection.handleHttpMessage:(Lio/netty/handler/codec/http/HttpObject;)V
        end local 3 // io.netty.handler.codec.http.HttpObject obj
         7: .line 563
            goto 12
      StackMap locals:
      StackMap stack:
         8: aload 1 /* msg */
            instanceof io.netty.handler.codec.http.websocketx.WebSocketFrame
            ifeq 11
         9: .line 564
            aload 0 /* this */
            aload 1 /* msg */
            checkcast io.netty.handler.codec.http.websocketx.WebSocketFrame
            invokevirtual io.vertx.core.http.impl.Http1xClientConnection.handleWsFrame:(Lio/netty/handler/codec/http/websocketx/WebSocketFrame;)V
        10: .line 565
            goto 12
        11: .line 566
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Invalid object "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* msg */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        12: .line 568
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Throwable error
        end local 1 // java.lang.Object msg
        end local 0 // io.vertx.core.http.impl.Http1xClientConnection this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   13     0   this  Lio/vertx/core/http/impl/Http1xClientConnection;
            0   13     1    msg  Ljava/lang/Object;
            1   13     2  error  Ljava/lang/Throwable;
            6    7     3    obj  Lio/netty/handler/codec/http/HttpObject;
    MethodParameters:
      Name  Flags
      msg   

  private void handleHttpMessage(io.netty.handler.codec.http.HttpObject);
    descriptor: (Lio/netty/handler/codec/http/HttpObject;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // io.vertx.core.http.impl.Http1xClientConnection this
        start local 1 // io.netty.handler.codec.http.HttpObject obj
         0: .line 571
            aload 1 /* obj */
            instanceof io.netty.handler.codec.http.HttpResponse
            ifeq 3
         1: .line 572
            aload 0 /* this */
            aload 1 /* obj */
            checkcast io.netty.handler.codec.http.HttpResponse
            invokevirtual io.vertx.core.http.impl.Http1xClientConnection.handleResponseBegin:(Lio/netty/handler/codec/http/HttpResponse;)V
         2: .line 573
            goto 10
      StackMap locals:
      StackMap stack:
         3: aload 1 /* obj */
            instanceof io.netty.handler.codec.http.HttpContent
            ifeq 10
         4: .line 574
            aload 1 /* obj */
            checkcast io.netty.handler.codec.http.HttpContent
            astore 2 /* chunk */
        start local 2 // io.netty.handler.codec.http.HttpContent chunk
         5: .line 575
            aload 2 /* chunk */
            invokeinterface io.netty.handler.codec.http.HttpContent.content:()Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.isReadable:()Z
            ifeq 8
         6: .line 576
            aload 2 /* chunk */
            invokeinterface io.netty.handler.codec.http.HttpContent.content:()Lio/netty/buffer/ByteBuf;
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xClientConnection.chctx:Lio/netty/channel/ChannelHandlerContext;
            invokeinterface io.netty.channel.ChannelHandlerContext.alloc:()Lio/netty/buffer/ByteBufAllocator;
            invokestatic io.vertx.core.net.impl.VertxHandler.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 3 /* buff */
        start local 3 // io.vertx.core.buffer.Buffer buff
         7: .line 577
            aload 0 /* this */
            aload 3 /* buff */
            invokevirtual io.vertx.core.http.impl.Http1xClientConnection.handleResponseChunk:(Lio/vertx/core/buffer/Buffer;)V
        end local 3 // io.vertx.core.buffer.Buffer buff
         8: .line 579
      StackMap locals: io.netty.handler.codec.http.HttpContent
      StackMap stack:
            aload 2 /* chunk */
            instanceof io.netty.handler.codec.http.LastHttpContent
            ifeq 10
         9: .line 580
            aload 0 /* this */
            aload 2 /* chunk */
            checkcast io.netty.handler.codec.http.LastHttpContent
            invokevirtual io.vertx.core.http.impl.Http1xClientConnection.handleResponseEnd:(Lio/netty/handler/codec/http/LastHttpContent;)V
        end local 2 // io.netty.handler.codec.http.HttpContent chunk
        10: .line 583
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.netty.handler.codec.http.HttpObject obj
        end local 0 // io.vertx.core.http.impl.Http1xClientConnection this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0   this  Lio/vertx/core/http/impl/Http1xClientConnection;
            0   11     1    obj  Lio/netty/handler/codec/http/HttpObject;
            5   10     2  chunk  Lio/netty/handler/codec/http/HttpContent;
            7    8     3   buff  Lio/vertx/core/buffer/Buffer;
    MethodParameters:
      Name  Flags
      obj   

  private void handleResponseBegin(io.netty.handler.codec.http.HttpResponse);
    descriptor: (Lio/netty/handler/codec/http/HttpResponse;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // io.vertx.core.http.impl.Http1xClientConnection this
        start local 1 // io.netty.handler.codec.http.HttpResponse resp
         0: .line 586
            aload 1 /* resp */
            invokeinterface io.netty.handler.codec.http.HttpResponse.status:()Lio/netty/handler/codec/http/HttpResponseStatus;
            invokevirtual io.netty.handler.codec.http.HttpResponseStatus.code:()I
            bipush 100
            if_icmpne 11
         1: .line 588
            aload 0 /* this */
            dup
            astore 3
            monitorenter
         2: .line 589
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xClientConnection.responseInProgress:Lio/vertx/core/http/impl/Http1xClientConnection$StreamImpl;
            astore 4 /* stream */
        start local 4 // io.vertx.core.http.impl.Http1xClientConnection$StreamImpl stream
         3: .line 590
            aload 4 /* stream */
            getfield io.vertx.core.http.impl.Http1xClientConnection$StreamImpl.continueHandler:Lio/vertx/core/Handler;
            astore 2 /* handler */
        end local 4 // io.vertx.core.http.impl.Http1xClientConnection$StreamImpl stream
        start local 2 // io.vertx.core.Handler handler
         4: .line 588
            aload 3
            monitorexit
         5: goto 8
        end local 2 // io.vertx.core.Handler handler
      StackMap locals: io.vertx.core.http.impl.Http1xClientConnection io.netty.handler.codec.http.HttpResponse top io.vertx.core.http.impl.Http1xClientConnection
      StackMap stack: java.lang.Throwable
         6: aload 3
            monitorexit
         7: athrow
        start local 2 // io.vertx.core.Handler handler
         8: .line 592
      StackMap locals: io.vertx.core.http.impl.Http1xClientConnection io.netty.handler.codec.http.HttpResponse io.vertx.core.Handler
      StackMap stack:
            aload 2 /* handler */
            ifnull 20
         9: .line 593
            aload 2 /* handler */
            aconst_null
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        end local 2 // io.vertx.core.Handler handler
        10: .line 595
            goto 20
        11: .line 599
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            astore 5
            monitorenter
        12: .line 600
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xClientConnection.responseInProgress:Lio/vertx/core/http/impl/Http1xClientConnection$StreamImpl;
            astore 2 /* stream */
        start local 2 // io.vertx.core.http.impl.Http1xClientConnection$StreamImpl stream
        13: .line 601
            aload 2 /* stream */
            getfield io.vertx.core.http.impl.Http1xClientConnection$StreamImpl.request:Lio/vertx/core/http/impl/HttpClientRequestImpl;
            astore 4 /* request */
        start local 4 // io.vertx.core.http.impl.HttpClientRequestImpl request
        14: .line 602
            aload 2 /* stream */
            aload 1 /* resp */
            invokevirtual io.vertx.core.http.impl.Http1xClientConnection$StreamImpl.beginResponse:(Lio/netty/handler/codec/http/HttpResponse;)Lio/vertx/core/http/impl/HttpClientResponseImpl;
            astore 3 /* response */
        start local 3 // io.vertx.core.http.impl.HttpClientResponseImpl response
        15: .line 599
            aload 5
            monitorexit
        16: goto 19
        end local 4 // io.vertx.core.http.impl.HttpClientRequestImpl request
        end local 3 // io.vertx.core.http.impl.HttpClientResponseImpl response
        end local 2 // io.vertx.core.http.impl.Http1xClientConnection$StreamImpl stream
      StackMap locals: io.vertx.core.http.impl.Http1xClientConnection io.netty.handler.codec.http.HttpResponse top top top io.vertx.core.http.impl.Http1xClientConnection
      StackMap stack: java.lang.Throwable
        17: aload 5
            monitorexit
        18: athrow
        start local 2 // io.vertx.core.http.impl.Http1xClientConnection$StreamImpl stream
        start local 3 // io.vertx.core.http.impl.HttpClientResponseImpl response
        start local 4 // io.vertx.core.http.impl.HttpClientRequestImpl request
        19: .line 604
      StackMap locals: io.vertx.core.http.impl.Http1xClientConnection io.netty.handler.codec.http.HttpResponse io.vertx.core.http.impl.Http1xClientConnection$StreamImpl io.vertx.core.http.impl.HttpClientResponseImpl io.vertx.core.http.impl.HttpClientRequestImpl
      StackMap stack:
            aload 4 /* request */
            aload 3 /* response */
            invokevirtual io.vertx.core.http.impl.HttpClientRequestImpl.handleResponse:(Lio/vertx/core/http/HttpClientResponse;)V
        end local 4 // io.vertx.core.http.impl.HttpClientRequestImpl request
        end local 3 // io.vertx.core.http.impl.HttpClientResponseImpl response
        end local 2 // io.vertx.core.http.impl.Http1xClientConnection$StreamImpl stream
        20: .line 606
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.netty.handler.codec.http.HttpResponse resp
        end local 0 // io.vertx.core.http.impl.Http1xClientConnection this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   21     0      this  Lio/vertx/core/http/impl/Http1xClientConnection;
            0   21     1      resp  Lio/netty/handler/codec/http/HttpResponse;
            4    6     2   handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
            8   10     2   handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
            3    4     4    stream  Lio/vertx/core/http/impl/Http1xClientConnection$StreamImpl;
           13   17     2    stream  Lio/vertx/core/http/impl/Http1xClientConnection$StreamImpl;
           19   20     2    stream  Lio/vertx/core/http/impl/Http1xClientConnection$StreamImpl;
           15   17     3  response  Lio/vertx/core/http/impl/HttpClientResponseImpl;
           19   20     3  response  Lio/vertx/core/http/impl/HttpClientResponseImpl;
           14   17     4   request  Lio/vertx/core/http/impl/HttpClientRequestImpl;
           19   20     4   request  Lio/vertx/core/http/impl/HttpClientRequestImpl;
      Exception table:
        from    to  target  type
           2     5       6  any
           6     7       6  any
          12    16      17  any
          17    18      17  any
    MethodParameters:
      Name  Flags
      resp  

  private void handleResponseChunk(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // io.vertx.core.http.impl.Http1xClientConnection this
        start local 1 // io.vertx.core.buffer.Buffer buff
         0: .line 610
            aload 0 /* this */
            dup
            astore 3
            monitorenter
         1: .line 611
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xClientConnection.responseInProgress:Lio/vertx/core/http/impl/Http1xClientConnection$StreamImpl;
            astore 2 /* resp */
        start local 2 // io.vertx.core.http.impl.Http1xClientConnection$StreamImpl resp
         2: .line 610
            aload 3
            monitorexit
         3: goto 6
        end local 2 // io.vertx.core.http.impl.Http1xClientConnection$StreamImpl resp
      StackMap locals: io.vertx.core.http.impl.Http1xClientConnection io.vertx.core.buffer.Buffer top io.vertx.core.http.impl.Http1xClientConnection
      StackMap stack: java.lang.Throwable
         4: aload 3
            monitorexit
         5: athrow
        start local 2 // io.vertx.core.http.impl.Http1xClientConnection$StreamImpl resp
         6: .line 613
      StackMap locals: io.vertx.core.http.impl.Http1xClientConnection io.vertx.core.buffer.Buffer io.vertx.core.http.impl.Http1xClientConnection$StreamImpl
      StackMap stack:
            aload 2 /* resp */
            ifnull 9
         7: .line 614
            aload 2 /* resp */
            aload 1 /* buff */
            invokevirtual io.vertx.core.http.impl.Http1xClientConnection$StreamImpl.handleChunk:(Lio/vertx/core/buffer/Buffer;)Z
            ifne 9
         8: .line 615
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.Http1xClientConnection.doPause:()V
         9: .line 618
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.vertx.core.http.impl.Http1xClientConnection$StreamImpl resp
        end local 1 // io.vertx.core.buffer.Buffer buff
        end local 0 // io.vertx.core.http.impl.Http1xClientConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lio/vertx/core/http/impl/Http1xClientConnection;
            0   10     1  buff  Lio/vertx/core/buffer/Buffer;
            2    4     2  resp  Lio/vertx/core/http/impl/Http1xClientConnection$StreamImpl;
            6   10     2  resp  Lio/vertx/core/http/impl/Http1xClientConnection$StreamImpl;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any
    MethodParameters:
      Name  Flags
      buff  

  private void handleResponseEnd(io.netty.handler.codec.http.LastHttpContent);
    descriptor: (Lio/netty/handler/codec/http/LastHttpContent;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // io.vertx.core.http.impl.Http1xClientConnection this
        start local 1 // io.netty.handler.codec.http.LastHttpContent trailer
         0: .line 622
            aload 0 /* this */
            dup
            astore 3
            monitorenter
         1: .line 623
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xClientConnection.responseInProgress:Lio/vertx/core/http/impl/Http1xClientConnection$StreamImpl;
            astore 2 /* stream */
        start local 2 // io.vertx.core.http.impl.Http1xClientConnection$StreamImpl stream
         2: .line 624
            aload 2 /* stream */
            getfield io.vertx.core.http.impl.Http1xClientConnection$StreamImpl.response:Lio/vertx/core/http/impl/HttpClientResponseImpl;
            ifnonnull 5
         3: .line 626
            aload 3
            monitorexit
         4: return
         5: .line 628
      StackMap locals: io.vertx.core.http.impl.Http1xClientConnection$StreamImpl io.vertx.core.http.impl.Http1xClientConnection
      StackMap stack:
            aload 0 /* this */
            aload 2 /* stream */
            getfield io.vertx.core.http.impl.Http1xClientConnection$StreamImpl.next:Lio/vertx/core/http/impl/Http1xClientConnection$StreamImpl;
            putfield io.vertx.core.http.impl.Http1xClientConnection.responseInProgress:Lio/vertx/core/http/impl/Http1xClientConnection$StreamImpl;
         6: .line 622
            aload 3
            monitorexit
         7: goto 10
        end local 2 // io.vertx.core.http.impl.Http1xClientConnection$StreamImpl stream
      StackMap locals: io.vertx.core.http.impl.Http1xClientConnection io.netty.handler.codec.http.LastHttpContent top io.vertx.core.http.impl.Http1xClientConnection
      StackMap stack: java.lang.Throwable
         8: aload 3
            monitorexit
         9: athrow
        start local 2 // io.vertx.core.http.impl.Http1xClientConnection$StreamImpl stream
        10: .line 630
      StackMap locals: io.vertx.core.http.impl.Http1xClientConnection io.netty.handler.codec.http.LastHttpContent io.vertx.core.http.impl.Http1xClientConnection$StreamImpl
      StackMap stack:
            aload 2 /* stream */
            aload 1 /* trailer */
            invokevirtual io.vertx.core.http.impl.Http1xClientConnection$StreamImpl.endResponse:(Lio/netty/handler/codec/http/LastHttpContent;)Z
            ifeq 12
        11: .line 631
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.Http1xClientConnection.checkLifecycle:()V
        12: .line 633
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.vertx.core.http.impl.Http1xClientConnection$StreamImpl stream
        end local 1 // io.netty.handler.codec.http.LastHttpContent trailer
        end local 0 // io.vertx.core.http.impl.Http1xClientConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   13     0     this  Lio/vertx/core/http/impl/Http1xClientConnection;
            0   13     1  trailer  Lio/netty/handler/codec/http/LastHttpContent;
            2    8     2   stream  Lio/vertx/core/http/impl/Http1xClientConnection$StreamImpl;
           10   13     2   stream  Lio/vertx/core/http/impl/Http1xClientConnection$StreamImpl;
      Exception table:
        from    to  target  type
           1     4       8  any
           5     7       8  any
           8     9       8  any
    MethodParameters:
         Name  Flags
      trailer  

  private void handleRequestEnd(boolean);
    descriptor: (Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // io.vertx.core.http.impl.Http1xClientConnection this
        start local 1 // boolean recycle
         0: .line 637
            aload 0 /* this */
            dup
            astore 3
            monitorenter
         1: .line 638
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xClientConnection.requestInProgress:Lio/vertx/core/http/impl/Http1xClientConnection$StreamImpl;
            getfield io.vertx.core.http.impl.Http1xClientConnection$StreamImpl.next:Lio/vertx/core/http/impl/Http1xClientConnection$StreamImpl;
            astore 2 /* next */
        start local 2 // io.vertx.core.http.impl.Http1xClientConnection$StreamImpl next
         2: .line 639
            aload 0 /* this */
            aload 2 /* next */
            putfield io.vertx.core.http.impl.Http1xClientConnection.requestInProgress:Lio/vertx/core/http/impl/Http1xClientConnection$StreamImpl;
         3: .line 637
            aload 3
            monitorexit
         4: goto 7
        end local 2 // io.vertx.core.http.impl.Http1xClientConnection$StreamImpl next
      StackMap locals: io.vertx.core.http.impl.Http1xClientConnection int top io.vertx.core.http.impl.Http1xClientConnection
      StackMap stack: java.lang.Throwable
         5: aload 3
            monitorexit
         6: athrow
        start local 2 // io.vertx.core.http.impl.Http1xClientConnection$StreamImpl next
         7: .line 641
      StackMap locals: io.vertx.core.http.impl.Http1xClientConnection int io.vertx.core.http.impl.Http1xClientConnection$StreamImpl
      StackMap stack:
            iload 1 /* recycle */
            ifeq 9
         8: .line 642
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.Http1xClientConnection.recycle:()V
         9: .line 644
      StackMap locals:
      StackMap stack:
            aload 2 /* next */
            ifnull 11
        10: .line 645
            aload 2 /* next */
            getfield io.vertx.core.http.impl.Http1xClientConnection$StreamImpl.fut:Lio/vertx/core/Promise;
            aload 2 /* next */
            invokeinterface io.vertx.core.Promise.complete:(Ljava/lang/Object;)V
        11: .line 647
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.vertx.core.http.impl.Http1xClientConnection$StreamImpl next
        end local 1 // boolean recycle
        end local 0 // io.vertx.core.http.impl.Http1xClientConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   12     0     this  Lio/vertx/core/http/impl/Http1xClientConnection;
            0   12     1  recycle  Z
            2    5     2     next  Lio/vertx/core/http/impl/Http1xClientConnection$StreamImpl;
            7   12     2     next  Lio/vertx/core/http/impl/Http1xClientConnection$StreamImpl;
      Exception table:
        from    to  target  type
           1     4       5  any
           5     6       5  any
    MethodParameters:
         Name  Flags
      recycle  

  public io.vertx.core.spi.metrics.HttpClientMetrics metrics();
    descriptor: ()Lio/vertx/core/spi/metrics/HttpClientMetrics;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.Http1xClientConnection this
         0: .line 650
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xClientConnection.metrics:Lio/vertx/core/spi/metrics/HttpClientMetrics;
            areturn
        end local 0 // io.vertx.core.http.impl.Http1xClientConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/Http1xClientConnection;

  synchronized void toWebSocket(java.lang.String, io.vertx.core.MultiMap, io.vertx.core.http.WebsocketVersion, java.util.List<java.lang.String>, int, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.http.WebSocket>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/util/List;ILio/vertx/core/Handler;)V
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=8, locals=15, args_size=7
        start local 0 // io.vertx.core.http.impl.Http1xClientConnection this
        start local 1 // java.lang.String requestURI
        start local 2 // io.vertx.core.MultiMap headers
        start local 3 // io.vertx.core.http.WebsocketVersion vers
        start local 4 // java.util.List subProtocols
        start local 5 // int maxWebSocketFrameSize
        start local 6 // io.vertx.core.Handler wsHandler
         0: .line 659
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xClientConnection.ws:Lio/vertx/core/http/impl/WebSocketImplBase;
            ifnull 2
         1: .line 660
            new java.lang.IllegalStateException
            dup
            ldc "Already websocket"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 664
      StackMap locals:
      StackMap stack:
            new java.net.URI
            dup
            aload 1 /* requestURI */
            invokespecial java.net.URI.<init>:(Ljava/lang/String;)V
            astore 7 /* wsuri */
        start local 7 // java.net.URI wsuri
         3: .line 665
            aload 7 /* wsuri */
            invokevirtual java.net.URI.isAbsolute:()Z
            ifne 8
         4: .line 667
            new java.net.URI
            dup
         5: new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xClientConnection.ssl:Z
            ifeq 6
            ldc "https:"
            goto 7
      StackMap locals: io.vertx.core.http.impl.Http1xClientConnection java.lang.String io.vertx.core.MultiMap io.vertx.core.http.WebsocketVersion java.util.List int io.vertx.core.Handler java.net.URI
      StackMap stack: new 4 new 4 new 5 new 5
         6: ldc "http:"
      StackMap locals: io.vertx.core.http.impl.Http1xClientConnection java.lang.String io.vertx.core.MultiMap io.vertx.core.http.WebsocketVersion java.util.List int io.vertx.core.Handler java.net.URI
      StackMap stack: new 4 new 4 new 5 new 5 java.lang.String
         7: invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "//"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xClientConnection.server:Lio/vertx/core/net/SocketAddress;
            invokeinterface io.vertx.core.net.SocketAddress.host:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ":"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xClientConnection.server:Lio/vertx/core/net/SocketAddress;
            invokeinterface io.vertx.core.net.SocketAddress.port:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            aload 1 /* requestURI */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.net.URI.<init>:(Ljava/lang/String;)V
            astore 7 /* wsuri */
         8: .line 670
      StackMap locals:
      StackMap stack:
            aload 3 /* vers */
            ifnonnull 10
         9: .line 671
            getstatic io.netty.handler.codec.http.websocketx.WebSocketVersion.V13:Lio/netty/handler/codec/http/websocketx/WebSocketVersion;
            goto 11
      StackMap locals:
      StackMap stack:
        10: aload 3 /* vers */
      StackMap locals:
      StackMap stack: java.lang.Enum
        11: invokevirtual java.lang.Enum.toString:()Ljava/lang/String;
        12: .line 670
            invokestatic io.netty.handler.codec.http.websocketx.WebSocketVersion.valueOf:(Ljava/lang/String;)Lio/netty/handler/codec/http/websocketx/WebSocketVersion;
        13: .line 669
            astore 8 /* version */
        start local 8 // io.netty.handler.codec.http.websocketx.WebSocketVersion version
        14: .line 673
            aload 2 /* headers */
            ifnull 21
        15: .line 674
            new io.netty.handler.codec.http.DefaultHttpHeaders
            dup
            invokespecial io.netty.handler.codec.http.DefaultHttpHeaders.<init>:()V
            astore 9 /* nettyHeaders */
        start local 9 // io.netty.handler.codec.http.HttpHeaders nettyHeaders
        16: .line 675
            aload 2 /* headers */
            invokeinterface io.vertx.core.MultiMap.iterator:()Ljava/util/Iterator;
            astore 11
            goto 19
      StackMap locals: io.vertx.core.http.impl.Http1xClientConnection java.lang.String io.vertx.core.MultiMap io.vertx.core.http.WebsocketVersion java.util.List int io.vertx.core.Handler java.net.URI io.netty.handler.codec.http.websocketx.WebSocketVersion io.netty.handler.codec.http.HttpHeaders top java.util.Iterator
      StackMap stack:
        17: aload 11
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 10 /* entry */
        start local 10 // java.util.Map$Entry entry
        18: .line 676
            aload 9 /* nettyHeaders */
            aload 10 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.String
            aload 10 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            invokevirtual io.netty.handler.codec.http.HttpHeaders.add:(Ljava/lang/String;Ljava/lang/Object;)Lio/netty/handler/codec/http/HttpHeaders;
            pop
        end local 10 // java.util.Map$Entry entry
        19: .line 675
      StackMap locals:
      StackMap stack:
            aload 11
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 17
        20: .line 678
            goto 22
        end local 9 // io.netty.handler.codec.http.HttpHeaders nettyHeaders
        21: .line 679
      StackMap locals: io.vertx.core.http.impl.Http1xClientConnection java.lang.String io.vertx.core.MultiMap io.vertx.core.http.WebsocketVersion java.util.List int io.vertx.core.Handler java.net.URI io.netty.handler.codec.http.websocketx.WebSocketVersion
      StackMap stack:
            aconst_null
            astore 9 /* nettyHeaders */
        start local 9 // io.netty.handler.codec.http.HttpHeaders nettyHeaders
        22: .line 682
      StackMap locals: io.netty.handler.codec.http.HttpHeaders
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xClientConnection.chctx:Lio/netty/channel/ChannelHandlerContext;
            invokeinterface io.netty.channel.ChannelHandlerContext.channel:()Lio/netty/channel/Channel;
            invokeinterface io.netty.channel.Channel.pipeline:()Lio/netty/channel/ChannelPipeline;
            astore 10 /* p */
        start local 10 // io.netty.channel.ChannelPipeline p
        23: .line 683
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xClientConnection.client:Lio/vertx/core/http/impl/HttpClientImpl;
            invokevirtual io.vertx.core.http.impl.HttpClientImpl.getOptions:()Lio/vertx/core/http/HttpClientOptions;
            invokevirtual io.vertx.core.http.impl.Http1xClientConnection.initializeWebsocketExtensionHandshakers:(Lio/vertx/core/http/HttpClientOptions;)Ljava/util/ArrayList;
            astore 11 /* extensionHandshakers */
        start local 11 // java.util.ArrayList extensionHandshakers
        24: .line 684
            aload 11 /* extensionHandshakers */
            invokevirtual java.util.ArrayList.isEmpty:()Z
            ifne 28
        25: .line 685
            aload 10 /* p */
            ldc "handler"
            ldc "websocketsExtensionsHandler"
            new io.netty.handler.codec.http.websocketx.extensions.WebSocketClientExtensionHandler
            dup
        26: .line 686
            aload 11 /* extensionHandshakers */
            iconst_0
            anewarray io.netty.handler.codec.http.websocketx.extensions.WebSocketClientExtensionHandshaker
            invokevirtual java.util.ArrayList.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast io.netty.handler.codec.http.websocketx.extensions.WebSocketClientExtensionHandshaker[]
            invokespecial io.netty.handler.codec.http.websocketx.extensions.WebSocketClientExtensionHandler.<init>:([Lio/netty/handler/codec/http/websocketx/extensions/WebSocketClientExtensionHandshaker;)V
        27: .line 685
            invokeinterface io.netty.channel.ChannelPipeline.addBefore:(Ljava/lang/String;Ljava/lang/String;Lio/netty/channel/ChannelHandler;)Lio/netty/channel/ChannelPipeline;
            pop
        28: .line 689
      StackMap locals: io.netty.channel.ChannelPipeline java.util.ArrayList
      StackMap stack:
            aconst_null
            astore 12 /* subp */
        start local 12 // java.lang.String subp
        29: .line 690
            aload 4 /* subProtocols */
            ifnull 31
        30: .line 691
            ldc ","
            aload 4 /* subProtocols */
            invokestatic java.lang.String.join:(Ljava/lang/CharSequence;Ljava/lang/Iterable;)Ljava/lang/String;
            astore 12 /* subp */
        31: .line 694
      StackMap locals: java.lang.String
      StackMap stack:
            aload 7 /* wsuri */
        32: .line 695
            aload 8 /* version */
        33: .line 696
            aload 12 /* subp */
        34: .line 697
            aload 11 /* extensionHandshakers */
            invokevirtual java.util.ArrayList.isEmpty:()Z
            ifeq 35
            iconst_0
            goto 36
      StackMap locals: io.vertx.core.http.impl.Http1xClientConnection java.lang.String io.vertx.core.MultiMap io.vertx.core.http.WebsocketVersion java.util.List int io.vertx.core.Handler java.net.URI io.netty.handler.codec.http.websocketx.WebSocketVersion io.netty.handler.codec.http.HttpHeaders io.netty.channel.ChannelPipeline java.util.ArrayList java.lang.String
      StackMap stack: java.net.URI io.netty.handler.codec.http.websocketx.WebSocketVersion java.lang.String
        35: iconst_1
        36: .line 698
      StackMap locals: io.vertx.core.http.impl.Http1xClientConnection java.lang.String io.vertx.core.MultiMap io.vertx.core.http.WebsocketVersion java.util.List int io.vertx.core.Handler java.net.URI io.netty.handler.codec.http.websocketx.WebSocketVersion io.netty.handler.codec.http.HttpHeaders io.netty.channel.ChannelPipeline java.util.ArrayList java.lang.String
      StackMap stack: java.net.URI io.netty.handler.codec.http.websocketx.WebSocketVersion java.lang.String int
            aload 9 /* nettyHeaders */
        37: .line 699
            iload 5 /* maxWebSocketFrameSize */
        38: .line 700
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xClientConnection.options:Lio/vertx/core/http/HttpClientOptions;
            invokevirtual io.vertx.core.http.HttpClientOptions.isSendUnmaskedFrames:()Z
            ifeq 39
            iconst_0
            goto 40
      StackMap locals: io.vertx.core.http.impl.Http1xClientConnection java.lang.String io.vertx.core.MultiMap io.vertx.core.http.WebsocketVersion java.util.List int io.vertx.core.Handler java.net.URI io.netty.handler.codec.http.websocketx.WebSocketVersion io.netty.handler.codec.http.HttpHeaders io.netty.channel.ChannelPipeline java.util.ArrayList java.lang.String
      StackMap stack: java.net.URI io.netty.handler.codec.http.websocketx.WebSocketVersion java.lang.String int io.netty.handler.codec.http.HttpHeaders int
        39: iconst_1
        40: .line 701
      StackMap locals: io.vertx.core.http.impl.Http1xClientConnection java.lang.String io.vertx.core.MultiMap io.vertx.core.http.WebsocketVersion java.util.List int io.vertx.core.Handler java.net.URI io.netty.handler.codec.http.websocketx.WebSocketVersion io.netty.handler.codec.http.HttpHeaders io.netty.channel.ChannelPipeline java.util.ArrayList java.lang.String
      StackMap stack: java.net.URI io.netty.handler.codec.http.websocketx.WebSocketVersion java.lang.String int io.netty.handler.codec.http.HttpHeaders int int
            iconst_0
        41: .line 693
            invokestatic io.netty.handler.codec.http.websocketx.WebSocketClientHandshakerFactory.newHandshaker:(Ljava/net/URI;Lio/netty/handler/codec/http/websocketx/WebSocketVersion;Ljava/lang/String;ZLio/netty/handler/codec/http/HttpHeaders;IZZ)Lio/netty/handler/codec/http/websocketx/WebSocketClientHandshaker;
            astore 13 /* handshaker */
        start local 13 // io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker handshaker
        42: .line 703
            new io.vertx.core.http.impl.WebSocketHandshakeInboundHandler
            dup
            aload 13 /* handshaker */
            aload 0 /* this */
            aload 8 /* version */
            aload 13 /* handshaker */
            aload 6 /* wsHandler */
            invokedynamic handle(Lio/vertx/core/http/impl/Http1xClientConnection;Lio/netty/handler/codec/http/websocketx/WebSocketVersion;Lio/netty/handler/codec/http/websocketx/WebSocketClientHandshaker;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/Http1xClientConnection.lambda$1(Lio/netty/handler/codec/http/websocketx/WebSocketVersion;Lio/netty/handler/codec/http/websocketx/WebSocketClientHandshaker;Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
            invokespecial io.vertx.core.http.impl.WebSocketHandshakeInboundHandler.<init>:(Lio/netty/handler/codec/http/websocketx/WebSocketClientHandshaker;Lio/vertx/core/Handler;)V
            astore 14 /* handshakeInboundHandler */
        start local 14 // io.vertx.core.http.impl.WebSocketHandshakeInboundHandler handshakeInboundHandler
        43: .line 728
            aload 10 /* p */
            ldc "handler"
            ldc "handshakeCompleter"
            aload 14 /* handshakeInboundHandler */
            invokeinterface io.netty.channel.ChannelPipeline.addBefore:(Ljava/lang/String;Ljava/lang/String;Lio/netty/channel/ChannelHandler;)Lio/netty/channel/ChannelPipeline;
            pop
        44: .line 729
            aload 13 /* handshaker */
        45: .line 730
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xClientConnection.chctx:Lio/netty/channel/ChannelHandlerContext;
            invokeinterface io.netty.channel.ChannelHandlerContext.channel:()Lio/netty/channel/Channel;
            invokevirtual io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker.handshake:(Lio/netty/channel/Channel;)Lio/netty/channel/ChannelFuture;
        46: .line 731
            aload 6 /* wsHandler */
            invokedynamic operationComplete(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/Http1xClientConnection.lambda$4(Lio/vertx/core/Handler;Lio/netty/util/concurrent/Future;)V (6)
                  (Lio/netty/util/concurrent/Future;)V
            invokeinterface io.netty.channel.ChannelFuture.addListener:(Lio/netty/util/concurrent/GenericFutureListener;)Lio/netty/channel/ChannelFuture;
            pop
        end local 14 // io.vertx.core.http.impl.WebSocketHandshakeInboundHandler handshakeInboundHandler
        end local 13 // io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker handshaker
        end local 12 // java.lang.String subp
        end local 11 // java.util.ArrayList extensionHandshakers
        end local 10 // io.netty.channel.ChannelPipeline p
        end local 9 // io.netty.handler.codec.http.HttpHeaders nettyHeaders
        end local 8 // io.netty.handler.codec.http.websocketx.WebSocketVersion version
        end local 7 // java.net.URI wsuri
        47: .line 736
            goto 50
      StackMap locals: io.vertx.core.http.impl.Http1xClientConnection java.lang.String io.vertx.core.MultiMap io.vertx.core.http.WebsocketVersion java.util.List int io.vertx.core.Handler
      StackMap stack: java.lang.Exception
        48: astore 7 /* e */
        start local 7 // java.lang.Exception e
        49: .line 737
            aload 0 /* this */
            aload 7 /* e */
            invokevirtual io.vertx.core.http.impl.Http1xClientConnection.handleException:(Ljava/lang/Throwable;)V
        end local 7 // java.lang.Exception e
        50: .line 739
      StackMap locals:
      StackMap stack:
            return
        end local 6 // io.vertx.core.Handler wsHandler
        end local 5 // int maxWebSocketFrameSize
        end local 4 // java.util.List subProtocols
        end local 3 // io.vertx.core.http.WebsocketVersion vers
        end local 2 // io.vertx.core.MultiMap headers
        end local 1 // java.lang.String requestURI
        end local 0 // io.vertx.core.http.impl.Http1xClientConnection this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   51     0                     this  Lio/vertx/core/http/impl/Http1xClientConnection;
            0   51     1               requestURI  Ljava/lang/String;
            0   51     2                  headers  Lio/vertx/core/MultiMap;
            0   51     3                     vers  Lio/vertx/core/http/WebsocketVersion;
            0   51     4             subProtocols  Ljava/util/List<Ljava/lang/String;>;
            0   51     5    maxWebSocketFrameSize  I
            0   51     6                wsHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/http/WebSocket;>;>;
            3   47     7                    wsuri  Ljava/net/URI;
           14   47     8                  version  Lio/netty/handler/codec/http/websocketx/WebSocketVersion;
           16   21     9             nettyHeaders  Lio/netty/handler/codec/http/HttpHeaders;
           22   47     9             nettyHeaders  Lio/netty/handler/codec/http/HttpHeaders;
           18   19    10                    entry  Ljava/util/Map$Entry<Ljava/lang/String;Ljava/lang/String;>;
           23   47    10                        p  Lio/netty/channel/ChannelPipeline;
           24   47    11     extensionHandshakers  Ljava/util/ArrayList<Lio/netty/handler/codec/http/websocketx/extensions/WebSocketClientExtensionHandshaker;>;
           29   47    12                     subp  Ljava/lang/String;
           42   47    13               handshaker  Lio/netty/handler/codec/http/websocketx/WebSocketClientHandshaker;
           43   47    14  handshakeInboundHandler  Lio/vertx/core/http/impl/WebSocketHandshakeInboundHandler;
           49   50     7                        e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           2    47      48  Class java.lang.Exception
    Signature: (Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/util/List<Ljava/lang/String;>;ILio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/http/WebSocket;>;>;)V
    MethodParameters:
                       Name  Flags
      requestURI             
      headers                
      vers                   
      subProtocols           
      maxWebSocketFrameSize  
      wsHandler              

  java.util.ArrayList<io.netty.handler.codec.http.websocketx.extensions.WebSocketClientExtensionHandshaker> initializeWebsocketExtensionHandshakers(io.vertx.core.http.HttpClientOptions);
    descriptor: (Lio/vertx/core/http/HttpClientOptions;)Ljava/util/ArrayList;
    flags: (0x0000) 
    Code:
      stack=8, locals=3, args_size=2
        start local 0 // io.vertx.core.http.impl.Http1xClientConnection this
        start local 1 // io.vertx.core.http.HttpClientOptions options
         0: .line 742
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 2 /* extensionHandshakers */
        start local 2 // java.util.ArrayList extensionHandshakers
         1: .line 743
            aload 1 /* options */
            invokevirtual io.vertx.core.http.HttpClientOptions.getTryWebsocketDeflateFrameCompression:()Z
            ifeq 5
         2: .line 744
            aload 2 /* extensionHandshakers */
            new io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameClientExtensionHandshaker
            dup
            aload 1 /* options */
            invokevirtual io.vertx.core.http.HttpClientOptions.getWebsocketCompressionLevel:()I
         3: .line 745
            iconst_0
            invokespecial io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameClientExtensionHandshaker.<init>:(IZ)V
         4: .line 744
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
         5: .line 748
      StackMap locals: java.util.ArrayList
      StackMap stack:
            aload 1 /* options */
            invokevirtual io.vertx.core.http.HttpClientOptions.getTryUsePerMessageWebsocketCompression:()Z
            ifeq 10
         6: .line 749
            aload 2 /* extensionHandshakers */
            new io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateClientExtensionHandshaker
            dup
            aload 1 /* options */
            invokevirtual io.vertx.core.http.HttpClientOptions.getWebsocketCompressionLevel:()I
         7: .line 750
            invokestatic io.netty.handler.codec.compression.ZlibCodecFactory.isSupportingWindowSizeAndMemLevel:()Z
            bipush 15
         8: .line 751
            aload 1 /* options */
            invokevirtual io.vertx.core.http.HttpClientOptions.getWebsocketCompressionAllowClientNoContext:()Z
            aload 1 /* options */
            invokevirtual io.vertx.core.http.HttpClientOptions.getWebsocketCompressionRequestServerNoContext:()Z
            invokespecial io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateClientExtensionHandshaker.<init>:(IZIZZ)V
         9: .line 749
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        10: .line 754
      StackMap locals:
      StackMap stack:
            aload 2 /* extensionHandshakers */
            areturn
        end local 2 // java.util.ArrayList extensionHandshakers
        end local 1 // io.vertx.core.http.HttpClientOptions options
        end local 0 // io.vertx.core.http.impl.Http1xClientConnection this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   11     0                  this  Lio/vertx/core/http/impl/Http1xClientConnection;
            0   11     1               options  Lio/vertx/core/http/HttpClientOptions;
            1   11     2  extensionHandshakers  Ljava/util/ArrayList<Lio/netty/handler/codec/http/websocketx/extensions/WebSocketClientExtensionHandshaker;>;
    Signature: (Lio/vertx/core/http/HttpClientOptions;)Ljava/util/ArrayList<Lio/netty/handler/codec/http/websocketx/extensions/WebSocketClientExtensionHandshaker;>;
    MethodParameters:
         Name  Flags
      options  

  public synchronized void handleInterestedOpsChanged();
    descriptor: ()V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.core.http.impl.Http1xClientConnection this
         0: .line 759
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.Http1xClientConnection.isNotWritable:()Z
            ifne 7
         1: .line 760
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xClientConnection.requestInProgress:Lio/vertx/core/http/impl/Http1xClientConnection$StreamImpl;
            astore 1 /* current */
        start local 1 // io.vertx.core.http.impl.Http1xClientConnection$StreamImpl current
         2: .line 761
            aload 1 /* current */
            ifnull 5
         3: .line 762
            aload 1 /* current */
            getfield io.vertx.core.http.impl.Http1xClientConnection$StreamImpl.request:Lio/vertx/core/http/impl/HttpClientRequestImpl;
            invokevirtual io.vertx.core.http.impl.HttpClientRequestImpl.handleDrained:()V
         4: .line 763
            goto 7
      StackMap locals: io.vertx.core.http.impl.Http1xClientConnection$StreamImpl
      StackMap stack:
         5: aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xClientConnection.ws:Lio/vertx/core/http/impl/WebSocketImplBase;
            ifnull 7
         6: .line 764
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xClientConnection.ws:Lio/vertx/core/http/impl/WebSocketImplBase;
            checkcast io.vertx.core.http.impl.WebSocketImpl
            invokevirtual io.vertx.core.http.impl.WebSocketImpl.handleDrained:()V
        end local 1 // io.vertx.core.http.impl.Http1xClientConnection$StreamImpl current
         7: .line 767
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.core.http.impl.Http1xClientConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lio/vertx/core/http/impl/Http1xClientConnection;
            2    7     1  current  Lio/vertx/core/http/impl/Http1xClientConnection$StreamImpl;

  protected void handleClosed();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=5, args_size=1
        start local 0 // io.vertx.core.http.impl.Http1xClientConnection this
         0: .line 770
            aload 0 /* this */
            invokespecial io.vertx.core.http.impl.Http1xConnectionBase.handleClosed:()V
         1: .line 771
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xClientConnection.metrics:Lio/vertx/core/spi/metrics/HttpClientMetrics;
            ifnull 3
         2: .line 772
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xClientConnection.metrics:Lio/vertx/core/spi/metrics/HttpClientMetrics;
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xClientConnection.endpointMetric:Ljava/lang/Object;
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.Http1xClientConnection.metric:()Ljava/lang/Object;
            invokeinterface io.vertx.core.spi.metrics.HttpClientMetrics.endpointDisconnected:(Ljava/lang/Object;Ljava/lang/Object;)V
         3: .line 775
      StackMap locals:
      StackMap stack:
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            astore 2 /* list */
        start local 2 // java.util.List list
         4: .line 776
            aload 0 /* this */
            dup
            astore 3
            monitorenter
         5: .line 777
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xClientConnection.ws:Lio/vertx/core/http/impl/WebSocketImplBase;
            checkcast io.vertx.core.http.impl.WebSocketImpl
            astore 1 /* ws */
        start local 1 // io.vertx.core.http.impl.WebSocketImpl ws
         6: .line 778
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xClientConnection.responseInProgress:Lio/vertx/core/http/impl/Http1xClientConnection$StreamImpl;
            astore 4 /* r */
        start local 4 // io.vertx.core.http.impl.Http1xClientConnection$StreamImpl r
         7: goto 14
         8: .line 779
      StackMap locals: io.vertx.core.http.impl.Http1xClientConnection io.vertx.core.http.impl.WebSocketImpl java.util.List io.vertx.core.http.impl.Http1xClientConnection io.vertx.core.http.impl.Http1xClientConnection$StreamImpl
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xClientConnection.metrics:Lio/vertx/core/spi/metrics/HttpClientMetrics;
            ifnull 10
         9: .line 780
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xClientConnection.metrics:Lio/vertx/core/spi/metrics/HttpClientMetrics;
            aload 4 /* r */
            getfield io.vertx.core.http.impl.Http1xClientConnection$StreamImpl.metric:Ljava/lang/Object;
            invokeinterface io.vertx.core.spi.metrics.HttpClientMetrics.requestReset:(Ljava/lang/Object;)V
        10: .line 782
      StackMap locals:
      StackMap stack:
            aload 2 /* list */
            invokeinterface java.util.List.isEmpty:()Z
            ifeq 12
        11: .line 783
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 2 /* list */
        12: .line 785
      StackMap locals:
      StackMap stack:
            aload 2 /* list */
            aload 4 /* r */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        13: .line 778
            aload 4 /* r */
            getfield io.vertx.core.http.impl.Http1xClientConnection$StreamImpl.next:Lio/vertx/core/http/impl/Http1xClientConnection$StreamImpl;
            astore 4 /* r */
      StackMap locals:
      StackMap stack:
        14: aload 4 /* r */
            ifnonnull 8
        end local 4 // io.vertx.core.http.impl.Http1xClientConnection$StreamImpl r
        15: .line 776
            aload 3
            monitorexit
        16: goto 19
        end local 1 // io.vertx.core.http.impl.WebSocketImpl ws
      StackMap locals: io.vertx.core.http.impl.Http1xClientConnection top java.util.List io.vertx.core.http.impl.Http1xClientConnection
      StackMap stack: java.lang.Throwable
        17: aload 3
            monitorexit
        18: athrow
        start local 1 // io.vertx.core.http.impl.WebSocketImpl ws
        19: .line 788
      StackMap locals: io.vertx.core.http.impl.Http1xClientConnection io.vertx.core.http.impl.WebSocketImpl java.util.List
      StackMap stack:
            aload 1 /* ws */
            ifnull 21
        20: .line 789
            aload 1 /* ws */
            invokevirtual io.vertx.core.http.impl.WebSocketImpl.handleClosed:()V
        21: .line 791
      StackMap locals:
      StackMap stack:
            aload 2 /* list */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 24
      StackMap locals: io.vertx.core.http.impl.Http1xClientConnection io.vertx.core.http.impl.WebSocketImpl java.util.List top java.util.Iterator
      StackMap stack:
        22: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast io.vertx.core.http.impl.Http1xClientConnection$StreamImpl
            astore 3 /* stream */
        start local 3 // io.vertx.core.http.impl.Http1xClientConnection$StreamImpl stream
        23: .line 792
            aload 3 /* stream */
            getstatic io.vertx.core.http.impl.Http1xClientConnection.CLOSED_EXCEPTION:Lio/vertx/core/VertxException;
            invokevirtual io.vertx.core.http.impl.Http1xClientConnection$StreamImpl.handleException:(Ljava/lang/Throwable;)V
        end local 3 // io.vertx.core.http.impl.Http1xClientConnection$StreamImpl stream
        24: .line 791
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 22
        25: .line 794
            return
        end local 2 // java.util.List list
        end local 1 // io.vertx.core.http.impl.WebSocketImpl ws
        end local 0 // io.vertx.core.http.impl.Http1xClientConnection this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   26     0    this  Lio/vertx/core/http/impl/Http1xClientConnection;
            6   17     1      ws  Lio/vertx/core/http/impl/WebSocketImpl;
           19   26     1      ws  Lio/vertx/core/http/impl/WebSocketImpl;
            4   26     2    list  Ljava/util/List<Lio/vertx/core/http/impl/Http1xClientConnection$StreamImpl;>;
            7   15     4       r  Lio/vertx/core/http/impl/Http1xClientConnection$StreamImpl;
           23   24     3  stream  Lio/vertx/core/http/impl/Http1xClientConnection$StreamImpl;
      Exception table:
        from    to  target  type
           5    16      17  any
          17    18      17  any

  protected void handleIdle();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.core.http.impl.Http1xClientConnection this
         0: .line 797
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         1: .line 798
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xClientConnection.ws:Lio/vertx/core/http/impl/WebSocketImplBase;
            ifnonnull 4
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xClientConnection.responseInProgress:Lio/vertx/core/http/impl/Http1xClientConnection$StreamImpl;
            ifnonnull 4
         2: .line 799
            aload 1
            monitorexit
         3: return
         4: .line 797
      StackMap locals: io.vertx.core.http.impl.Http1xClientConnection
      StackMap stack:
            aload 1
            monitorexit
         5: goto 8
      StackMap locals:
      StackMap stack: java.lang.Throwable
         6: aload 1
            monitorexit
         7: athrow
         8: .line 802
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial io.vertx.core.http.impl.Http1xConnectionBase.handleIdle:()V
         9: .line 803
            return
        end local 0 // io.vertx.core.http.impl.Http1xClientConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lio/vertx/core/http/impl/Http1xClientConnection;
      Exception table:
        from    to  target  type
           1     3       6  any
           4     5       6  any
           6     7       6  any

  protected synchronized void handleException(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0024) ACC_PROTECTED, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.core.http.impl.Http1xClientConnection this
        start local 1 // java.lang.Throwable e
         0: .line 807
            aload 0 /* this */
            aload 1 /* e */
            invokespecial io.vertx.core.http.impl.Http1xConnectionBase.handleException:(Ljava/lang/Throwable;)V
         1: .line 808
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xClientConnection.ws:Lio/vertx/core/http/impl/WebSocketImplBase;
            ifnull 4
         2: .line 809
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xClientConnection.ws:Lio/vertx/core/http/impl/WebSocketImplBase;
            checkcast io.vertx.core.http.impl.WebSocketImpl
            aload 1 /* e */
            invokevirtual io.vertx.core.http.impl.WebSocketImpl.handleException:(Ljava/lang/Throwable;)V
         3: .line 810
            goto 9
         4: .line 811
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xClientConnection.responseInProgress:Lio/vertx/core/http/impl/Http1xClientConnection$StreamImpl;
            astore 2 /* r */
        start local 2 // io.vertx.core.http.impl.Http1xClientConnection$StreamImpl r
         5: goto 8
         6: .line 812
      StackMap locals: io.vertx.core.http.impl.Http1xClientConnection$StreamImpl
      StackMap stack:
            aload 2 /* r */
            aload 1 /* e */
            invokevirtual io.vertx.core.http.impl.Http1xClientConnection$StreamImpl.handleException:(Ljava/lang/Throwable;)V
         7: .line 811
            aload 2 /* r */
            getfield io.vertx.core.http.impl.Http1xClientConnection$StreamImpl.next:Lio/vertx/core/http/impl/Http1xClientConnection$StreamImpl;
            astore 2 /* r */
      StackMap locals:
      StackMap stack:
         8: aload 2 /* r */
            ifnonnull 6
        end local 2 // io.vertx.core.http.impl.Http1xClientConnection$StreamImpl r
         9: .line 815
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Throwable e
        end local 0 // io.vertx.core.http.impl.Http1xClientConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lio/vertx/core/http/impl/Http1xClientConnection;
            0   10     1     e  Ljava/lang/Throwable;
            5    9     2     r  Lio/vertx/core/http/impl/Http1xClientConnection$StreamImpl;
    MethodParameters:
      Name  Flags
      e     

  public void createStream(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.http.impl.HttpClientStream>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=2
        start local 0 // io.vertx.core.http.impl.Http1xClientConnection this
        start local 1 // io.vertx.core.Handler handler
         0: .line 820
            aload 0 /* this */
            dup
            astore 3
            monitorenter
         1: .line 821
            new io.vertx.core.http.impl.Http1xClientConnection$StreamImpl
            dup
            aload 0 /* this */
            aload 0 /* this */
            dup
            getfield io.vertx.core.http.impl.Http1xClientConnection.seq:I
            dup_x1
            iconst_1
            iadd
            putfield io.vertx.core.http.impl.Http1xClientConnection.seq:I
            aload 1 /* handler */
            invokespecial io.vertx.core.http.impl.Http1xClientConnection$StreamImpl.<init>:(Lio/vertx/core/http/impl/Http1xClientConnection;ILio/vertx/core/Handler;)V
            astore 2 /* stream */
        start local 2 // io.vertx.core.http.impl.Http1xClientConnection$StreamImpl stream
         2: .line 822
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xClientConnection.requestInProgress:Lio/vertx/core/http/impl/Http1xClientConnection$StreamImpl;
            ifnull 6
         3: .line 823
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xClientConnection.requestInProgress:Lio/vertx/core/http/impl/Http1xClientConnection$StreamImpl;
            aload 2 /* stream */
            invokevirtual io.vertx.core.http.impl.Http1xClientConnection$StreamImpl.append:(Lio/vertx/core/http/impl/Http1xClientConnection$StreamImpl;)V
         4: .line 824
            aload 3
            monitorexit
         5: return
         6: .line 826
      StackMap locals: io.vertx.core.http.impl.Http1xClientConnection$StreamImpl io.vertx.core.http.impl.Http1xClientConnection
      StackMap stack:
            aload 0 /* this */
            aload 2 /* stream */
            putfield io.vertx.core.http.impl.Http1xClientConnection.requestInProgress:Lio/vertx/core/http/impl/Http1xClientConnection$StreamImpl;
         7: .line 820
            aload 3
            monitorexit
         8: goto 11
        end local 2 // io.vertx.core.http.impl.Http1xClientConnection$StreamImpl stream
      StackMap locals: io.vertx.core.http.impl.Http1xClientConnection io.vertx.core.Handler top io.vertx.core.http.impl.Http1xClientConnection
      StackMap stack: java.lang.Throwable
         9: aload 3
            monitorexit
        10: athrow
        start local 2 // io.vertx.core.http.impl.Http1xClientConnection$StreamImpl stream
        11: .line 828
      StackMap locals: io.vertx.core.http.impl.Http1xClientConnection io.vertx.core.Handler io.vertx.core.http.impl.Http1xClientConnection$StreamImpl
      StackMap stack:
            aload 2 /* stream */
            getfield io.vertx.core.http.impl.Http1xClientConnection$StreamImpl.fut:Lio/vertx/core/Promise;
            aload 2 /* stream */
            invokeinterface io.vertx.core.Promise.complete:(Ljava/lang/Object;)V
        12: .line 829
            return
        end local 2 // io.vertx.core.http.impl.Http1xClientConnection$StreamImpl stream
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.core.http.impl.Http1xClientConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   13     0     this  Lio/vertx/core/http/impl/Http1xClientConnection;
            0   13     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/http/impl/HttpClientStream;>;>;
            2    9     2   stream  Lio/vertx/core/http/impl/Http1xClientConnection$StreamImpl;
           11   13     2   stream  Lio/vertx/core/http/impl/Http1xClientConnection$StreamImpl;
      Exception table:
        from    to  target  type
           1     5       9  any
           6     8       9  any
           9    10       9  any
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/http/impl/HttpClientStream;>;>;)V
    MethodParameters:
         Name  Flags
      handler  

  private void recycle();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // io.vertx.core.http.impl.Http1xClientConnection this
         0: .line 832
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xClientConnection.keepAliveTimeout:I
            ifne 1
            lconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: invokestatic java.lang.System.currentTimeMillis:()J
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xClientConnection.keepAliveTimeout:I
            sipush 1000
            imul
            i2l
            ladd
      StackMap locals:
      StackMap stack: long
         2: lstore 1 /* expiration */
        start local 1 // long expiration
         3: .line 833
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xClientConnection.listener:Lio/vertx/core/http/impl/pool/ConnectionListener;
            lload 1 /* expiration */
            invokeinterface io.vertx.core.http.impl.pool.ConnectionListener.onRecycle:(J)V
         4: .line 834
            return
        end local 1 // long expiration
        end local 0 // io.vertx.core.http.impl.Http1xClientConnection this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lio/vertx/core/http/impl/Http1xClientConnection;
            3    5     1  expiration  J

  public io.vertx.core.spi.metrics.NetworkMetrics metrics();
    descriptor: ()Lio/vertx/core/spi/metrics/NetworkMetrics;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.core.http.impl.Http1xClientConnection.metrics:()Lio/vertx/core/spi/metrics/HttpClientMetrics;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static io.vertx.core.impl.ContextInternal access$1(io.vertx.core.http.impl.Http1xClientConnection);
    descriptor: (Lio/vertx/core/http/impl/Http1xClientConnection;)Lio/vertx/core/impl/ContextInternal;
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 59
            aload 0
            getfield io.vertx.core.http.impl.Http1xClientConnection.context:Lio/vertx/core/impl/ContextInternal;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static void lambda$0(java.util.concurrent.atomic.AtomicBoolean, io.vertx.core.net.impl.NetSocketImpl, java.lang.Void);
    descriptor: (Ljava/util/concurrent/atomic/AtomicBoolean;Lio/vertx/core/net/impl/NetSocketImpl;Ljava/lang/Void;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=3, args_size=3
        start local 2 // java.lang.Void v
         0: .line 179
            aload 0
            invokevirtual java.util.concurrent.atomic.AtomicBoolean.get:()Z
            ifne 2
         1: .line 180
            aload 1
            invokevirtual io.vertx.core.net.impl.NetSocketImpl.resume:()Lio/vertx/core/net/NetSocket;
            pop
         2: .line 182
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Void v
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     2     v  Ljava/lang/Void;

  private void lambda$1(io.netty.handler.codec.http.websocketx.WebSocketVersion, io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker, io.vertx.core.Handler, io.vertx.core.AsyncResult);
    descriptor: (Lio/netty/handler/codec/http/websocketx/WebSocketVersion;Lio/netty/handler/codec/http/websocketx/WebSocketClientHandshaker;Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=6, args_size=5
        start local 0 // io.vertx.core.http.impl.Http1xClientConnection this
        start local 4 // io.vertx.core.AsyncResult ar
         0: .line 704
            aload 4 /* ar */
            aload 0 /* this */
            aload 1
            aload 2
            invokedynamic apply(Lio/vertx/core/http/impl/Http1xClientConnection;Lio/netty/handler/codec/http/websocketx/WebSocketVersion;Lio/netty/handler/codec/http/websocketx/WebSocketClientHandshaker;)Ljava/util/function/Function;
              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;
                  io/vertx/core/http/impl/Http1xClientConnection.lambda$2(Lio/netty/handler/codec/http/websocketx/WebSocketVersion;Lio/netty/handler/codec/http/websocketx/WebSocketClientHandshaker;Ljava/lang/Void;)Lio/vertx/core/http/WebSocket; (7)
                  (Ljava/lang/Void;)Lio/vertx/core/http/WebSocket;
            invokeinterface io.vertx.core.AsyncResult.map:(Ljava/util/function/Function;)Lio/vertx/core/AsyncResult;
            astore 5 /* wsRes */
        start local 5 // io.vertx.core.AsyncResult wsRes
         1: .line 711
            aload 4 /* ar */
            invokeinterface io.vertx.core.AsyncResult.failed:()Z
            ifeq 4
         2: .line 712
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.Http1xClientConnection.close:()V
         3: .line 713
            goto 6
         4: .line 714
      StackMap locals: io.vertx.core.AsyncResult
      StackMap stack:
            aload 0 /* this */
            aload 5 /* wsRes */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.core.http.impl.WebSocketImpl
            putfield io.vertx.core.http.impl.Http1xClientConnection.ws:Lio/vertx/core/http/impl/WebSocketImplBase;
         5: .line 715
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xClientConnection.ws:Lio/vertx/core/http/impl/WebSocketImplBase;
            checkcast io.vertx.core.http.impl.WebSocketImpl
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xClientConnection.vertx:Lio/vertx/core/impl/VertxInternal;
            invokeinterface io.vertx.core.impl.VertxInternal.eventBus:()Lio/vertx/core/eventbus/EventBus;
            invokevirtual io.vertx.core.http.impl.WebSocketImpl.registerHandler:(Lio/vertx/core/eventbus/EventBus;)V
         6: .line 718
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.Http1xClientConnection.getContext:()Lio/vertx/core/impl/ContextInternal;
            aload 5 /* wsRes */
            aload 0 /* this */
            aload 3
            invokedynamic handle(Lio/vertx/core/http/impl/Http1xClientConnection;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/Http1xClientConnection.lambda$3(Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.core.impl.ContextInternal.executeFromIO:(Ljava/lang/Object;Lio/vertx/core/Handler;)V
        end local 5 // io.vertx.core.AsyncResult wsRes
         7: .line 727
            return
        end local 4 // io.vertx.core.AsyncResult ar
        end local 0 // io.vertx.core.http.impl.Http1xClientConnection this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lio/vertx/core/http/impl/Http1xClientConnection;
            0    8     4     ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;
            1    7     5  wsRes  Lio/vertx/core/AsyncResult<Lio/vertx/core/http/WebSocket;>;

  private static void lambda$4(io.vertx.core.Handler, io.netty.util.concurrent.Future);
    descriptor: (Lio/vertx/core/Handler;Lio/netty/util/concurrent/Future;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // io.netty.util.concurrent.Future f
         0: .line 732
            aload 1 /* f */
            invokeinterface io.netty.util.concurrent.Future.isSuccess:()Z
            ifne 2
         1: .line 733
            aload 0
            aload 1 /* f */
            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
         2: .line 735
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.netty.util.concurrent.Future f
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     1     f  Lio/netty/util/concurrent/Future<-Ljava/lang/Void;>;
    Exceptions:
      throws java.lang.Exception

  private io.vertx.core.http.WebSocket lambda$2(io.netty.handler.codec.http.websocketx.WebSocketVersion, io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker, java.lang.Void);
    descriptor: (Lio/netty/handler/codec/http/websocketx/WebSocketVersion;Lio/netty/handler/codec/http/websocketx/WebSocketClientHandshaker;Ljava/lang/Void;)Lio/vertx/core/http/WebSocket;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=6, locals=5, args_size=4
        start local 0 // io.vertx.core.http.impl.Http1xClientConnection this
        start local 3 // java.lang.Void v
         0: .line 705
            new io.vertx.core.http.impl.WebSocketImpl
            dup
            aload 0 /* this */
            aload 1
            getstatic io.netty.handler.codec.http.websocketx.WebSocketVersion.V00:Lio/netty/handler/codec/http/websocketx/WebSocketVersion;
            if_acmpeq 1
            iconst_1
            goto 2
      StackMap locals: io.vertx.core.http.impl.Http1xClientConnection io.netty.handler.codec.http.websocketx.WebSocketVersion io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker java.lang.Void
      StackMap stack: new 0 new 0 io.vertx.core.http.impl.Http1xClientConnection
         1: iconst_0
         2: .line 706
      StackMap locals: io.vertx.core.http.impl.Http1xClientConnection io.netty.handler.codec.http.websocketx.WebSocketVersion io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker java.lang.Void
      StackMap stack: new 0 new 0 io.vertx.core.http.impl.Http1xClientConnection int
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xClientConnection.options:Lio/vertx/core/http/HttpClientOptions;
            invokevirtual io.vertx.core.http.HttpClientOptions.getMaxWebsocketFrameSize:()I
         3: .line 707
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xClientConnection.options:Lio/vertx/core/http/HttpClientOptions;
            invokevirtual io.vertx.core.http.HttpClientOptions.getMaxWebsocketMessageSize:()I
         4: .line 705
            invokespecial io.vertx.core.http.impl.WebSocketImpl.<init>:(Lio/vertx/core/http/impl/Http1xClientConnection;ZII)V
            astore 4 /* w */
        start local 4 // io.vertx.core.http.impl.WebSocketImpl w
         5: .line 708
            aload 4 /* w */
            aload 2
            invokevirtual io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker.actualSubprotocol:()Ljava/lang/String;
            invokevirtual io.vertx.core.http.impl.WebSocketImpl.subProtocol:(Ljava/lang/String;)V
         6: .line 709
            aload 4 /* w */
            areturn
        end local 4 // io.vertx.core.http.impl.WebSocketImpl w
        end local 3 // java.lang.Void v
        end local 0 // io.vertx.core.http.impl.Http1xClientConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/vertx/core/http/impl/Http1xClientConnection;
            0    7     3     v  Ljava/lang/Void;
            5    7     4     w  Lio/vertx/core/http/impl/WebSocketImpl;

  private void lambda$3(io.vertx.core.Handler, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // io.vertx.core.http.impl.Http1xClientConnection this
        start local 2 // io.vertx.core.AsyncResult res
         0: .line 719
            aload 2 /* res */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 4
         1: .line 720
            getstatic io.vertx.core.http.impl.Http1xClientConnection.log:Lio/vertx/core/logging/Logger;
            ldc "WebSocket handshake complete"
            invokevirtual io.vertx.core.logging.Logger.debug:(Ljava/lang/Object;)V
         2: .line 721
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xClientConnection.metrics:Lio/vertx/core/spi/metrics/HttpClientMetrics;
            ifnull 4
         3: .line 722
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xClientConnection.ws:Lio/vertx/core/http/impl/WebSocketImplBase;
            checkcast io.vertx.core.http.impl.WebSocketImpl
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xClientConnection.metrics:Lio/vertx/core/spi/metrics/HttpClientMetrics;
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xClientConnection.endpointMetric:Ljava/lang/Object;
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.Http1xClientConnection.metric:()Ljava/lang/Object;
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xClientConnection.ws:Lio/vertx/core/http/impl/WebSocketImplBase;
            checkcast io.vertx.core.http.WebSocket
            invokeinterface io.vertx.core.spi.metrics.HttpClientMetrics.connected:(Ljava/lang/Object;Ljava/lang/Object;Lio/vertx/core/http/WebSocket;)Ljava/lang/Object;
            invokevirtual io.vertx.core.http.impl.WebSocketImpl.setMetric:(Ljava/lang/Object;)V
         4: .line 725
      StackMap locals:
      StackMap stack:
            aload 1
            aload 2 /* res */
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         5: .line 726
            return
        end local 2 // io.vertx.core.AsyncResult res
        end local 0 // io.vertx.core.http.impl.Http1xClientConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/vertx/core/http/impl/Http1xClientConnection;
            0    6     2   res  Lio/vertx/core/AsyncResult<Lio/vertx/core/http/WebSocket;>;
}
Signature: Lio/vertx/core/http/impl/Http1xConnectionBase<Lio/vertx/core/http/impl/WebSocketImpl;>;Lio/vertx/core/http/impl/HttpClientConnection;
SourceFile: "Http1xClientConnection.java"
NestMembers:
  io.vertx.core.http.impl.Http1xClientConnection$1  io.vertx.core.http.impl.Http1xClientConnection$StreamImpl
InnerClasses:
  io.vertx.core.http.impl.Http1xClientConnection$1
  private StreamImpl = io.vertx.core.http.impl.Http1xClientConnection$StreamImpl of io.vertx.core.http.impl.Http1xClientConnection
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public abstract Entry = java.util.Map$Entry of java.util.Map