public class io.vertx.reactivex.core.http.HttpClient implements io.vertx.reactivex.core.metrics.Measured
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.reactivex.core.http.HttpClient
  super_class: java.lang.Object
{
  public static final io.vertx.lang.rx.TypeArg<io.vertx.reactivex.core.http.HttpClient> __TYPE_ARG;
    descriptor: Lio/vertx/lang/rx/TypeArg;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lio/vertx/lang/rx/TypeArg<Lio/vertx/reactivex/core/http/HttpClient;>;

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 92
            new io.vertx.lang.rx.TypeArg
            dup
            invokedynamic apply()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/reactivex/core/http/HttpClient.lambda$0(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
         1: .line 93
            invokedynamic apply()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/reactivex/core/http/HttpClient.getDelegate()Lio/vertx/core/http/HttpClient; (5)
                  (Lio/vertx/reactivex/core/http/HttpClient;)Ljava/lang/Object;
         2: .line 92
            invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
            putstatic io.vertx.reactivex.core.http.HttpClient.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
         3: .line 94
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpClient this
         0: .line 76
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.reactivex.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/HttpClient;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpClient this
        start local 1 // java.lang.Object o
         0: .line 81
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 82
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnull 2
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 83
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.reactivex.core.http.HttpClient
            astore 2 /* that */
        start local 2 // io.vertx.reactivex.core.http.HttpClient that
         4: .line 84
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 2 /* that */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.vertx.reactivex.core.http.HttpClient that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.reactivex.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/reactivex/core/http/HttpClient;
            0    5     1     o  Ljava/lang/Object;
            4    5     2  that  Lio/vertx/reactivex/core/http/HttpClient;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpClient this
         0: .line 89
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // io.vertx.reactivex.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/HttpClient;

  public void <init>(io.vertx.core.http.HttpClient);
    descriptor: (Lio/vertx/core/http/HttpClient;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpClient this
        start local 1 // io.vertx.core.http.HttpClient delegate
         0: .line 98
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 99
            aload 0 /* this */
            aload 1 /* delegate */
            putfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
         2: .line 100
            return
        end local 1 // io.vertx.core.http.HttpClient delegate
        end local 0 // io.vertx.reactivex.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/reactivex/core/http/HttpClient;
            0    3     1  delegate  Lio/vertx/core/http/HttpClient;
    MethodParameters:
          Name  Flags
      delegate  

  public void <init>(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpClient this
        start local 1 // java.lang.Object delegate
         0: .line 102
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 103
            aload 0 /* this */
            aload 1 /* delegate */
            checkcast io.vertx.core.http.HttpClient
            putfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
         2: .line 104
            return
        end local 1 // java.lang.Object delegate
        end local 0 // io.vertx.reactivex.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/reactivex/core/http/HttpClient;
            0    3     1  delegate  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      delegate  

  public io.vertx.core.http.HttpClient getDelegate();
    descriptor: ()Lio/vertx/core/http/HttpClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpClient this
         0: .line 107
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            areturn
        end local 0 // io.vertx.reactivex.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/HttpClient;

  public boolean isMetricsEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpClient this
         0: .line 115
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            invokeinterface io.vertx.core.http.HttpClient.isMetricsEnabled:()Z
            istore 1 /* ret */
        start local 1 // boolean ret
         1: .line 116
            iload 1 /* ret */
            ireturn
        end local 1 // boolean ret
        end local 0 // io.vertx.reactivex.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/http/HttpClient;
            1    2     1   ret  Z

  public void request(io.vertx.core.http.RequestOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.core.http.HttpClientRequest>>);
    descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.http.HttpClient this
        start local 1 // io.vertx.core.http.RequestOptions options
        start local 2 // io.vertx.core.Handler handler
         0: .line 126
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* options */
            new io.vertx.reactivex.core.http.HttpClient$1
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.core.http.HttpClient$1.<init>:(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpClient.request:(Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)V
         1: .line 135
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.core.http.RequestOptions options
        end local 0 // io.vertx.reactivex.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/core/http/HttpClient;
            0    2     1  options  Lio/vertx/core/http/RequestOptions;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/core/http/HttpClientRequest;>;>;
    Signature: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/core/http/HttpClientRequest;>;>;)V
    MethodParameters:
         Name  Flags
      options  
      handler  

  public void request(io.vertx.core.http.RequestOptions);
    descriptor: (Lio/vertx/core/http/RequestOptions;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpClient this
        start local 1 // io.vertx.core.http.RequestOptions options
         0: .line 143
            aload 0 /* this */
            aload 1 /* options */
            invokedynamic handle()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/reactivex/core/http/HttpClient.lambda$2(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.core.http.HttpClient.request:(Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)V
         1: .line 144
            return
        end local 1 // io.vertx.core.http.RequestOptions options
        end local 0 // io.vertx.reactivex.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/core/http/HttpClient;
            0    2     1  options  Lio/vertx/core/http/RequestOptions;
    MethodParameters:
         Name  Flags
      options  

  public io.reactivex.Single<io.vertx.reactivex.core.http.HttpClientRequest> rxRequest(io.vertx.core.http.RequestOptions);
    descriptor: (Lio/vertx/core/http/RequestOptions;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpClient this
        start local 1 // io.vertx.core.http.RequestOptions options
         0: .line 153
            aload 0 /* this */
            aload 1 /* options */
            invokedynamic accept(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/http/RequestOptions;)Ljava/util/function/Consumer;
              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/reactivex/core/http/HttpClient.lambda$3(Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 1 // io.vertx.core.http.RequestOptions options
        end local 0 // io.vertx.reactivex.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/reactivex/core/http/HttpClient;
            0    1     1  options  Lio/vertx/core/http/RequestOptions;
    Signature: (Lio/vertx/core/http/RequestOptions;)Lio/reactivex/Single<Lio/vertx/reactivex/core/http/HttpClientRequest;>;
    MethodParameters:
         Name  Flags
      options  

  public void request(io.vertx.core.http.HttpMethod, int, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.core.http.HttpClientRequest>>);
    descriptor: (Lio/vertx/core/http/HttpMethod;ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=6, args_size=6
        start local 0 // io.vertx.reactivex.core.http.HttpClient this
        start local 1 // io.vertx.core.http.HttpMethod method
        start local 2 // int port
        start local 3 // java.lang.String host
        start local 4 // java.lang.String requestURI
        start local 5 // io.vertx.core.Handler handler
         0: .line 168
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* method */
            iload 2 /* port */
            aload 3 /* host */
            aload 4 /* requestURI */
            new io.vertx.reactivex.core.http.HttpClient$2
            dup
            aload 0 /* this */
            aload 5 /* handler */
            invokespecial io.vertx.reactivex.core.http.HttpClient$2.<init>:(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpClient.request:(Lio/vertx/core/http/HttpMethod;ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 177
            return
        end local 5 // io.vertx.core.Handler handler
        end local 4 // java.lang.String requestURI
        end local 3 // java.lang.String host
        end local 2 // int port
        end local 1 // io.vertx.core.http.HttpMethod method
        end local 0 // io.vertx.reactivex.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/reactivex/core/http/HttpClient;
            0    2     1      method  Lio/vertx/core/http/HttpMethod;
            0    2     2        port  I
            0    2     3        host  Ljava/lang/String;
            0    2     4  requestURI  Ljava/lang/String;
            0    2     5     handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/core/http/HttpClientRequest;>;>;
    Signature: (Lio/vertx/core/http/HttpMethod;ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/core/http/HttpClientRequest;>;>;)V
    MethodParameters:
            Name  Flags
      method      
      port        
      host        
      requestURI  
      handler     

  public void request(io.vertx.core.http.HttpMethod, int, java.lang.String, java.lang.String);
    descriptor: (Lio/vertx/core/http/HttpMethod;ILjava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.core.http.HttpClient this
        start local 1 // io.vertx.core.http.HttpMethod method
        start local 2 // int port
        start local 3 // java.lang.String host
        start local 4 // java.lang.String requestURI
         0: .line 188
            aload 0 /* this */
            aload 1 /* method */
            iload 2 /* port */
            aload 3 /* host */
            aload 4 /* requestURI */
            invokedynamic handle()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/reactivex/core/http/HttpClient.lambda$4(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.core.http.HttpClient.request:(Lio/vertx/core/http/HttpMethod;ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 189
            return
        end local 4 // java.lang.String requestURI
        end local 3 // java.lang.String host
        end local 2 // int port
        end local 1 // io.vertx.core.http.HttpMethod method
        end local 0 // io.vertx.reactivex.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/reactivex/core/http/HttpClient;
            0    2     1      method  Lio/vertx/core/http/HttpMethod;
            0    2     2        port  I
            0    2     3        host  Ljava/lang/String;
            0    2     4  requestURI  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      method      
      port        
      host        
      requestURI  

  public io.reactivex.Single<io.vertx.reactivex.core.http.HttpClientRequest> rxRequest(io.vertx.core.http.HttpMethod, int, java.lang.String, java.lang.String);
    descriptor: (Lio/vertx/core/http/HttpMethod;ILjava/lang/String;Ljava/lang/String;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.core.http.HttpClient this
        start local 1 // io.vertx.core.http.HttpMethod method
        start local 2 // int port
        start local 3 // java.lang.String host
        start local 4 // java.lang.String requestURI
         0: .line 201
            aload 0 /* this */
            aload 1 /* method */
            iload 2 /* port */
            aload 3 /* host */
            aload 4 /* requestURI */
            invokedynamic accept(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/http/HttpMethod;ILjava/lang/String;Ljava/lang/String;)Ljava/util/function/Consumer;
              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/reactivex/core/http/HttpClient.lambda$5(Lio/vertx/core/http/HttpMethod;ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 4 // java.lang.String requestURI
        end local 3 // java.lang.String host
        end local 2 // int port
        end local 1 // io.vertx.core.http.HttpMethod method
        end local 0 // io.vertx.reactivex.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/vertx/reactivex/core/http/HttpClient;
            0    1     1      method  Lio/vertx/core/http/HttpMethod;
            0    1     2        port  I
            0    1     3        host  Ljava/lang/String;
            0    1     4  requestURI  Ljava/lang/String;
    Signature: (Lio/vertx/core/http/HttpMethod;ILjava/lang/String;Ljava/lang/String;)Lio/reactivex/Single<Lio/vertx/reactivex/core/http/HttpClientRequest;>;
    MethodParameters:
            Name  Flags
      method      
      port        
      host        
      requestURI  

  public void request(io.vertx.core.http.HttpMethod, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.core.http.HttpClientRequest>>);
    descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.core.http.HttpClient this
        start local 1 // io.vertx.core.http.HttpMethod method
        start local 2 // java.lang.String host
        start local 3 // java.lang.String requestURI
        start local 4 // io.vertx.core.Handler handler
         0: .line 215
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* method */
            aload 2 /* host */
            aload 3 /* requestURI */
            new io.vertx.reactivex.core.http.HttpClient$3
            dup
            aload 0 /* this */
            aload 4 /* handler */
            invokespecial io.vertx.reactivex.core.http.HttpClient$3.<init>:(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpClient.request:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 224
            return
        end local 4 // io.vertx.core.Handler handler
        end local 3 // java.lang.String requestURI
        end local 2 // java.lang.String host
        end local 1 // io.vertx.core.http.HttpMethod method
        end local 0 // io.vertx.reactivex.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/reactivex/core/http/HttpClient;
            0    2     1      method  Lio/vertx/core/http/HttpMethod;
            0    2     2        host  Ljava/lang/String;
            0    2     3  requestURI  Ljava/lang/String;
            0    2     4     handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/core/http/HttpClientRequest;>;>;
    Signature: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/core/http/HttpClientRequest;>;>;)V
    MethodParameters:
            Name  Flags
      method      
      host        
      requestURI  
      handler     

  public void request(io.vertx.core.http.HttpMethod, java.lang.String, java.lang.String);
    descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.core.http.HttpClient this
        start local 1 // io.vertx.core.http.HttpMethod method
        start local 2 // java.lang.String host
        start local 3 // java.lang.String requestURI
         0: .line 234
            aload 0 /* this */
            aload 1 /* method */
            aload 2 /* host */
            aload 3 /* requestURI */
            invokedynamic handle()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/reactivex/core/http/HttpClient.lambda$6(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.core.http.HttpClient.request:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 235
            return
        end local 3 // java.lang.String requestURI
        end local 2 // java.lang.String host
        end local 1 // io.vertx.core.http.HttpMethod method
        end local 0 // io.vertx.reactivex.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/reactivex/core/http/HttpClient;
            0    2     1      method  Lio/vertx/core/http/HttpMethod;
            0    2     2        host  Ljava/lang/String;
            0    2     3  requestURI  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      method      
      host        
      requestURI  

  public io.reactivex.Single<io.vertx.reactivex.core.http.HttpClientRequest> rxRequest(io.vertx.core.http.HttpMethod, java.lang.String, java.lang.String);
    descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.core.http.HttpClient this
        start local 1 // io.vertx.core.http.HttpMethod method
        start local 2 // java.lang.String host
        start local 3 // java.lang.String requestURI
         0: .line 246
            aload 0 /* this */
            aload 1 /* method */
            aload 2 /* host */
            aload 3 /* requestURI */
            invokedynamic accept(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;)Ljava/util/function/Consumer;
              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/reactivex/core/http/HttpClient.lambda$7(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 3 // java.lang.String requestURI
        end local 2 // java.lang.String host
        end local 1 // io.vertx.core.http.HttpMethod method
        end local 0 // io.vertx.reactivex.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/vertx/reactivex/core/http/HttpClient;
            0    1     1      method  Lio/vertx/core/http/HttpMethod;
            0    1     2        host  Ljava/lang/String;
            0    1     3  requestURI  Ljava/lang/String;
    Signature: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Single<Lio/vertx/reactivex/core/http/HttpClientRequest;>;
    MethodParameters:
            Name  Flags
      method      
      host        
      requestURI  

  public void request(io.vertx.core.http.HttpMethod, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.core.http.HttpClientRequest>>);
    descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.core.http.HttpClient this
        start local 1 // io.vertx.core.http.HttpMethod method
        start local 2 // java.lang.String requestURI
        start local 3 // io.vertx.core.Handler handler
         0: .line 259
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* method */
            aload 2 /* requestURI */
            new io.vertx.reactivex.core.http.HttpClient$4
            dup
            aload 0 /* this */
            aload 3 /* handler */
            invokespecial io.vertx.reactivex.core.http.HttpClient$4.<init>:(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpClient.request:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 268
            return
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String requestURI
        end local 1 // io.vertx.core.http.HttpMethod method
        end local 0 // io.vertx.reactivex.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/reactivex/core/http/HttpClient;
            0    2     1      method  Lio/vertx/core/http/HttpMethod;
            0    2     2  requestURI  Ljava/lang/String;
            0    2     3     handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/core/http/HttpClientRequest;>;>;
    Signature: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/core/http/HttpClientRequest;>;>;)V
    MethodParameters:
            Name  Flags
      method      
      requestURI  
      handler     

  public void request(io.vertx.core.http.HttpMethod, java.lang.String);
    descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.http.HttpClient this
        start local 1 // io.vertx.core.http.HttpMethod method
        start local 2 // java.lang.String requestURI
         0: .line 277
            aload 0 /* this */
            aload 1 /* method */
            aload 2 /* requestURI */
            invokedynamic handle()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/reactivex/core/http/HttpClient.lambda$8(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.core.http.HttpClient.request:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 278
            return
        end local 2 // java.lang.String requestURI
        end local 1 // io.vertx.core.http.HttpMethod method
        end local 0 // io.vertx.reactivex.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/reactivex/core/http/HttpClient;
            0    2     1      method  Lio/vertx/core/http/HttpMethod;
            0    2     2  requestURI  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      method      
      requestURI  

  public io.reactivex.Single<io.vertx.reactivex.core.http.HttpClientRequest> rxRequest(io.vertx.core.http.HttpMethod, java.lang.String);
    descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.http.HttpClient this
        start local 1 // io.vertx.core.http.HttpMethod method
        start local 2 // java.lang.String requestURI
         0: .line 288
            aload 0 /* this */
            aload 1 /* method */
            aload 2 /* requestURI */
            invokedynamic accept(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)Ljava/util/function/Consumer;
              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/reactivex/core/http/HttpClient.lambda$9(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 2 // java.lang.String requestURI
        end local 1 // io.vertx.core.http.HttpMethod method
        end local 0 // io.vertx.reactivex.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/vertx/reactivex/core/http/HttpClient;
            0    1     1      method  Lio/vertx/core/http/HttpMethod;
            0    1     2  requestURI  Ljava/lang/String;
    Signature: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)Lio/reactivex/Single<Lio/vertx/reactivex/core/http/HttpClientRequest;>;
    MethodParameters:
            Name  Flags
      method      
      requestURI  

  public void webSocket(int, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.core.http.WebSocket>>);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.core.http.HttpClient this
        start local 1 // int port
        start local 2 // java.lang.String host
        start local 3 // java.lang.String requestURI
        start local 4 // io.vertx.core.Handler handler
         0: .line 301
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            iload 1 /* port */
            aload 2 /* host */
            aload 3 /* requestURI */
            new io.vertx.reactivex.core.http.HttpClient$5
            dup
            aload 0 /* this */
            aload 4 /* handler */
            invokespecial io.vertx.reactivex.core.http.HttpClient$5.<init>:(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpClient.webSocket:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 310
            return
        end local 4 // io.vertx.core.Handler handler
        end local 3 // java.lang.String requestURI
        end local 2 // java.lang.String host
        end local 1 // int port
        end local 0 // io.vertx.reactivex.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/reactivex/core/http/HttpClient;
            0    2     1        port  I
            0    2     2        host  Ljava/lang/String;
            0    2     3  requestURI  Ljava/lang/String;
            0    2     4     handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/core/http/WebSocket;>;>;
    Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/core/http/WebSocket;>;>;)V
    MethodParameters:
            Name  Flags
      port        
      host        
      requestURI  
      handler     

  public void webSocket(int, java.lang.String, java.lang.String);
    descriptor: (ILjava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.core.http.HttpClient this
        start local 1 // int port
        start local 2 // java.lang.String host
        start local 3 // java.lang.String requestURI
         0: .line 319
            aload 0 /* this */
            iload 1 /* port */
            aload 2 /* host */
            aload 3 /* requestURI */
            invokedynamic handle()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/reactivex/core/http/HttpClient.lambda$10(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.core.http.HttpClient.webSocket:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 320
            return
        end local 3 // java.lang.String requestURI
        end local 2 // java.lang.String host
        end local 1 // int port
        end local 0 // io.vertx.reactivex.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/reactivex/core/http/HttpClient;
            0    2     1        port  I
            0    2     2        host  Ljava/lang/String;
            0    2     3  requestURI  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      port        
      host        
      requestURI  

  public io.reactivex.Single<io.vertx.reactivex.core.http.WebSocket> rxWebSocket(int, java.lang.String, java.lang.String);
    descriptor: (ILjava/lang/String;Ljava/lang/String;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.core.http.HttpClient this
        start local 1 // int port
        start local 2 // java.lang.String host
        start local 3 // java.lang.String requestURI
         0: .line 330
            aload 0 /* this */
            iload 1 /* port */
            aload 2 /* host */
            aload 3 /* requestURI */
            invokedynamic accept(Lio/vertx/reactivex/core/http/HttpClient;ILjava/lang/String;Ljava/lang/String;)Ljava/util/function/Consumer;
              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/reactivex/core/http/HttpClient.lambda$11(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 3 // java.lang.String requestURI
        end local 2 // java.lang.String host
        end local 1 // int port
        end local 0 // io.vertx.reactivex.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/vertx/reactivex/core/http/HttpClient;
            0    1     1        port  I
            0    1     2        host  Ljava/lang/String;
            0    1     3  requestURI  Ljava/lang/String;
    Signature: (ILjava/lang/String;Ljava/lang/String;)Lio/reactivex/Single<Lio/vertx/reactivex/core/http/WebSocket;>;
    MethodParameters:
            Name  Flags
      port        
      host        
      requestURI  

  public void webSocket(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.core.http.WebSocket>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.core.http.HttpClient this
        start local 1 // java.lang.String host
        start local 2 // java.lang.String requestURI
        start local 3 // io.vertx.core.Handler handler
         0: .line 342
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* host */
            aload 2 /* requestURI */
            new io.vertx.reactivex.core.http.HttpClient$6
            dup
            aload 0 /* this */
            aload 3 /* handler */
            invokespecial io.vertx.reactivex.core.http.HttpClient$6.<init>:(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpClient.webSocket:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 351
            return
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String requestURI
        end local 1 // java.lang.String host
        end local 0 // io.vertx.reactivex.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/reactivex/core/http/HttpClient;
            0    2     1        host  Ljava/lang/String;
            0    2     2  requestURI  Ljava/lang/String;
            0    2     3     handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/core/http/WebSocket;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/core/http/WebSocket;>;>;)V
    MethodParameters:
            Name  Flags
      host        
      requestURI  
      handler     

  public void webSocket(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.http.HttpClient this
        start local 1 // java.lang.String host
        start local 2 // java.lang.String requestURI
         0: .line 359
            aload 0 /* this */
            aload 1 /* host */
            aload 2 /* requestURI */
            invokedynamic handle()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/reactivex/core/http/HttpClient.lambda$12(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.core.http.HttpClient.webSocket:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 360
            return
        end local 2 // java.lang.String requestURI
        end local 1 // java.lang.String host
        end local 0 // io.vertx.reactivex.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/reactivex/core/http/HttpClient;
            0    2     1        host  Ljava/lang/String;
            0    2     2  requestURI  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      host        
      requestURI  

  public io.reactivex.Single<io.vertx.reactivex.core.http.WebSocket> rxWebSocket(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.http.HttpClient this
        start local 1 // java.lang.String host
        start local 2 // java.lang.String requestURI
         0: .line 369
            aload 0 /* this */
            aload 1 /* host */
            aload 2 /* requestURI */
            invokedynamic accept(Lio/vertx/reactivex/core/http/HttpClient;Ljava/lang/String;Ljava/lang/String;)Ljava/util/function/Consumer;
              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/reactivex/core/http/HttpClient.lambda$13(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 2 // java.lang.String requestURI
        end local 1 // java.lang.String host
        end local 0 // io.vertx.reactivex.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/vertx/reactivex/core/http/HttpClient;
            0    1     1        host  Ljava/lang/String;
            0    1     2  requestURI  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Single<Lio/vertx/reactivex/core/http/WebSocket;>;
    MethodParameters:
            Name  Flags
      host        
      requestURI  

  public void webSocket(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.core.http.WebSocket>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.http.HttpClient this
        start local 1 // java.lang.String requestURI
        start local 2 // io.vertx.core.Handler handler
         0: .line 380
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* requestURI */
            new io.vertx.reactivex.core.http.HttpClient$7
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.core.http.HttpClient$7.<init>:(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpClient.webSocket:(Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 389
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String requestURI
        end local 0 // io.vertx.reactivex.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/reactivex/core/http/HttpClient;
            0    2     1  requestURI  Ljava/lang/String;
            0    2     2     handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/core/http/WebSocket;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/core/http/WebSocket;>;>;)V
    MethodParameters:
            Name  Flags
      requestURI  
      handler     

  public void webSocket(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpClient this
        start local 1 // java.lang.String requestURI
         0: .line 396
            aload 0 /* this */
            aload 1 /* requestURI */
            invokedynamic handle()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/reactivex/core/http/HttpClient.lambda$14(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.core.http.HttpClient.webSocket:(Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 397
            return
        end local 1 // java.lang.String requestURI
        end local 0 // io.vertx.reactivex.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/reactivex/core/http/HttpClient;
            0    2     1  requestURI  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      requestURI  

  public io.reactivex.Single<io.vertx.reactivex.core.http.WebSocket> rxWebSocket(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpClient this
        start local 1 // java.lang.String requestURI
         0: .line 405
            aload 0 /* this */
            aload 1 /* requestURI */
            invokedynamic accept(Lio/vertx/reactivex/core/http/HttpClient;Ljava/lang/String;)Ljava/util/function/Consumer;
              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/reactivex/core/http/HttpClient.lambda$15(Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 1 // java.lang.String requestURI
        end local 0 // io.vertx.reactivex.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/vertx/reactivex/core/http/HttpClient;
            0    1     1  requestURI  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lio/reactivex/Single<Lio/vertx/reactivex/core/http/WebSocket;>;
    MethodParameters:
            Name  Flags
      requestURI  

  public void webSocket(io.vertx.core.http.WebSocketConnectOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.core.http.WebSocket>>);
    descriptor: (Lio/vertx/core/http/WebSocketConnectOptions;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.http.HttpClient this
        start local 1 // io.vertx.core.http.WebSocketConnectOptions options
        start local 2 // io.vertx.core.Handler handler
         0: .line 416
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* options */
            new io.vertx.reactivex.core.http.HttpClient$8
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.core.http.HttpClient$8.<init>:(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpClient.webSocket:(Lio/vertx/core/http/WebSocketConnectOptions;Lio/vertx/core/Handler;)V
         1: .line 425
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.core.http.WebSocketConnectOptions options
        end local 0 // io.vertx.reactivex.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/core/http/HttpClient;
            0    2     1  options  Lio/vertx/core/http/WebSocketConnectOptions;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/core/http/WebSocket;>;>;
    Signature: (Lio/vertx/core/http/WebSocketConnectOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/core/http/WebSocket;>;>;)V
    MethodParameters:
         Name  Flags
      options  
      handler  

  public void webSocket(io.vertx.core.http.WebSocketConnectOptions);
    descriptor: (Lio/vertx/core/http/WebSocketConnectOptions;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpClient this
        start local 1 // io.vertx.core.http.WebSocketConnectOptions options
         0: .line 432
            aload 0 /* this */
            aload 1 /* options */
            invokedynamic handle()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/reactivex/core/http/HttpClient.lambda$16(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.core.http.HttpClient.webSocket:(Lio/vertx/core/http/WebSocketConnectOptions;Lio/vertx/core/Handler;)V
         1: .line 433
            return
        end local 1 // io.vertx.core.http.WebSocketConnectOptions options
        end local 0 // io.vertx.reactivex.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/core/http/HttpClient;
            0    2     1  options  Lio/vertx/core/http/WebSocketConnectOptions;
    MethodParameters:
         Name  Flags
      options  

  public io.reactivex.Single<io.vertx.reactivex.core.http.WebSocket> rxWebSocket(io.vertx.core.http.WebSocketConnectOptions);
    descriptor: (Lio/vertx/core/http/WebSocketConnectOptions;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpClient this
        start local 1 // io.vertx.core.http.WebSocketConnectOptions options
         0: .line 441
            aload 0 /* this */
            aload 1 /* options */
            invokedynamic accept(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/http/WebSocketConnectOptions;)Ljava/util/function/Consumer;
              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/reactivex/core/http/HttpClient.lambda$17(Lio/vertx/core/http/WebSocketConnectOptions;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 1 // io.vertx.core.http.WebSocketConnectOptions options
        end local 0 // io.vertx.reactivex.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/reactivex/core/http/HttpClient;
            0    1     1  options  Lio/vertx/core/http/WebSocketConnectOptions;
    Signature: (Lio/vertx/core/http/WebSocketConnectOptions;)Lio/reactivex/Single<Lio/vertx/reactivex/core/http/WebSocket;>;
    MethodParameters:
         Name  Flags
      options  

  public void webSocketAbs(java.lang.String, io.vertx.reactivex.core.MultiMap, io.vertx.core.http.WebsocketVersion, java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.core.http.WebSocket>>);
    descriptor: (Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/util/List;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=6, args_size=6
        start local 0 // io.vertx.reactivex.core.http.HttpClient this
        start local 1 // java.lang.String url
        start local 2 // io.vertx.reactivex.core.MultiMap headers
        start local 3 // io.vertx.core.http.WebsocketVersion version
        start local 4 // java.util.List subProtocols
        start local 5 // io.vertx.core.Handler handler
         0: .line 456
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* url */
            aload 2 /* headers */
            invokevirtual io.vertx.reactivex.core.MultiMap.getDelegate:()Lio/vertx/core/MultiMap;
            aload 3 /* version */
            aload 4 /* subProtocols */
            new io.vertx.reactivex.core.http.HttpClient$9
            dup
            aload 0 /* this */
            aload 5 /* handler */
            invokespecial io.vertx.reactivex.core.http.HttpClient$9.<init>:(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpClient.webSocketAbs:(Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 465
            return
        end local 5 // io.vertx.core.Handler handler
        end local 4 // java.util.List subProtocols
        end local 3 // io.vertx.core.http.WebsocketVersion version
        end local 2 // io.vertx.reactivex.core.MultiMap headers
        end local 1 // java.lang.String url
        end local 0 // io.vertx.reactivex.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lio/vertx/reactivex/core/http/HttpClient;
            0    2     1           url  Ljava/lang/String;
            0    2     2       headers  Lio/vertx/reactivex/core/MultiMap;
            0    2     3       version  Lio/vertx/core/http/WebsocketVersion;
            0    2     4  subProtocols  Ljava/util/List<Ljava/lang/String;>;
            0    2     5       handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/core/http/WebSocket;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/core/http/WebSocket;>;>;)V
    MethodParameters:
              Name  Flags
      url           
      headers       
      version       
      subProtocols  
      handler       

  public void webSocketAbs(java.lang.String, io.vertx.reactivex.core.MultiMap, io.vertx.core.http.WebsocketVersion, java.util.List<java.lang.String>);
    descriptor: (Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.core.http.HttpClient this
        start local 1 // java.lang.String url
        start local 2 // io.vertx.reactivex.core.MultiMap headers
        start local 3 // io.vertx.core.http.WebsocketVersion version
        start local 4 // java.util.List subProtocols
         0: .line 476
            aload 0 /* this */
            aload 1 /* url */
            aload 2 /* headers */
            aload 3 /* version */
            aload 4 /* subProtocols */
            invokedynamic handle()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/reactivex/core/http/HttpClient.lambda$18(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.core.http.HttpClient.webSocketAbs:(Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 477
            return
        end local 4 // java.util.List subProtocols
        end local 3 // io.vertx.core.http.WebsocketVersion version
        end local 2 // io.vertx.reactivex.core.MultiMap headers
        end local 1 // java.lang.String url
        end local 0 // io.vertx.reactivex.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lio/vertx/reactivex/core/http/HttpClient;
            0    2     1           url  Ljava/lang/String;
            0    2     2       headers  Lio/vertx/reactivex/core/MultiMap;
            0    2     3       version  Lio/vertx/core/http/WebsocketVersion;
            0    2     4  subProtocols  Ljava/util/List<Ljava/lang/String;>;
    Signature: (Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/util/List<Ljava/lang/String;>;)V
    MethodParameters:
              Name  Flags
      url           
      headers       
      version       
      subProtocols  

  public io.reactivex.Single<io.vertx.reactivex.core.http.WebSocket> rxWebSocketAbs(java.lang.String, io.vertx.reactivex.core.MultiMap, io.vertx.core.http.WebsocketVersion, java.util.List<java.lang.String>);
    descriptor: (Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/util/List;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.core.http.HttpClient this
        start local 1 // java.lang.String url
        start local 2 // io.vertx.reactivex.core.MultiMap headers
        start local 3 // io.vertx.core.http.WebsocketVersion version
        start local 4 // java.util.List subProtocols
         0: .line 489
            aload 0 /* this */
            aload 1 /* url */
            aload 2 /* headers */
            aload 3 /* version */
            aload 4 /* subProtocols */
            invokedynamic accept(Lio/vertx/reactivex/core/http/HttpClient;Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/util/List;)Ljava/util/function/Consumer;
              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/reactivex/core/http/HttpClient.lambda$19(Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/util/List;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 4 // java.util.List subProtocols
        end local 3 // io.vertx.core.http.WebsocketVersion version
        end local 2 // io.vertx.reactivex.core.MultiMap headers
        end local 1 // java.lang.String url
        end local 0 // io.vertx.reactivex.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lio/vertx/reactivex/core/http/HttpClient;
            0    1     1           url  Ljava/lang/String;
            0    1     2       headers  Lio/vertx/reactivex/core/MultiMap;
            0    1     3       version  Lio/vertx/core/http/WebsocketVersion;
            0    1     4  subProtocols  Ljava/util/List<Ljava/lang/String;>;
    Signature: (Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Single<Lio/vertx/reactivex/core/http/WebSocket;>;
    MethodParameters:
              Name  Flags
      url           
      headers       
      version       
      subProtocols  

  public io.vertx.reactivex.core.http.HttpClient connectionHandler(io.vertx.core.Handler<io.vertx.reactivex.core.http.HttpConnection>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpClient this
        start local 1 // io.vertx.core.Handler handler
         0: .line 500
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            new io.vertx.reactivex.core.http.HttpClient$10
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.reactivex.core.http.HttpClient$10.<init>:(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpClient.connectionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
            pop
         1: .line 505
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/core/http/HttpClient;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpConnection;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpConnection;>;)Lio/vertx/reactivex/core/http/HttpClient;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.core.http.HttpClient redirectHandler(java.util.function.Function<io.vertx.reactivex.core.http.HttpClientResponse, io.vertx.core.Future<io.vertx.core.http.RequestOptions>>);
    descriptor: (Ljava/util/function/Function;)Lio/vertx/reactivex/core/http/HttpClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpClient this
        start local 1 // java.util.function.Function handler
         0: .line 527
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            new io.vertx.reactivex.core.http.HttpClient$11
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.reactivex.core.http.HttpClient$11.<init>:(Lio/vertx/reactivex/core/http/HttpClient;Ljava/util/function/Function;)V
            invokeinterface io.vertx.core.http.HttpClient.redirectHandler:(Ljava/util/function/Function;)Lio/vertx/core/http/HttpClient;
            pop
         1: .line 533
            aload 0 /* this */
            areturn
        end local 1 // java.util.function.Function handler
        end local 0 // io.vertx.reactivex.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/core/http/HttpClient;
            0    2     1  handler  Ljava/util/function/Function<Lio/vertx/reactivex/core/http/HttpClientResponse;Lio/vertx/core/Future<Lio/vertx/core/http/RequestOptions;>;>;
    Signature: (Ljava/util/function/Function<Lio/vertx/reactivex/core/http/HttpClientResponse;Lio/vertx/core/Future<Lio/vertx/core/http/RequestOptions;>;>;)Lio/vertx/reactivex/core/http/HttpClient;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.core.http.HttpClient redirectHandler(io.reactivex.functions.Function<io.vertx.reactivex.core.http.HttpClientResponse, io.reactivex.Single<io.vertx.core.http.RequestOptions>>);
    descriptor: (Lio/reactivex/functions/Function;)Lio/vertx/reactivex/core/http/HttpClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpClient this
        start local 1 // io.reactivex.functions.Function handler
         0: .line 555
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            new io.vertx.reactivex.core.http.HttpClient$12
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.reactivex.core.http.HttpClient$12.<init>:(Lio/vertx/reactivex/core/http/HttpClient;Lio/reactivex/functions/Function;)V
            invokeinterface io.vertx.core.http.HttpClient.redirectHandler:(Ljava/util/function/Function;)Lio/vertx/core/http/HttpClient;
            pop
         1: .line 566
            aload 0 /* this */
            areturn
        end local 1 // io.reactivex.functions.Function handler
        end local 0 // io.vertx.reactivex.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/core/http/HttpClient;
            0    2     1  handler  Lio/reactivex/functions/Function<Lio/vertx/reactivex/core/http/HttpClientResponse;Lio/reactivex/Single<Lio/vertx/core/http/RequestOptions;>;>;
    Signature: (Lio/reactivex/functions/Function<Lio/vertx/reactivex/core/http/HttpClientResponse;Lio/reactivex/Single<Lio/vertx/core/http/RequestOptions;>;>;)Lio/vertx/reactivex/core/http/HttpClient;
    MethodParameters:
         Name  Flags
      handler  

  public void close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpClient this
        start local 1 // io.vertx.core.Handler handler
         0: .line 575
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* handler */
            invokeinterface io.vertx.core.http.HttpClient.close:(Lio/vertx/core/Handler;)V
         1: .line 576
            return
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/core/http/HttpClient;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
         Name  Flags
      handler  

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpClient this
         0: .line 583
            aload 0 /* this */
            invokedynamic handle()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/reactivex/core/http/HttpClient.lambda$20(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.core.http.HttpClient.close:(Lio/vertx/core/Handler;)V
         1: .line 584
            return
        end local 0 // io.vertx.reactivex.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/http/HttpClient;

  public io.reactivex.Completable rxClose();
    descriptor: ()Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpClient this
         0: .line 592
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/reactivex/core/http/HttpClient;)Ljava/util/function/Consumer;
              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/reactivex/core/http/HttpClient.lambda$21(Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 0 // io.vertx.reactivex.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/HttpClient;

  public static io.vertx.reactivex.core.http.HttpClient newInstance(io.vertx.core.http.HttpClient);
    descriptor: (Lio/vertx/core/http/HttpClient;)Lio/vertx/reactivex/core/http/HttpClient;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.http.HttpClient arg
         0: .line 598
            aload 0 /* arg */
            ifnull 1
            new io.vertx.reactivex.core.http.HttpClient
            dup
            aload 0 /* arg */
            invokespecial io.vertx.reactivex.core.http.HttpClient.<init>:(Lio/vertx/core/http/HttpClient;)V
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: io.vertx.reactivex.core.http.HttpClient
         2: areturn
        end local 0 // io.vertx.core.http.HttpClient arg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   arg  Lio/vertx/core/http/HttpClient;
    MethodParameters:
      Name  Flags
      arg   

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

  private static java.lang.Object lambda$0(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Object obj
         0: .line 92
            new io.vertx.reactivex.core.http.HttpClient
            dup
            aload 0 /* obj */
            checkcast io.vertx.core.http.HttpClient
            invokespecial io.vertx.reactivex.core.http.HttpClient.<init>:(Lio/vertx/core/http/HttpClient;)V
            areturn
        end local 0 // java.lang.Object obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   obj  Ljava/lang/Object;

  private static void lambda$2(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 143
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/core/http/HttpClientRequest;>;

  private void lambda$3(io.vertx.core.http.RequestOptions, io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.http.HttpClient this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 154
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.core.http.HttpClient.request:(Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)V
         1: .line 155
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/core/http/HttpClient;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/core/http/HttpClientRequest;>;>;

  private static void lambda$4(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 188
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/core/http/HttpClientRequest;>;

  private void lambda$5(io.vertx.core.http.HttpMethod, int, java.lang.String, java.lang.String, io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/http/HttpMethod;ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // io.vertx.reactivex.core.http.HttpClient this
        start local 5 // io.vertx.core.Handler $handler
         0: .line 202
            aload 0 /* this */
            aload 1
            iload 2
            aload 3
            aload 4
            aload 5 /* $handler */
            invokevirtual io.vertx.reactivex.core.http.HttpClient.request:(Lio/vertx/core/http/HttpMethod;ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 203
            return
        end local 5 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/core/http/HttpClient;
            0    2     5  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/core/http/HttpClientRequest;>;>;

  private static void lambda$6(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 234
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/core/http/HttpClientRequest;>;

  private void lambda$7(io.vertx.core.http.HttpMethod, java.lang.String, java.lang.String, io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.core.http.HttpClient this
        start local 4 // io.vertx.core.Handler $handler
         0: .line 247
            aload 0 /* this */
            aload 1
            aload 2
            aload 3
            aload 4 /* $handler */
            invokevirtual io.vertx.reactivex.core.http.HttpClient.request:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 248
            return
        end local 4 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/core/http/HttpClient;
            0    2     4  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/core/http/HttpClientRequest;>;>;

  private static void lambda$8(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 277
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/core/http/HttpClientRequest;>;

  private void lambda$9(io.vertx.core.http.HttpMethod, java.lang.String, io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.core.http.HttpClient this
        start local 3 // io.vertx.core.Handler $handler
         0: .line 289
            aload 0 /* this */
            aload 1
            aload 2
            aload 3 /* $handler */
            invokevirtual io.vertx.reactivex.core.http.HttpClient.request:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 290
            return
        end local 3 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/core/http/HttpClient;
            0    2     3  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/core/http/HttpClientRequest;>;>;

  private static void lambda$10(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 319
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/core/http/WebSocket;>;

  private void lambda$11(int, java.lang.String, java.lang.String, io.vertx.core.Handler);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.core.http.HttpClient this
        start local 4 // io.vertx.core.Handler $handler
         0: .line 331
            aload 0 /* this */
            iload 1
            aload 2
            aload 3
            aload 4 /* $handler */
            invokevirtual io.vertx.reactivex.core.http.HttpClient.webSocket:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 332
            return
        end local 4 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/core/http/HttpClient;
            0    2     4  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/core/http/WebSocket;>;>;

  private static void lambda$12(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 359
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/core/http/WebSocket;>;

  private void lambda$13(java.lang.String, java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.core.http.HttpClient this
        start local 3 // io.vertx.core.Handler $handler
         0: .line 370
            aload 0 /* this */
            aload 1
            aload 2
            aload 3 /* $handler */
            invokevirtual io.vertx.reactivex.core.http.HttpClient.webSocket:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 371
            return
        end local 3 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/core/http/HttpClient;
            0    2     3  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/core/http/WebSocket;>;>;

  private static void lambda$14(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 396
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/core/http/WebSocket;>;

  private void lambda$15(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.http.HttpClient this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 406
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.core.http.HttpClient.webSocket:(Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 407
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/core/http/HttpClient;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/core/http/WebSocket;>;>;

  private static void lambda$16(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 432
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/core/http/WebSocket;>;

  private void lambda$17(io.vertx.core.http.WebSocketConnectOptions, io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/http/WebSocketConnectOptions;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.http.HttpClient this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 442
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.core.http.HttpClient.webSocket:(Lio/vertx/core/http/WebSocketConnectOptions;Lio/vertx/core/Handler;)V
         1: .line 443
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/core/http/HttpClient;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/core/http/WebSocket;>;>;

  private static void lambda$18(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 476
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/core/http/WebSocket;>;

  private void lambda$19(java.lang.String, io.vertx.reactivex.core.MultiMap, io.vertx.core.http.WebsocketVersion, java.util.List, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/util/List;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // io.vertx.reactivex.core.http.HttpClient this
        start local 5 // io.vertx.core.Handler $handler
         0: .line 490
            aload 0 /* this */
            aload 1
            aload 2
            aload 3
            aload 4
            aload 5 /* $handler */
            invokevirtual io.vertx.reactivex.core.http.HttpClient.webSocketAbs:(Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 491
            return
        end local 5 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/core/http/HttpClient;
            0    2     5  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/core/http/WebSocket;>;>;

  private static void lambda$20(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 583
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$21(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpClient this
        start local 1 // io.vertx.core.Handler $handler
         0: .line 593
            aload 0 /* this */
            aload 1 /* $handler */
            invokevirtual io.vertx.reactivex.core.http.HttpClient.close:(Lio/vertx/core/Handler;)V
         1: .line 594
            return
        end local 1 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/core/http/HttpClient;
            0    2     1  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
}
SourceFile: "HttpClient.java"
NestMembers:
  io.vertx.reactivex.core.http.HttpClient$1  io.vertx.reactivex.core.http.HttpClient$10  io.vertx.reactivex.core.http.HttpClient$11  io.vertx.reactivex.core.http.HttpClient$12  io.vertx.reactivex.core.http.HttpClient$2  io.vertx.reactivex.core.http.HttpClient$3  io.vertx.reactivex.core.http.HttpClient$4  io.vertx.reactivex.core.http.HttpClient$5  io.vertx.reactivex.core.http.HttpClient$6  io.vertx.reactivex.core.http.HttpClient$7  io.vertx.reactivex.core.http.HttpClient$8  io.vertx.reactivex.core.http.HttpClient$9
InnerClasses:
  io.vertx.reactivex.core.http.HttpClient$1
  io.vertx.reactivex.core.http.HttpClient$10
  io.vertx.reactivex.core.http.HttpClient$11
  io.vertx.reactivex.core.http.HttpClient$12
  io.vertx.reactivex.core.http.HttpClient$2
  io.vertx.reactivex.core.http.HttpClient$3
  io.vertx.reactivex.core.http.HttpClient$4
  io.vertx.reactivex.core.http.HttpClient$5
  io.vertx.reactivex.core.http.HttpClient$6
  io.vertx.reactivex.core.http.HttpClient$7
  io.vertx.reactivex.core.http.HttpClient$8
  io.vertx.reactivex.core.http.HttpClient$9
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
    RuntimeVisibleAnnotations: 
      io.vertx.lang.rx.RxGen(value = Lio/vertx/core/http/HttpClient;)