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 85
            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 86
            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 85
            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 87
            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 69
            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 74
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 75
      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 76
      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 77
            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 82
            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 91
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 92
            aload 0 /* this */
            aload 1 /* delegate */
            putfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
         2: .line 93
            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 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 96
            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 104
            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 105
            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 io.vertx.reactivex.core.http.HttpClientRequest request(io.vertx.core.http.HttpMethod, io.vertx.reactivex.core.net.SocketAddress, io.vertx.core.http.RequestOptions);
    descriptor: (Lio/vertx/core/http/HttpMethod;Lio/vertx/reactivex/core/net/SocketAddress;Lio/vertx/core/http/RequestOptions;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, 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 // io.vertx.reactivex.core.net.SocketAddress serverAddress
        start local 3 // io.vertx.core.http.RequestOptions options
         0: .line 121
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* method */
            aload 2 /* serverAddress */
            invokevirtual io.vertx.reactivex.core.net.SocketAddress.getDelegate:()Lio/vertx/core/net/SocketAddress;
            aload 3 /* options */
            invokeinterface io.vertx.core.http.HttpClient.request:(Lio/vertx/core/http/HttpMethod;Lio/vertx/core/net/SocketAddress;Lio/vertx/core/http/RequestOptions;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 4 /* ret */
        start local 4 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 122
            aload 4 /* ret */
            areturn
        end local 4 // io.vertx.reactivex.core.http.HttpClientRequest ret
        end local 3 // io.vertx.core.http.RequestOptions options
        end local 2 // io.vertx.reactivex.core.net.SocketAddress serverAddress
        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  serverAddress  Lio/vertx/reactivex/core/net/SocketAddress;
            0    2     3        options  Lio/vertx/core/http/RequestOptions;
            1    2     4            ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    MethodParameters:
               Name  Flags
      method         
      serverAddress  
      options        

  public io.vertx.reactivex.core.http.HttpClientRequest request(io.vertx.core.http.HttpMethod, io.vertx.core.http.RequestOptions);
    descriptor: (Lio/vertx/core/http/HttpMethod;Lio/vertx/core/http/RequestOptions;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, 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 // io.vertx.core.http.RequestOptions options
         0: .line 132
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* method */
            aload 2 /* options */
            invokeinterface io.vertx.core.http.HttpClient.request:(Lio/vertx/core/http/HttpMethod;Lio/vertx/core/http/RequestOptions;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 3 /* ret */
        start local 3 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 133
            aload 3 /* ret */
            areturn
        end local 3 // io.vertx.reactivex.core.http.HttpClientRequest ret
        end local 2 // io.vertx.core.http.RequestOptions options
        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  options  Lio/vertx/core/http/RequestOptions;
            1    2     3      ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    MethodParameters:
         Name  Flags
      method   
      options  

  public io.vertx.reactivex.core.http.HttpClientRequest 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;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, 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 145
            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 */
            invokeinterface io.vertx.core.http.HttpClient.request:(Lio/vertx/core/http/HttpMethod;ILjava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 5 /* ret */
        start local 5 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 146
            aload 5 /* ret */
            areturn
        end local 5 // io.vertx.reactivex.core.http.HttpClientRequest ret
        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;
            1    2     5         ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    MethodParameters:
            Name  Flags
      method      
      port        
      host        
      requestURI  

  public io.vertx.reactivex.core.http.HttpClientRequest request(io.vertx.core.http.HttpMethod, io.vertx.reactivex.core.net.SocketAddress, int, java.lang.String, java.lang.String);
    descriptor: (Lio/vertx/core/http/HttpMethod;Lio/vertx/reactivex/core/net/SocketAddress;ILjava/lang/String;Ljava/lang/String;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, 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 // io.vertx.reactivex.core.net.SocketAddress serverAddress
        start local 3 // int port
        start local 4 // java.lang.String host
        start local 5 // java.lang.String requestURI
         0: .line 164
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* method */
            aload 2 /* serverAddress */
            invokevirtual io.vertx.reactivex.core.net.SocketAddress.getDelegate:()Lio/vertx/core/net/SocketAddress;
            iload 3 /* port */
            aload 4 /* host */
            aload 5 /* requestURI */
            invokeinterface io.vertx.core.http.HttpClient.request:(Lio/vertx/core/http/HttpMethod;Lio/vertx/core/net/SocketAddress;ILjava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 6 /* ret */
        start local 6 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 165
            aload 6 /* ret */
            areturn
        end local 6 // io.vertx.reactivex.core.http.HttpClientRequest ret
        end local 5 // java.lang.String requestURI
        end local 4 // java.lang.String host
        end local 3 // int port
        end local 2 // io.vertx.reactivex.core.net.SocketAddress serverAddress
        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  serverAddress  Lio/vertx/reactivex/core/net/SocketAddress;
            0    2     3           port  I
            0    2     4           host  Ljava/lang/String;
            0    2     5     requestURI  Ljava/lang/String;
            1    2     6            ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    MethodParameters:
               Name  Flags
      method         
      serverAddress  
      port           
      host           
      requestURI     

  public io.vertx.reactivex.core.http.HttpClientRequest request(io.vertx.core.http.HttpMethod, java.lang.String, java.lang.String);
    descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, 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 176
            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 */
            invokeinterface io.vertx.core.http.HttpClient.request:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 4 /* ret */
        start local 4 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 177
            aload 4 /* ret */
            areturn
        end local 4 // io.vertx.reactivex.core.http.HttpClientRequest ret
        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;
            1    2     4         ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    MethodParameters:
            Name  Flags
      method      
      host        
      requestURI  

  public io.vertx.reactivex.core.http.HttpClientRequest request(io.vertx.core.http.HttpMethod, io.vertx.core.http.RequestOptions, io.vertx.core.Handler<io.vertx.reactivex.core.http.HttpClientResponse>);
    descriptor: (Lio/vertx/core/http/HttpMethod;Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, 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 // io.vertx.core.http.RequestOptions options
        start local 3 // io.vertx.core.Handler responseHandler
         0: .line 189
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* method */
            aload 2 /* options */
            new io.vertx.reactivex.core.http.HttpClient$1
            dup
            aload 0 /* this */
            aload 3 /* responseHandler */
            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/HttpMethod;Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 4 /* ret */
        start local 4 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 194
            aload 4 /* ret */
            areturn
        end local 4 // io.vertx.reactivex.core.http.HttpClientRequest ret
        end local 3 // io.vertx.core.Handler responseHandler
        end local 2 // io.vertx.core.http.RequestOptions options
        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          options  Lio/vertx/core/http/RequestOptions;
            0    2     3  responseHandler  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;
            1    2     4              ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    Signature: (Lio/vertx/core/http/HttpMethod;Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      method           
      options          
      responseHandler  

  public io.vertx.reactivex.core.http.HttpClientRequest request(io.vertx.core.http.HttpMethod, io.vertx.reactivex.core.net.SocketAddress, io.vertx.core.http.RequestOptions, io.vertx.core.Handler<io.vertx.reactivex.core.http.HttpClientResponse>);
    descriptor: (Lio/vertx/core/http/HttpMethod;Lio/vertx/reactivex/core/net/SocketAddress;Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=6, 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 // io.vertx.reactivex.core.net.SocketAddress serverAddress
        start local 3 // io.vertx.core.http.RequestOptions options
        start local 4 // io.vertx.core.Handler responseHandler
         0: .line 211
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* method */
            aload 2 /* serverAddress */
            invokevirtual io.vertx.reactivex.core.net.SocketAddress.getDelegate:()Lio/vertx/core/net/SocketAddress;
            aload 3 /* options */
            new io.vertx.reactivex.core.http.HttpClient$2
            dup
            aload 0 /* this */
            aload 4 /* responseHandler */
            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;Lio/vertx/core/net/SocketAddress;Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 5 /* ret */
        start local 5 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 216
            aload 5 /* ret */
            areturn
        end local 5 // io.vertx.reactivex.core.http.HttpClientRequest ret
        end local 4 // io.vertx.core.Handler responseHandler
        end local 3 // io.vertx.core.http.RequestOptions options
        end local 2 // io.vertx.reactivex.core.net.SocketAddress serverAddress
        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    serverAddress  Lio/vertx/reactivex/core/net/SocketAddress;
            0    2     3          options  Lio/vertx/core/http/RequestOptions;
            0    2     4  responseHandler  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;
            1    2     5              ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    Signature: (Lio/vertx/core/http/HttpMethod;Lio/vertx/reactivex/core/net/SocketAddress;Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    MethodParameters:
                 Name  Flags
      method           
      serverAddress    
      options          
      responseHandler  

  public io.vertx.reactivex.core.http.HttpClientRequest request(io.vertx.core.http.HttpMethod, int, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.reactivex.core.http.HttpClientResponse>);
    descriptor: (Lio/vertx/core/http/HttpMethod;ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=7, 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 responseHandler
         0: .line 231
            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$3
            dup
            aload 0 /* this */
            aload 5 /* responseHandler */
            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;ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 6 /* ret */
        start local 6 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 236
            aload 6 /* ret */
            areturn
        end local 6 // io.vertx.reactivex.core.http.HttpClientRequest ret
        end local 5 // io.vertx.core.Handler responseHandler
        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  responseHandler  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;
            1    2     6              ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    Signature: (Lio/vertx/core/http/HttpMethod;ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      method           
      port             
      host             
      requestURI       
      responseHandler  

  public io.vertx.reactivex.core.http.HttpClientRequest request(io.vertx.core.http.HttpMethod, io.vertx.reactivex.core.net.SocketAddress, int, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.reactivex.core.http.HttpClientResponse>);
    descriptor: (Lio/vertx/core/http/HttpMethod;Lio/vertx/reactivex/core/net/SocketAddress;ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=8, args_size=7
        start local 0 // io.vertx.reactivex.core.http.HttpClient this
        start local 1 // io.vertx.core.http.HttpMethod method
        start local 2 // io.vertx.reactivex.core.net.SocketAddress serverAddress
        start local 3 // int port
        start local 4 // java.lang.String host
        start local 5 // java.lang.String requestURI
        start local 6 // io.vertx.core.Handler responseHandler
         0: .line 255
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* method */
            aload 2 /* serverAddress */
            invokevirtual io.vertx.reactivex.core.net.SocketAddress.getDelegate:()Lio/vertx/core/net/SocketAddress;
            iload 3 /* port */
            aload 4 /* host */
            aload 5 /* requestURI */
            new io.vertx.reactivex.core.http.HttpClient$4
            dup
            aload 0 /* this */
            aload 6 /* responseHandler */
            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;Lio/vertx/core/net/SocketAddress;ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 7 /* ret */
        start local 7 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 260
            aload 7 /* ret */
            areturn
        end local 7 // io.vertx.reactivex.core.http.HttpClientRequest ret
        end local 6 // io.vertx.core.Handler responseHandler
        end local 5 // java.lang.String requestURI
        end local 4 // java.lang.String host
        end local 3 // int port
        end local 2 // io.vertx.reactivex.core.net.SocketAddress serverAddress
        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    serverAddress  Lio/vertx/reactivex/core/net/SocketAddress;
            0    2     3             port  I
            0    2     4             host  Ljava/lang/String;
            0    2     5       requestURI  Ljava/lang/String;
            0    2     6  responseHandler  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;
            1    2     7              ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    Signature: (Lio/vertx/core/http/HttpMethod;Lio/vertx/reactivex/core/net/SocketAddress;ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    MethodParameters:
                 Name  Flags
      method           
      serverAddress    
      port             
      host             
      requestURI       
      responseHandler  

  public io.vertx.reactivex.core.http.HttpClientRequest request(io.vertx.core.http.HttpMethod, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.reactivex.core.http.HttpClientResponse>);
    descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=6, 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 responseHandler
         0: .line 274
            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$5
            dup
            aload 0 /* this */
            aload 4 /* responseHandler */
            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.request:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 5 /* ret */
        start local 5 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 279
            aload 5 /* ret */
            areturn
        end local 5 // io.vertx.reactivex.core.http.HttpClientRequest ret
        end local 4 // io.vertx.core.Handler responseHandler
        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  responseHandler  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;
            1    2     5              ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    Signature: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      method           
      host             
      requestURI       
      responseHandler  

  public io.vertx.reactivex.core.http.HttpClientRequest request(io.vertx.core.http.HttpMethod, java.lang.String);
    descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, 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 289
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* method */
            aload 2 /* requestURI */
            invokeinterface io.vertx.core.http.HttpClient.request:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 3 /* ret */
        start local 3 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 290
            aload 3 /* ret */
            areturn
        end local 3 // io.vertx.reactivex.core.http.HttpClientRequest ret
        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;
            1    2     3         ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    MethodParameters:
            Name  Flags
      method      
      requestURI  

  public io.vertx.reactivex.core.http.HttpClientRequest request(io.vertx.core.http.HttpMethod, java.lang.String, io.vertx.core.Handler<io.vertx.reactivex.core.http.HttpClientResponse>);
    descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, 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 responseHandler
         0: .line 303
            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$6
            dup
            aload 0 /* this */
            aload 3 /* responseHandler */
            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.request:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 4 /* ret */
        start local 4 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 308
            aload 4 /* ret */
            areturn
        end local 4 // io.vertx.reactivex.core.http.HttpClientRequest ret
        end local 3 // io.vertx.core.Handler responseHandler
        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  responseHandler  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;
            1    2     4              ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    Signature: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      method           
      requestURI       
      responseHandler  

  public io.vertx.reactivex.core.http.HttpClientRequest requestAbs(io.vertx.core.http.HttpMethod, java.lang.String);
    descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, 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 absoluteURI
         0: .line 318
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* method */
            aload 2 /* absoluteURI */
            invokeinterface io.vertx.core.http.HttpClient.requestAbs:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 3 /* ret */
        start local 3 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 319
            aload 3 /* ret */
            areturn
        end local 3 // io.vertx.reactivex.core.http.HttpClientRequest ret
        end local 2 // java.lang.String absoluteURI
        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  absoluteURI  Ljava/lang/String;
            1    2     3          ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    MethodParameters:
             Name  Flags
      method       
      absoluteURI  

  public io.vertx.reactivex.core.http.HttpClientRequest requestAbs(io.vertx.core.http.HttpMethod, io.vertx.reactivex.core.net.SocketAddress, java.lang.String);
    descriptor: (Lio/vertx/core/http/HttpMethod;Lio/vertx/reactivex/core/net/SocketAddress;Ljava/lang/String;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, 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 // io.vertx.reactivex.core.net.SocketAddress serverAddress
        start local 3 // java.lang.String absoluteURI
         0: .line 335
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* method */
            aload 2 /* serverAddress */
            invokevirtual io.vertx.reactivex.core.net.SocketAddress.getDelegate:()Lio/vertx/core/net/SocketAddress;
            aload 3 /* absoluteURI */
            invokeinterface io.vertx.core.http.HttpClient.requestAbs:(Lio/vertx/core/http/HttpMethod;Lio/vertx/core/net/SocketAddress;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 4 /* ret */
        start local 4 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 336
            aload 4 /* ret */
            areturn
        end local 4 // io.vertx.reactivex.core.http.HttpClientRequest ret
        end local 3 // java.lang.String absoluteURI
        end local 2 // io.vertx.reactivex.core.net.SocketAddress serverAddress
        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  serverAddress  Lio/vertx/reactivex/core/net/SocketAddress;
            0    2     3    absoluteURI  Ljava/lang/String;
            1    2     4            ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    MethodParameters:
               Name  Flags
      method         
      serverAddress  
      absoluteURI    

  public io.vertx.reactivex.core.http.HttpClientRequest requestAbs(io.vertx.core.http.HttpMethod, java.lang.String, io.vertx.core.Handler<io.vertx.reactivex.core.http.HttpClientResponse>);
    descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, 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 absoluteURI
        start local 3 // io.vertx.core.Handler responseHandler
         0: .line 349
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* method */
            aload 2 /* absoluteURI */
            new io.vertx.reactivex.core.http.HttpClient$7
            dup
            aload 0 /* this */
            aload 3 /* responseHandler */
            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.requestAbs:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 4 /* ret */
        start local 4 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 354
            aload 4 /* ret */
            areturn
        end local 4 // io.vertx.reactivex.core.http.HttpClientRequest ret
        end local 3 // io.vertx.core.Handler responseHandler
        end local 2 // java.lang.String absoluteURI
        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      absoluteURI  Ljava/lang/String;
            0    2     3  responseHandler  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;
            1    2     4              ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    Signature: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      method           
      absoluteURI      
      responseHandler  

  public io.vertx.reactivex.core.http.HttpClientRequest requestAbs(io.vertx.core.http.HttpMethod, io.vertx.reactivex.core.net.SocketAddress, java.lang.String, io.vertx.core.Handler<io.vertx.reactivex.core.http.HttpClientResponse>);
    descriptor: (Lio/vertx/core/http/HttpMethod;Lio/vertx/reactivex/core/net/SocketAddress;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=6, 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 // io.vertx.reactivex.core.net.SocketAddress serverAddress
        start local 3 // java.lang.String absoluteURI
        start local 4 // io.vertx.core.Handler responseHandler
         0: .line 371
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* method */
            aload 2 /* serverAddress */
            invokevirtual io.vertx.reactivex.core.net.SocketAddress.getDelegate:()Lio/vertx/core/net/SocketAddress;
            aload 3 /* absoluteURI */
            new io.vertx.reactivex.core.http.HttpClient$8
            dup
            aload 0 /* this */
            aload 4 /* responseHandler */
            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.requestAbs:(Lio/vertx/core/http/HttpMethod;Lio/vertx/core/net/SocketAddress;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 5 /* ret */
        start local 5 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 376
            aload 5 /* ret */
            areturn
        end local 5 // io.vertx.reactivex.core.http.HttpClientRequest ret
        end local 4 // io.vertx.core.Handler responseHandler
        end local 3 // java.lang.String absoluteURI
        end local 2 // io.vertx.reactivex.core.net.SocketAddress serverAddress
        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    serverAddress  Lio/vertx/reactivex/core/net/SocketAddress;
            0    2     3      absoluteURI  Ljava/lang/String;
            0    2     4  responseHandler  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;
            1    2     5              ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    Signature: (Lio/vertx/core/http/HttpMethod;Lio/vertx/reactivex/core/net/SocketAddress;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    MethodParameters:
                 Name  Flags
      method           
      serverAddress    
      absoluteURI      
      responseHandler  

  public io.vertx.reactivex.core.http.HttpClientRequest get(io.vertx.core.http.RequestOptions);
    descriptor: (Lio/vertx/core/http/RequestOptions;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    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 // io.vertx.core.http.RequestOptions options
         0: .line 385
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* options */
            invokeinterface io.vertx.core.http.HttpClient.get:(Lio/vertx/core/http/RequestOptions;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 2 /* ret */
        start local 2 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 386
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.reactivex.core.http.HttpClientRequest ret
        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;
            1    2     2      ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.reactivex.core.http.HttpClientRequest get(int, java.lang.String, java.lang.String);
    descriptor: (ILjava/lang/String;Ljava/lang/String;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, 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 397
            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 */
            invokeinterface io.vertx.core.http.HttpClient.get:(ILjava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 4 /* ret */
        start local 4 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 398
            aload 4 /* ret */
            areturn
        end local 4 // io.vertx.reactivex.core.http.HttpClientRequest ret
        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;
            1    2     4         ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    MethodParameters:
            Name  Flags
      port        
      host        
      requestURI  

  public io.vertx.reactivex.core.http.HttpClientRequest get(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, 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 408
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* host */
            aload 2 /* requestURI */
            invokeinterface io.vertx.core.http.HttpClient.get:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 3 /* ret */
        start local 3 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 409
            aload 3 /* ret */
            areturn
        end local 3 // io.vertx.reactivex.core.http.HttpClientRequest ret
        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;
            1    2     3         ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    MethodParameters:
            Name  Flags
      host        
      requestURI  

  public io.vertx.reactivex.core.http.HttpClientRequest get(io.vertx.core.http.RequestOptions, io.vertx.core.Handler<io.vertx.reactivex.core.http.HttpClientResponse>);
    descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, 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 responseHandler
         0: .line 421
            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$9
            dup
            aload 0 /* this */
            aload 2 /* responseHandler */
            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.get:(Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 3 /* ret */
        start local 3 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 426
            aload 3 /* ret */
            areturn
        end local 3 // io.vertx.reactivex.core.http.HttpClientRequest ret
        end local 2 // io.vertx.core.Handler responseHandler
        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  responseHandler  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;
            1    2     3              ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    Signature: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      options          
      responseHandler  

  public io.vertx.reactivex.core.http.HttpClientRequest get(int, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.reactivex.core.http.HttpClientResponse>);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=6, 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 responseHandler
         0: .line 440
            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$10
            dup
            aload 0 /* this */
            aload 4 /* responseHandler */
            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.get:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 5 /* ret */
        start local 5 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 445
            aload 5 /* ret */
            areturn
        end local 5 // io.vertx.reactivex.core.http.HttpClientRequest ret
        end local 4 // io.vertx.core.Handler responseHandler
        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  responseHandler  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;
            1    2     5              ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      port             
      host             
      requestURI       
      responseHandler  

  public io.vertx.reactivex.core.http.HttpClientRequest get(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.reactivex.core.http.HttpClientResponse>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, 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 responseHandler
         0: .line 458
            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$11
            dup
            aload 0 /* this */
            aload 3 /* responseHandler */
            invokespecial io.vertx.reactivex.core.http.HttpClient$11.<init>:(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpClient.get:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 4 /* ret */
        start local 4 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 463
            aload 4 /* ret */
            areturn
        end local 4 // io.vertx.reactivex.core.http.HttpClientRequest ret
        end local 3 // io.vertx.core.Handler responseHandler
        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  responseHandler  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;
            1    2     4              ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      host             
      requestURI       
      responseHandler  

  public io.vertx.reactivex.core.http.HttpClientRequest get(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    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.String requestURI
         0: .line 472
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* requestURI */
            invokeinterface io.vertx.core.http.HttpClient.get:(Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 2 /* ret */
        start local 2 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 473
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.reactivex.core.http.HttpClientRequest ret
        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;
            1    2     2         ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    MethodParameters:
            Name  Flags
      requestURI  

  public io.vertx.reactivex.core.http.HttpClientRequest get(java.lang.String, io.vertx.core.Handler<io.vertx.reactivex.core.http.HttpClientResponse>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, 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 responseHandler
         0: .line 485
            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$12
            dup
            aload 0 /* this */
            aload 2 /* responseHandler */
            invokespecial io.vertx.reactivex.core.http.HttpClient$12.<init>:(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpClient.get:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 3 /* ret */
        start local 3 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 490
            aload 3 /* ret */
            areturn
        end local 3 // io.vertx.reactivex.core.http.HttpClientRequest ret
        end local 2 // io.vertx.core.Handler responseHandler
        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  responseHandler  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;
            1    2     3              ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      requestURI       
      responseHandler  

  public io.vertx.reactivex.core.http.HttpClientRequest getAbs(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    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.String absoluteURI
         0: .line 499
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* absoluteURI */
            invokeinterface io.vertx.core.http.HttpClient.getAbs:(Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 2 /* ret */
        start local 2 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 500
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.reactivex.core.http.HttpClientRequest ret
        end local 1 // java.lang.String absoluteURI
        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  absoluteURI  Ljava/lang/String;
            1    2     2          ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    MethodParameters:
             Name  Flags
      absoluteURI  

  public io.vertx.reactivex.core.http.HttpClientRequest getAbs(java.lang.String, io.vertx.core.Handler<io.vertx.reactivex.core.http.HttpClientResponse>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // io.vertx.reactivex.core.http.HttpClient this
        start local 1 // java.lang.String absoluteURI
        start local 2 // io.vertx.core.Handler responseHandler
         0: .line 512
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* absoluteURI */
            new io.vertx.reactivex.core.http.HttpClient$13
            dup
            aload 0 /* this */
            aload 2 /* responseHandler */
            invokespecial io.vertx.reactivex.core.http.HttpClient$13.<init>:(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpClient.getAbs:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 3 /* ret */
        start local 3 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 517
            aload 3 /* ret */
            areturn
        end local 3 // io.vertx.reactivex.core.http.HttpClientRequest ret
        end local 2 // io.vertx.core.Handler responseHandler
        end local 1 // java.lang.String absoluteURI
        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      absoluteURI  Ljava/lang/String;
            0    2     2  responseHandler  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;
            1    2     3              ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      absoluteURI      
      responseHandler  

  public io.vertx.reactivex.core.http.HttpClient getNow(io.vertx.core.http.RequestOptions, io.vertx.core.Handler<io.vertx.reactivex.core.http.HttpClientResponse>);
    descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClient;
    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 responseHandler
         0: .line 529
            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$14
            dup
            aload 0 /* this */
            aload 2 /* responseHandler */
            invokespecial io.vertx.reactivex.core.http.HttpClient$14.<init>:(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpClient.getNow:(Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
            pop
         1: .line 534
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler responseHandler
        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  responseHandler  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;
    Signature: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;)Lio/vertx/reactivex/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      options          
      responseHandler  

  public io.vertx.reactivex.core.http.HttpClient getNow(int, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.reactivex.core.http.HttpClientResponse>);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClient;
    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 responseHandler
         0: .line 548
            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$15
            dup
            aload 0 /* this */
            aload 4 /* responseHandler */
            invokespecial io.vertx.reactivex.core.http.HttpClient$15.<init>:(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpClient.getNow:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
            pop
         1: .line 553
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler responseHandler
        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  responseHandler  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;
    Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;)Lio/vertx/reactivex/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      port             
      host             
      requestURI       
      responseHandler  

  public io.vertx.reactivex.core.http.HttpClient getNow(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.reactivex.core.http.HttpClientResponse>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClient;
    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 responseHandler
         0: .line 566
            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$16
            dup
            aload 0 /* this */
            aload 3 /* responseHandler */
            invokespecial io.vertx.reactivex.core.http.HttpClient$16.<init>:(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpClient.getNow:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
            pop
         1: .line 571
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler responseHandler
        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  responseHandler  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;)Lio/vertx/reactivex/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      host             
      requestURI       
      responseHandler  

  public io.vertx.reactivex.core.http.HttpClient getNow(java.lang.String, io.vertx.core.Handler<io.vertx.reactivex.core.http.HttpClientResponse>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClient;
    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 responseHandler
         0: .line 583
            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$17
            dup
            aload 0 /* this */
            aload 2 /* responseHandler */
            invokespecial io.vertx.reactivex.core.http.HttpClient$17.<init>:(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpClient.getNow:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
            pop
         1: .line 588
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler responseHandler
        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  responseHandler  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;)Lio/vertx/reactivex/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      requestURI       
      responseHandler  

  public io.vertx.reactivex.core.http.HttpClientRequest post(io.vertx.core.http.RequestOptions);
    descriptor: (Lio/vertx/core/http/RequestOptions;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    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 // io.vertx.core.http.RequestOptions options
         0: .line 597
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* options */
            invokeinterface io.vertx.core.http.HttpClient.post:(Lio/vertx/core/http/RequestOptions;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 2 /* ret */
        start local 2 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 598
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.reactivex.core.http.HttpClientRequest ret
        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;
            1    2     2      ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.reactivex.core.http.HttpClientRequest post(int, java.lang.String, java.lang.String);
    descriptor: (ILjava/lang/String;Ljava/lang/String;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, 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 609
            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 */
            invokeinterface io.vertx.core.http.HttpClient.post:(ILjava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 4 /* ret */
        start local 4 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 610
            aload 4 /* ret */
            areturn
        end local 4 // io.vertx.reactivex.core.http.HttpClientRequest ret
        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;
            1    2     4         ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    MethodParameters:
            Name  Flags
      port        
      host        
      requestURI  

  public io.vertx.reactivex.core.http.HttpClientRequest post(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, 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 620
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* host */
            aload 2 /* requestURI */
            invokeinterface io.vertx.core.http.HttpClient.post:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 3 /* ret */
        start local 3 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 621
            aload 3 /* ret */
            areturn
        end local 3 // io.vertx.reactivex.core.http.HttpClientRequest ret
        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;
            1    2     3         ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    MethodParameters:
            Name  Flags
      host        
      requestURI  

  public io.vertx.reactivex.core.http.HttpClientRequest post(io.vertx.core.http.RequestOptions, io.vertx.core.Handler<io.vertx.reactivex.core.http.HttpClientResponse>);
    descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, 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 responseHandler
         0: .line 633
            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$18
            dup
            aload 0 /* this */
            aload 2 /* responseHandler */
            invokespecial io.vertx.reactivex.core.http.HttpClient$18.<init>:(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpClient.post:(Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 3 /* ret */
        start local 3 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 638
            aload 3 /* ret */
            areturn
        end local 3 // io.vertx.reactivex.core.http.HttpClientRequest ret
        end local 2 // io.vertx.core.Handler responseHandler
        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  responseHandler  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;
            1    2     3              ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    Signature: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      options          
      responseHandler  

  public io.vertx.reactivex.core.http.HttpClientRequest post(int, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.reactivex.core.http.HttpClientResponse>);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=6, 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 responseHandler
         0: .line 652
            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$19
            dup
            aload 0 /* this */
            aload 4 /* responseHandler */
            invokespecial io.vertx.reactivex.core.http.HttpClient$19.<init>:(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpClient.post:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 5 /* ret */
        start local 5 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 657
            aload 5 /* ret */
            areturn
        end local 5 // io.vertx.reactivex.core.http.HttpClientRequest ret
        end local 4 // io.vertx.core.Handler responseHandler
        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  responseHandler  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;
            1    2     5              ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      port             
      host             
      requestURI       
      responseHandler  

  public io.vertx.reactivex.core.http.HttpClientRequest post(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.reactivex.core.http.HttpClientResponse>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, 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 responseHandler
         0: .line 670
            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$20
            dup
            aload 0 /* this */
            aload 3 /* responseHandler */
            invokespecial io.vertx.reactivex.core.http.HttpClient$20.<init>:(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpClient.post:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 4 /* ret */
        start local 4 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 675
            aload 4 /* ret */
            areturn
        end local 4 // io.vertx.reactivex.core.http.HttpClientRequest ret
        end local 3 // io.vertx.core.Handler responseHandler
        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  responseHandler  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;
            1    2     4              ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      host             
      requestURI       
      responseHandler  

  public io.vertx.reactivex.core.http.HttpClientRequest post(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    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.String requestURI
         0: .line 684
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* requestURI */
            invokeinterface io.vertx.core.http.HttpClient.post:(Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 2 /* ret */
        start local 2 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 685
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.reactivex.core.http.HttpClientRequest ret
        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;
            1    2     2         ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    MethodParameters:
            Name  Flags
      requestURI  

  public io.vertx.reactivex.core.http.HttpClientRequest post(java.lang.String, io.vertx.core.Handler<io.vertx.reactivex.core.http.HttpClientResponse>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, 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 responseHandler
         0: .line 697
            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$21
            dup
            aload 0 /* this */
            aload 2 /* responseHandler */
            invokespecial io.vertx.reactivex.core.http.HttpClient$21.<init>:(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpClient.post:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 3 /* ret */
        start local 3 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 702
            aload 3 /* ret */
            areturn
        end local 3 // io.vertx.reactivex.core.http.HttpClientRequest ret
        end local 2 // io.vertx.core.Handler responseHandler
        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  responseHandler  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;
            1    2     3              ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      requestURI       
      responseHandler  

  public io.vertx.reactivex.core.http.HttpClientRequest postAbs(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    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.String absoluteURI
         0: .line 711
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* absoluteURI */
            invokeinterface io.vertx.core.http.HttpClient.postAbs:(Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 2 /* ret */
        start local 2 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 712
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.reactivex.core.http.HttpClientRequest ret
        end local 1 // java.lang.String absoluteURI
        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  absoluteURI  Ljava/lang/String;
            1    2     2          ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    MethodParameters:
             Name  Flags
      absoluteURI  

  public io.vertx.reactivex.core.http.HttpClientRequest postAbs(java.lang.String, io.vertx.core.Handler<io.vertx.reactivex.core.http.HttpClientResponse>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // io.vertx.reactivex.core.http.HttpClient this
        start local 1 // java.lang.String absoluteURI
        start local 2 // io.vertx.core.Handler responseHandler
         0: .line 724
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* absoluteURI */
            new io.vertx.reactivex.core.http.HttpClient$22
            dup
            aload 0 /* this */
            aload 2 /* responseHandler */
            invokespecial io.vertx.reactivex.core.http.HttpClient$22.<init>:(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpClient.postAbs:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 3 /* ret */
        start local 3 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 729
            aload 3 /* ret */
            areturn
        end local 3 // io.vertx.reactivex.core.http.HttpClientRequest ret
        end local 2 // io.vertx.core.Handler responseHandler
        end local 1 // java.lang.String absoluteURI
        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      absoluteURI  Ljava/lang/String;
            0    2     2  responseHandler  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;
            1    2     3              ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      absoluteURI      
      responseHandler  

  public io.vertx.reactivex.core.http.HttpClientRequest head(io.vertx.core.http.RequestOptions);
    descriptor: (Lio/vertx/core/http/RequestOptions;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    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 // io.vertx.core.http.RequestOptions options
         0: .line 738
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* options */
            invokeinterface io.vertx.core.http.HttpClient.head:(Lio/vertx/core/http/RequestOptions;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 2 /* ret */
        start local 2 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 739
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.reactivex.core.http.HttpClientRequest ret
        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;
            1    2     2      ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.reactivex.core.http.HttpClientRequest head(int, java.lang.String, java.lang.String);
    descriptor: (ILjava/lang/String;Ljava/lang/String;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, 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 750
            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 */
            invokeinterface io.vertx.core.http.HttpClient.head:(ILjava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 4 /* ret */
        start local 4 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 751
            aload 4 /* ret */
            areturn
        end local 4 // io.vertx.reactivex.core.http.HttpClientRequest ret
        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;
            1    2     4         ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    MethodParameters:
            Name  Flags
      port        
      host        
      requestURI  

  public io.vertx.reactivex.core.http.HttpClientRequest head(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, 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 761
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* host */
            aload 2 /* requestURI */
            invokeinterface io.vertx.core.http.HttpClient.head:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 3 /* ret */
        start local 3 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 762
            aload 3 /* ret */
            areturn
        end local 3 // io.vertx.reactivex.core.http.HttpClientRequest ret
        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;
            1    2     3         ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    MethodParameters:
            Name  Flags
      host        
      requestURI  

  public io.vertx.reactivex.core.http.HttpClientRequest head(io.vertx.core.http.RequestOptions, io.vertx.core.Handler<io.vertx.reactivex.core.http.HttpClientResponse>);
    descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, 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 responseHandler
         0: .line 774
            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$23
            dup
            aload 0 /* this */
            aload 2 /* responseHandler */
            invokespecial io.vertx.reactivex.core.http.HttpClient$23.<init>:(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpClient.head:(Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 3 /* ret */
        start local 3 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 779
            aload 3 /* ret */
            areturn
        end local 3 // io.vertx.reactivex.core.http.HttpClientRequest ret
        end local 2 // io.vertx.core.Handler responseHandler
        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  responseHandler  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;
            1    2     3              ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    Signature: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      options          
      responseHandler  

  public io.vertx.reactivex.core.http.HttpClientRequest head(int, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.reactivex.core.http.HttpClientResponse>);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=6, 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 responseHandler
         0: .line 793
            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$24
            dup
            aload 0 /* this */
            aload 4 /* responseHandler */
            invokespecial io.vertx.reactivex.core.http.HttpClient$24.<init>:(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpClient.head:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 5 /* ret */
        start local 5 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 798
            aload 5 /* ret */
            areturn
        end local 5 // io.vertx.reactivex.core.http.HttpClientRequest ret
        end local 4 // io.vertx.core.Handler responseHandler
        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  responseHandler  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;
            1    2     5              ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      port             
      host             
      requestURI       
      responseHandler  

  public io.vertx.reactivex.core.http.HttpClientRequest head(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.reactivex.core.http.HttpClientResponse>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, 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 responseHandler
         0: .line 811
            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$25
            dup
            aload 0 /* this */
            aload 3 /* responseHandler */
            invokespecial io.vertx.reactivex.core.http.HttpClient$25.<init>:(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpClient.head:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 4 /* ret */
        start local 4 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 816
            aload 4 /* ret */
            areturn
        end local 4 // io.vertx.reactivex.core.http.HttpClientRequest ret
        end local 3 // io.vertx.core.Handler responseHandler
        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  responseHandler  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;
            1    2     4              ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      host             
      requestURI       
      responseHandler  

  public io.vertx.reactivex.core.http.HttpClientRequest head(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    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.String requestURI
         0: .line 825
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* requestURI */
            invokeinterface io.vertx.core.http.HttpClient.head:(Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 2 /* ret */
        start local 2 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 826
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.reactivex.core.http.HttpClientRequest ret
        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;
            1    2     2         ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    MethodParameters:
            Name  Flags
      requestURI  

  public io.vertx.reactivex.core.http.HttpClientRequest head(java.lang.String, io.vertx.core.Handler<io.vertx.reactivex.core.http.HttpClientResponse>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, 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 responseHandler
         0: .line 838
            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$26
            dup
            aload 0 /* this */
            aload 2 /* responseHandler */
            invokespecial io.vertx.reactivex.core.http.HttpClient$26.<init>:(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpClient.head:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 3 /* ret */
        start local 3 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 843
            aload 3 /* ret */
            areturn
        end local 3 // io.vertx.reactivex.core.http.HttpClientRequest ret
        end local 2 // io.vertx.core.Handler responseHandler
        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  responseHandler  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;
            1    2     3              ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      requestURI       
      responseHandler  

  public io.vertx.reactivex.core.http.HttpClientRequest headAbs(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    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.String absoluteURI
         0: .line 852
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* absoluteURI */
            invokeinterface io.vertx.core.http.HttpClient.headAbs:(Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 2 /* ret */
        start local 2 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 853
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.reactivex.core.http.HttpClientRequest ret
        end local 1 // java.lang.String absoluteURI
        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  absoluteURI  Ljava/lang/String;
            1    2     2          ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    MethodParameters:
             Name  Flags
      absoluteURI  

  public io.vertx.reactivex.core.http.HttpClientRequest headAbs(java.lang.String, io.vertx.core.Handler<io.vertx.reactivex.core.http.HttpClientResponse>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // io.vertx.reactivex.core.http.HttpClient this
        start local 1 // java.lang.String absoluteURI
        start local 2 // io.vertx.core.Handler responseHandler
         0: .line 865
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* absoluteURI */
            new io.vertx.reactivex.core.http.HttpClient$27
            dup
            aload 0 /* this */
            aload 2 /* responseHandler */
            invokespecial io.vertx.reactivex.core.http.HttpClient$27.<init>:(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpClient.headAbs:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 3 /* ret */
        start local 3 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 870
            aload 3 /* ret */
            areturn
        end local 3 // io.vertx.reactivex.core.http.HttpClientRequest ret
        end local 2 // io.vertx.core.Handler responseHandler
        end local 1 // java.lang.String absoluteURI
        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      absoluteURI  Ljava/lang/String;
            0    2     2  responseHandler  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;
            1    2     3              ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      absoluteURI      
      responseHandler  

  public io.vertx.reactivex.core.http.HttpClient headNow(io.vertx.core.http.RequestOptions, io.vertx.core.Handler<io.vertx.reactivex.core.http.HttpClientResponse>);
    descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClient;
    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 responseHandler
         0: .line 882
            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$28
            dup
            aload 0 /* this */
            aload 2 /* responseHandler */
            invokespecial io.vertx.reactivex.core.http.HttpClient$28.<init>:(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpClient.headNow:(Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
            pop
         1: .line 887
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler responseHandler
        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  responseHandler  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;
    Signature: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;)Lio/vertx/reactivex/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      options          
      responseHandler  

  public io.vertx.reactivex.core.http.HttpClient headNow(int, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.reactivex.core.http.HttpClientResponse>);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClient;
    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 responseHandler
         0: .line 901
            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$29
            dup
            aload 0 /* this */
            aload 4 /* responseHandler */
            invokespecial io.vertx.reactivex.core.http.HttpClient$29.<init>:(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpClient.headNow:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
            pop
         1: .line 906
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler responseHandler
        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  responseHandler  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;
    Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;)Lio/vertx/reactivex/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      port             
      host             
      requestURI       
      responseHandler  

  public io.vertx.reactivex.core.http.HttpClient headNow(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.reactivex.core.http.HttpClientResponse>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClient;
    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 responseHandler
         0: .line 919
            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$30
            dup
            aload 0 /* this */
            aload 3 /* responseHandler */
            invokespecial io.vertx.reactivex.core.http.HttpClient$30.<init>:(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpClient.headNow:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
            pop
         1: .line 924
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler responseHandler
        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  responseHandler  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;)Lio/vertx/reactivex/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      host             
      requestURI       
      responseHandler  

  public io.vertx.reactivex.core.http.HttpClient headNow(java.lang.String, io.vertx.core.Handler<io.vertx.reactivex.core.http.HttpClientResponse>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClient;
    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 responseHandler
         0: .line 936
            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$31
            dup
            aload 0 /* this */
            aload 2 /* responseHandler */
            invokespecial io.vertx.reactivex.core.http.HttpClient$31.<init>:(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpClient.headNow:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
            pop
         1: .line 941
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler responseHandler
        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  responseHandler  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;)Lio/vertx/reactivex/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      requestURI       
      responseHandler  

  public io.vertx.reactivex.core.http.HttpClientRequest options(io.vertx.core.http.RequestOptions);
    descriptor: (Lio/vertx/core/http/RequestOptions;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    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 // io.vertx.core.http.RequestOptions options
         0: .line 950
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* options */
            invokeinterface io.vertx.core.http.HttpClient.options:(Lio/vertx/core/http/RequestOptions;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 2 /* ret */
        start local 2 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 951
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.reactivex.core.http.HttpClientRequest ret
        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;
            1    2     2      ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.reactivex.core.http.HttpClientRequest options(int, java.lang.String, java.lang.String);
    descriptor: (ILjava/lang/String;Ljava/lang/String;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, 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 962
            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 */
            invokeinterface io.vertx.core.http.HttpClient.options:(ILjava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 4 /* ret */
        start local 4 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 963
            aload 4 /* ret */
            areturn
        end local 4 // io.vertx.reactivex.core.http.HttpClientRequest ret
        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;
            1    2     4         ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    MethodParameters:
            Name  Flags
      port        
      host        
      requestURI  

  public io.vertx.reactivex.core.http.HttpClientRequest options(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, 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 973
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* host */
            aload 2 /* requestURI */
            invokeinterface io.vertx.core.http.HttpClient.options:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 3 /* ret */
        start local 3 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 974
            aload 3 /* ret */
            areturn
        end local 3 // io.vertx.reactivex.core.http.HttpClientRequest ret
        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;
            1    2     3         ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    MethodParameters:
            Name  Flags
      host        
      requestURI  

  public io.vertx.reactivex.core.http.HttpClientRequest options(io.vertx.core.http.RequestOptions, io.vertx.core.Handler<io.vertx.reactivex.core.http.HttpClientResponse>);
    descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, 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 responseHandler
         0: .line 986
            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$32
            dup
            aload 0 /* this */
            aload 2 /* responseHandler */
            invokespecial io.vertx.reactivex.core.http.HttpClient$32.<init>:(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpClient.options:(Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 3 /* ret */
        start local 3 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 991
            aload 3 /* ret */
            areturn
        end local 3 // io.vertx.reactivex.core.http.HttpClientRequest ret
        end local 2 // io.vertx.core.Handler responseHandler
        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  responseHandler  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;
            1    2     3              ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    Signature: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      options          
      responseHandler  

  public io.vertx.reactivex.core.http.HttpClientRequest options(int, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.reactivex.core.http.HttpClientResponse>);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=6, 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 responseHandler
         0: .line 1005
            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$33
            dup
            aload 0 /* this */
            aload 4 /* responseHandler */
            invokespecial io.vertx.reactivex.core.http.HttpClient$33.<init>:(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpClient.options:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 5 /* ret */
        start local 5 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 1010
            aload 5 /* ret */
            areturn
        end local 5 // io.vertx.reactivex.core.http.HttpClientRequest ret
        end local 4 // io.vertx.core.Handler responseHandler
        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  responseHandler  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;
            1    2     5              ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      port             
      host             
      requestURI       
      responseHandler  

  public io.vertx.reactivex.core.http.HttpClientRequest options(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.reactivex.core.http.HttpClientResponse>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, 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 responseHandler
         0: .line 1023
            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$34
            dup
            aload 0 /* this */
            aload 3 /* responseHandler */
            invokespecial io.vertx.reactivex.core.http.HttpClient$34.<init>:(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpClient.options:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 4 /* ret */
        start local 4 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 1028
            aload 4 /* ret */
            areturn
        end local 4 // io.vertx.reactivex.core.http.HttpClientRequest ret
        end local 3 // io.vertx.core.Handler responseHandler
        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  responseHandler  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;
            1    2     4              ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      host             
      requestURI       
      responseHandler  

  public io.vertx.reactivex.core.http.HttpClientRequest options(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    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.String requestURI
         0: .line 1037
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* requestURI */
            invokeinterface io.vertx.core.http.HttpClient.options:(Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 2 /* ret */
        start local 2 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 1038
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.reactivex.core.http.HttpClientRequest ret
        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;
            1    2     2         ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    MethodParameters:
            Name  Flags
      requestURI  

  public io.vertx.reactivex.core.http.HttpClientRequest options(java.lang.String, io.vertx.core.Handler<io.vertx.reactivex.core.http.HttpClientResponse>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, 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 responseHandler
         0: .line 1050
            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$35
            dup
            aload 0 /* this */
            aload 2 /* responseHandler */
            invokespecial io.vertx.reactivex.core.http.HttpClient$35.<init>:(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpClient.options:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 3 /* ret */
        start local 3 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 1055
            aload 3 /* ret */
            areturn
        end local 3 // io.vertx.reactivex.core.http.HttpClientRequest ret
        end local 2 // io.vertx.core.Handler responseHandler
        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  responseHandler  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;
            1    2     3              ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      requestURI       
      responseHandler  

  public io.vertx.reactivex.core.http.HttpClientRequest optionsAbs(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    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.String absoluteURI
         0: .line 1064
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* absoluteURI */
            invokeinterface io.vertx.core.http.HttpClient.optionsAbs:(Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 2 /* ret */
        start local 2 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 1065
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.reactivex.core.http.HttpClientRequest ret
        end local 1 // java.lang.String absoluteURI
        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  absoluteURI  Ljava/lang/String;
            1    2     2          ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    MethodParameters:
             Name  Flags
      absoluteURI  

  public io.vertx.reactivex.core.http.HttpClientRequest optionsAbs(java.lang.String, io.vertx.core.Handler<io.vertx.reactivex.core.http.HttpClientResponse>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // io.vertx.reactivex.core.http.HttpClient this
        start local 1 // java.lang.String absoluteURI
        start local 2 // io.vertx.core.Handler responseHandler
         0: .line 1077
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* absoluteURI */
            new io.vertx.reactivex.core.http.HttpClient$36
            dup
            aload 0 /* this */
            aload 2 /* responseHandler */
            invokespecial io.vertx.reactivex.core.http.HttpClient$36.<init>:(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpClient.optionsAbs:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 3 /* ret */
        start local 3 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 1082
            aload 3 /* ret */
            areturn
        end local 3 // io.vertx.reactivex.core.http.HttpClientRequest ret
        end local 2 // io.vertx.core.Handler responseHandler
        end local 1 // java.lang.String absoluteURI
        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      absoluteURI  Ljava/lang/String;
            0    2     2  responseHandler  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;
            1    2     3              ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      absoluteURI      
      responseHandler  

  public io.vertx.reactivex.core.http.HttpClient optionsNow(io.vertx.core.http.RequestOptions, io.vertx.core.Handler<io.vertx.reactivex.core.http.HttpClientResponse>);
    descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClient;
    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 responseHandler
         0: .line 1094
            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$37
            dup
            aload 0 /* this */
            aload 2 /* responseHandler */
            invokespecial io.vertx.reactivex.core.http.HttpClient$37.<init>:(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpClient.optionsNow:(Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
            pop
         1: .line 1099
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler responseHandler
        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  responseHandler  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;
    Signature: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;)Lio/vertx/reactivex/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      options          
      responseHandler  

  public io.vertx.reactivex.core.http.HttpClient optionsNow(int, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.reactivex.core.http.HttpClientResponse>);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClient;
    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 responseHandler
         0: .line 1113
            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$38
            dup
            aload 0 /* this */
            aload 4 /* responseHandler */
            invokespecial io.vertx.reactivex.core.http.HttpClient$38.<init>:(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpClient.optionsNow:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
            pop
         1: .line 1118
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler responseHandler
        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  responseHandler  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;
    Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;)Lio/vertx/reactivex/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      port             
      host             
      requestURI       
      responseHandler  

  public io.vertx.reactivex.core.http.HttpClient optionsNow(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.reactivex.core.http.HttpClientResponse>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClient;
    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 responseHandler
         0: .line 1131
            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$39
            dup
            aload 0 /* this */
            aload 3 /* responseHandler */
            invokespecial io.vertx.reactivex.core.http.HttpClient$39.<init>:(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpClient.optionsNow:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
            pop
         1: .line 1136
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler responseHandler
        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  responseHandler  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;)Lio/vertx/reactivex/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      host             
      requestURI       
      responseHandler  

  public io.vertx.reactivex.core.http.HttpClient optionsNow(java.lang.String, io.vertx.core.Handler<io.vertx.reactivex.core.http.HttpClientResponse>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClient;
    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 responseHandler
         0: .line 1148
            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$40
            dup
            aload 0 /* this */
            aload 2 /* responseHandler */
            invokespecial io.vertx.reactivex.core.http.HttpClient$40.<init>:(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpClient.optionsNow:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
            pop
         1: .line 1153
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler responseHandler
        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  responseHandler  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;)Lio/vertx/reactivex/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      requestURI       
      responseHandler  

  public io.vertx.reactivex.core.http.HttpClientRequest put(io.vertx.core.http.RequestOptions);
    descriptor: (Lio/vertx/core/http/RequestOptions;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    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 // io.vertx.core.http.RequestOptions options
         0: .line 1162
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* options */
            invokeinterface io.vertx.core.http.HttpClient.put:(Lio/vertx/core/http/RequestOptions;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 2 /* ret */
        start local 2 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 1163
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.reactivex.core.http.HttpClientRequest ret
        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;
            1    2     2      ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.reactivex.core.http.HttpClientRequest put(int, java.lang.String, java.lang.String);
    descriptor: (ILjava/lang/String;Ljava/lang/String;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, 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 1174
            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 */
            invokeinterface io.vertx.core.http.HttpClient.put:(ILjava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 4 /* ret */
        start local 4 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 1175
            aload 4 /* ret */
            areturn
        end local 4 // io.vertx.reactivex.core.http.HttpClientRequest ret
        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;
            1    2     4         ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    MethodParameters:
            Name  Flags
      port        
      host        
      requestURI  

  public io.vertx.reactivex.core.http.HttpClientRequest put(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, 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 1185
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* host */
            aload 2 /* requestURI */
            invokeinterface io.vertx.core.http.HttpClient.put:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 3 /* ret */
        start local 3 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 1186
            aload 3 /* ret */
            areturn
        end local 3 // io.vertx.reactivex.core.http.HttpClientRequest ret
        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;
            1    2     3         ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    MethodParameters:
            Name  Flags
      host        
      requestURI  

  public io.vertx.reactivex.core.http.HttpClientRequest put(io.vertx.core.http.RequestOptions, io.vertx.core.Handler<io.vertx.reactivex.core.http.HttpClientResponse>);
    descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, 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 responseHandler
         0: .line 1198
            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$41
            dup
            aload 0 /* this */
            aload 2 /* responseHandler */
            invokespecial io.vertx.reactivex.core.http.HttpClient$41.<init>:(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpClient.put:(Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 3 /* ret */
        start local 3 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 1203
            aload 3 /* ret */
            areturn
        end local 3 // io.vertx.reactivex.core.http.HttpClientRequest ret
        end local 2 // io.vertx.core.Handler responseHandler
        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  responseHandler  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;
            1    2     3              ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    Signature: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      options          
      responseHandler  

  public io.vertx.reactivex.core.http.HttpClientRequest put(int, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.reactivex.core.http.HttpClientResponse>);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=6, 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 responseHandler
         0: .line 1217
            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$42
            dup
            aload 0 /* this */
            aload 4 /* responseHandler */
            invokespecial io.vertx.reactivex.core.http.HttpClient$42.<init>:(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpClient.put:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 5 /* ret */
        start local 5 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 1222
            aload 5 /* ret */
            areturn
        end local 5 // io.vertx.reactivex.core.http.HttpClientRequest ret
        end local 4 // io.vertx.core.Handler responseHandler
        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  responseHandler  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;
            1    2     5              ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      port             
      host             
      requestURI       
      responseHandler  

  public io.vertx.reactivex.core.http.HttpClientRequest put(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.reactivex.core.http.HttpClientResponse>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, 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 responseHandler
         0: .line 1235
            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$43
            dup
            aload 0 /* this */
            aload 3 /* responseHandler */
            invokespecial io.vertx.reactivex.core.http.HttpClient$43.<init>:(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpClient.put:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 4 /* ret */
        start local 4 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 1240
            aload 4 /* ret */
            areturn
        end local 4 // io.vertx.reactivex.core.http.HttpClientRequest ret
        end local 3 // io.vertx.core.Handler responseHandler
        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  responseHandler  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;
            1    2     4              ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      host             
      requestURI       
      responseHandler  

  public io.vertx.reactivex.core.http.HttpClientRequest put(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    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.String requestURI
         0: .line 1249
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* requestURI */
            invokeinterface io.vertx.core.http.HttpClient.put:(Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 2 /* ret */
        start local 2 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 1250
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.reactivex.core.http.HttpClientRequest ret
        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;
            1    2     2         ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    MethodParameters:
            Name  Flags
      requestURI  

  public io.vertx.reactivex.core.http.HttpClientRequest put(java.lang.String, io.vertx.core.Handler<io.vertx.reactivex.core.http.HttpClientResponse>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, 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 responseHandler
         0: .line 1262
            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$44
            dup
            aload 0 /* this */
            aload 2 /* responseHandler */
            invokespecial io.vertx.reactivex.core.http.HttpClient$44.<init>:(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpClient.put:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 3 /* ret */
        start local 3 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 1267
            aload 3 /* ret */
            areturn
        end local 3 // io.vertx.reactivex.core.http.HttpClientRequest ret
        end local 2 // io.vertx.core.Handler responseHandler
        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  responseHandler  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;
            1    2     3              ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      requestURI       
      responseHandler  

  public io.vertx.reactivex.core.http.HttpClientRequest putAbs(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    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.String absoluteURI
         0: .line 1276
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* absoluteURI */
            invokeinterface io.vertx.core.http.HttpClient.putAbs:(Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 2 /* ret */
        start local 2 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 1277
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.reactivex.core.http.HttpClientRequest ret
        end local 1 // java.lang.String absoluteURI
        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  absoluteURI  Ljava/lang/String;
            1    2     2          ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    MethodParameters:
             Name  Flags
      absoluteURI  

  public io.vertx.reactivex.core.http.HttpClientRequest putAbs(java.lang.String, io.vertx.core.Handler<io.vertx.reactivex.core.http.HttpClientResponse>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // io.vertx.reactivex.core.http.HttpClient this
        start local 1 // java.lang.String absoluteURI
        start local 2 // io.vertx.core.Handler responseHandler
         0: .line 1289
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* absoluteURI */
            new io.vertx.reactivex.core.http.HttpClient$45
            dup
            aload 0 /* this */
            aload 2 /* responseHandler */
            invokespecial io.vertx.reactivex.core.http.HttpClient$45.<init>:(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpClient.putAbs:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 3 /* ret */
        start local 3 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 1294
            aload 3 /* ret */
            areturn
        end local 3 // io.vertx.reactivex.core.http.HttpClientRequest ret
        end local 2 // io.vertx.core.Handler responseHandler
        end local 1 // java.lang.String absoluteURI
        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      absoluteURI  Ljava/lang/String;
            0    2     2  responseHandler  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;
            1    2     3              ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      absoluteURI      
      responseHandler  

  public io.vertx.reactivex.core.http.HttpClientRequest delete(io.vertx.core.http.RequestOptions);
    descriptor: (Lio/vertx/core/http/RequestOptions;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    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 // io.vertx.core.http.RequestOptions options
         0: .line 1303
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* options */
            invokeinterface io.vertx.core.http.HttpClient.delete:(Lio/vertx/core/http/RequestOptions;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 2 /* ret */
        start local 2 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 1304
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.reactivex.core.http.HttpClientRequest ret
        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;
            1    2     2      ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.reactivex.core.http.HttpClientRequest delete(int, java.lang.String, java.lang.String);
    descriptor: (ILjava/lang/String;Ljava/lang/String;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, 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 1315
            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 */
            invokeinterface io.vertx.core.http.HttpClient.delete:(ILjava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 4 /* ret */
        start local 4 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 1316
            aload 4 /* ret */
            areturn
        end local 4 // io.vertx.reactivex.core.http.HttpClientRequest ret
        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;
            1    2     4         ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    MethodParameters:
            Name  Flags
      port        
      host        
      requestURI  

  public io.vertx.reactivex.core.http.HttpClientRequest delete(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, 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 1326
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* host */
            aload 2 /* requestURI */
            invokeinterface io.vertx.core.http.HttpClient.delete:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 3 /* ret */
        start local 3 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 1327
            aload 3 /* ret */
            areturn
        end local 3 // io.vertx.reactivex.core.http.HttpClientRequest ret
        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;
            1    2     3         ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    MethodParameters:
            Name  Flags
      host        
      requestURI  

  public io.vertx.reactivex.core.http.HttpClientRequest delete(io.vertx.core.http.RequestOptions, io.vertx.core.Handler<io.vertx.reactivex.core.http.HttpClientResponse>);
    descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, 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 responseHandler
         0: .line 1339
            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$46
            dup
            aload 0 /* this */
            aload 2 /* responseHandler */
            invokespecial io.vertx.reactivex.core.http.HttpClient$46.<init>:(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpClient.delete:(Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 3 /* ret */
        start local 3 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 1344
            aload 3 /* ret */
            areturn
        end local 3 // io.vertx.reactivex.core.http.HttpClientRequest ret
        end local 2 // io.vertx.core.Handler responseHandler
        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  responseHandler  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;
            1    2     3              ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    Signature: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      options          
      responseHandler  

  public io.vertx.reactivex.core.http.HttpClientRequest delete(int, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.reactivex.core.http.HttpClientResponse>);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=6, 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 responseHandler
         0: .line 1358
            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$47
            dup
            aload 0 /* this */
            aload 4 /* responseHandler */
            invokespecial io.vertx.reactivex.core.http.HttpClient$47.<init>:(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpClient.delete:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 5 /* ret */
        start local 5 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 1363
            aload 5 /* ret */
            areturn
        end local 5 // io.vertx.reactivex.core.http.HttpClientRequest ret
        end local 4 // io.vertx.core.Handler responseHandler
        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  responseHandler  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;
            1    2     5              ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      port             
      host             
      requestURI       
      responseHandler  

  public io.vertx.reactivex.core.http.HttpClientRequest delete(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.reactivex.core.http.HttpClientResponse>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, 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 responseHandler
         0: .line 1376
            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$48
            dup
            aload 0 /* this */
            aload 3 /* responseHandler */
            invokespecial io.vertx.reactivex.core.http.HttpClient$48.<init>:(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpClient.delete:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 4 /* ret */
        start local 4 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 1381
            aload 4 /* ret */
            areturn
        end local 4 // io.vertx.reactivex.core.http.HttpClientRequest ret
        end local 3 // io.vertx.core.Handler responseHandler
        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  responseHandler  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;
            1    2     4              ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      host             
      requestURI       
      responseHandler  

  public io.vertx.reactivex.core.http.HttpClientRequest delete(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    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.String requestURI
         0: .line 1390
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* requestURI */
            invokeinterface io.vertx.core.http.HttpClient.delete:(Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 2 /* ret */
        start local 2 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 1391
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.reactivex.core.http.HttpClientRequest ret
        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;
            1    2     2         ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    MethodParameters:
            Name  Flags
      requestURI  

  public io.vertx.reactivex.core.http.HttpClientRequest delete(java.lang.String, io.vertx.core.Handler<io.vertx.reactivex.core.http.HttpClientResponse>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, 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 responseHandler
         0: .line 1403
            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$49
            dup
            aload 0 /* this */
            aload 2 /* responseHandler */
            invokespecial io.vertx.reactivex.core.http.HttpClient$49.<init>:(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpClient.delete:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 3 /* ret */
        start local 3 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 1408
            aload 3 /* ret */
            areturn
        end local 3 // io.vertx.reactivex.core.http.HttpClientRequest ret
        end local 2 // io.vertx.core.Handler responseHandler
        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  responseHandler  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;
            1    2     3              ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      requestURI       
      responseHandler  

  public io.vertx.reactivex.core.http.HttpClientRequest deleteAbs(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    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.String absoluteURI
         0: .line 1417
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* absoluteURI */
            invokeinterface io.vertx.core.http.HttpClient.deleteAbs:(Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 2 /* ret */
        start local 2 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 1418
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.reactivex.core.http.HttpClientRequest ret
        end local 1 // java.lang.String absoluteURI
        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  absoluteURI  Ljava/lang/String;
            1    2     2          ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    MethodParameters:
             Name  Flags
      absoluteURI  

  public io.vertx.reactivex.core.http.HttpClientRequest deleteAbs(java.lang.String, io.vertx.core.Handler<io.vertx.reactivex.core.http.HttpClientResponse>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // io.vertx.reactivex.core.http.HttpClient this
        start local 1 // java.lang.String absoluteURI
        start local 2 // io.vertx.core.Handler responseHandler
         0: .line 1430
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* absoluteURI */
            new io.vertx.reactivex.core.http.HttpClient$50
            dup
            aload 0 /* this */
            aload 2 /* responseHandler */
            invokespecial io.vertx.reactivex.core.http.HttpClient$50.<init>:(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpClient.deleteAbs:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.reactivex.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/reactivex/core/http/HttpClientRequest;
            astore 3 /* ret */
        start local 3 // io.vertx.reactivex.core.http.HttpClientRequest ret
         1: .line 1435
            aload 3 /* ret */
            areturn
        end local 3 // io.vertx.reactivex.core.http.HttpClientRequest ret
        end local 2 // io.vertx.core.Handler responseHandler
        end local 1 // java.lang.String absoluteURI
        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      absoluteURI  Ljava/lang/String;
            0    2     2  responseHandler  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;
            1    2     3              ret  Lio/vertx/reactivex/core/http/HttpClientRequest;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpClientResponse;>;)Lio/vertx/reactivex/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      absoluteURI      
      responseHandler  

  public io.vertx.reactivex.core.http.HttpClient websocket(io.vertx.core.http.RequestOptions, io.vertx.core.Handler<io.vertx.reactivex.core.http.WebSocket>);
    descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClient;
    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 wsConnect
         0: .line 1446
            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$51
            dup
            aload 0 /* this */
            aload 2 /* wsConnect */
            invokespecial io.vertx.reactivex.core.http.HttpClient$51.<init>:(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpClient.websocket:(Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
            pop
         1: .line 1451
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler wsConnect
        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  wsConnect  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/WebSocket;>;
    Signature: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/WebSocket;>;)Lio/vertx/reactivex/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
           Name  Flags
      options    
      wsConnect  

  public io.vertx.reactivex.core.http.HttpClient websocket(int, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.reactivex.core.http.WebSocket>);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClient;
    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 wsConnect
         0: .line 1464
            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$52
            dup
            aload 0 /* this */
            aload 4 /* wsConnect */
            invokespecial io.vertx.reactivex.core.http.HttpClient$52.<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;)Lio/vertx/core/http/HttpClient;
            pop
         1: .line 1469
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler wsConnect
        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   wsConnect  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/WebSocket;>;
    Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/WebSocket;>;)Lio/vertx/reactivex/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
            Name  Flags
      port        
      host        
      requestURI  
      wsConnect   

  public io.vertx.reactivex.core.http.HttpClient websocket(io.vertx.core.http.RequestOptions, io.vertx.core.Handler<io.vertx.reactivex.core.http.WebSocket>, io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        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 wsConnect
        start local 3 // io.vertx.core.Handler failureHandler
         0: .line 1481
            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$53
            dup
            aload 0 /* this */
            aload 2 /* wsConnect */
            invokespecial io.vertx.reactivex.core.http.HttpClient$53.<init>:(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/Handler;)V
         1: .line 1485
            aload 3 /* failureHandler */
         2: .line 1481
            invokeinterface io.vertx.core.http.HttpClient.websocket:(Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
            pop
         3: .line 1486
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler failureHandler
        end local 2 // io.vertx.core.Handler wsConnect
        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    4     0            this  Lio/vertx/reactivex/core/http/HttpClient;
            0    4     1         options  Lio/vertx/core/http/RequestOptions;
            0    4     2       wsConnect  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/WebSocket;>;
            0    4     3  failureHandler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
    Signature: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/WebSocket;>;Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/reactivex/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                Name  Flags
      options         
      wsConnect       
      failureHandler  

  public io.vertx.reactivex.core.http.HttpClient websocket(int, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.reactivex.core.http.WebSocket>, io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=6, args_size=6
        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 wsConnect
        start local 5 // io.vertx.core.Handler failureHandler
         0: .line 1500
            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$54
            dup
            aload 0 /* this */
            aload 4 /* wsConnect */
            invokespecial io.vertx.reactivex.core.http.HttpClient$54.<init>:(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/Handler;)V
         1: .line 1504
            aload 5 /* failureHandler */
         2: .line 1500
            invokeinterface io.vertx.core.http.HttpClient.websocket:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
            pop
         3: .line 1505
            aload 0 /* this */
            areturn
        end local 5 // io.vertx.core.Handler failureHandler
        end local 4 // io.vertx.core.Handler wsConnect
        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    4     0            this  Lio/vertx/reactivex/core/http/HttpClient;
            0    4     1            port  I
            0    4     2            host  Ljava/lang/String;
            0    4     3      requestURI  Ljava/lang/String;
            0    4     4       wsConnect  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/WebSocket;>;
            0    4     5  failureHandler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
    Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/WebSocket;>;Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/reactivex/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                Name  Flags
      port            
      host            
      requestURI      
      wsConnect       
      failureHandler  

  public io.vertx.reactivex.core.http.HttpClient websocket(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.reactivex.core.http.WebSocket>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClient;
    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 wsConnect
         0: .line 1517
            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$55
            dup
            aload 0 /* this */
            aload 3 /* wsConnect */
            invokespecial io.vertx.reactivex.core.http.HttpClient$55.<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;)Lio/vertx/core/http/HttpClient;
            pop
         1: .line 1522
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler wsConnect
        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   wsConnect  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/WebSocket;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/WebSocket;>;)Lio/vertx/reactivex/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
            Name  Flags
      host        
      requestURI  
      wsConnect   

  public io.vertx.reactivex.core.http.HttpClient websocket(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.reactivex.core.http.WebSocket>, io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=5
        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 wsConnect
        start local 4 // io.vertx.core.Handler failureHandler
         0: .line 1535
            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$56
            dup
            aload 0 /* this */
            aload 3 /* wsConnect */
            invokespecial io.vertx.reactivex.core.http.HttpClient$56.<init>:(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/Handler;)V
         1: .line 1539
            aload 4 /* failureHandler */
         2: .line 1535
            invokeinterface io.vertx.core.http.HttpClient.websocket:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
            pop
         3: .line 1540
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler failureHandler
        end local 3 // io.vertx.core.Handler wsConnect
        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    4     0            this  Lio/vertx/reactivex/core/http/HttpClient;
            0    4     1            host  Ljava/lang/String;
            0    4     2      requestURI  Ljava/lang/String;
            0    4     3       wsConnect  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/WebSocket;>;
            0    4     4  failureHandler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/WebSocket;>;Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/reactivex/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                Name  Flags
      host            
      requestURI      
      wsConnect       
      failureHandler  

  public io.vertx.reactivex.core.http.HttpClient websocket(io.vertx.core.http.RequestOptions, io.vertx.reactivex.core.MultiMap, io.vertx.core.Handler<io.vertx.reactivex.core.http.WebSocket>);
    descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClient;
    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.RequestOptions options
        start local 2 // io.vertx.reactivex.core.MultiMap headers
        start local 3 // io.vertx.core.Handler wsConnect
         0: .line 1552
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* options */
            aload 2 /* headers */
            invokevirtual io.vertx.reactivex.core.MultiMap.getDelegate:()Lio/vertx/core/MultiMap;
            new io.vertx.reactivex.core.http.HttpClient$57
            dup
            aload 0 /* this */
            aload 3 /* wsConnect */
            invokespecial io.vertx.reactivex.core.http.HttpClient$57.<init>:(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpClient.websocket:(Lio/vertx/core/http/RequestOptions;Lio/vertx/core/MultiMap;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
            pop
         1: .line 1557
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler wsConnect
        end local 2 // io.vertx.reactivex.core.MultiMap headers
        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    headers  Lio/vertx/reactivex/core/MultiMap;
            0    2     3  wsConnect  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/WebSocket;>;
    Signature: (Lio/vertx/core/http/RequestOptions;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/WebSocket;>;)Lio/vertx/reactivex/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
           Name  Flags
      options    
      headers    
      wsConnect  

  public io.vertx.reactivex.core.http.HttpClient websocket(int, java.lang.String, java.lang.String, io.vertx.reactivex.core.MultiMap, io.vertx.core.Handler<io.vertx.reactivex.core.http.WebSocket>);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClient;
    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 // int port
        start local 2 // java.lang.String host
        start local 3 // java.lang.String requestURI
        start local 4 // io.vertx.reactivex.core.MultiMap headers
        start local 5 // io.vertx.core.Handler wsConnect
         0: .line 1571
            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 */
            aload 4 /* headers */
            invokevirtual io.vertx.reactivex.core.MultiMap.getDelegate:()Lio/vertx/core/MultiMap;
            new io.vertx.reactivex.core.http.HttpClient$58
            dup
            aload 0 /* this */
            aload 5 /* wsConnect */
            invokespecial io.vertx.reactivex.core.http.HttpClient$58.<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/MultiMap;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
            pop
         1: .line 1576
            aload 0 /* this */
            areturn
        end local 5 // io.vertx.core.Handler wsConnect
        end local 4 // io.vertx.reactivex.core.MultiMap headers
        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     headers  Lio/vertx/reactivex/core/MultiMap;
            0    2     5   wsConnect  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/WebSocket;>;
    Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/WebSocket;>;)Lio/vertx/reactivex/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
            Name  Flags
      port        
      host        
      requestURI  
      headers     
      wsConnect   

  public io.vertx.reactivex.core.http.HttpClient websocket(io.vertx.core.http.RequestOptions, io.vertx.reactivex.core.MultiMap, io.vertx.core.Handler<io.vertx.reactivex.core.http.WebSocket>, io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.core.http.HttpClient this
        start local 1 // io.vertx.core.http.RequestOptions options
        start local 2 // io.vertx.reactivex.core.MultiMap headers
        start local 3 // io.vertx.core.Handler wsConnect
        start local 4 // io.vertx.core.Handler failureHandler
         0: .line 1589
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* options */
            aload 2 /* headers */
            invokevirtual io.vertx.reactivex.core.MultiMap.getDelegate:()Lio/vertx/core/MultiMap;
            new io.vertx.reactivex.core.http.HttpClient$59
            dup
            aload 0 /* this */
            aload 3 /* wsConnect */
            invokespecial io.vertx.reactivex.core.http.HttpClient$59.<init>:(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/Handler;)V
         1: .line 1593
            aload 4 /* failureHandler */
         2: .line 1589
            invokeinterface io.vertx.core.http.HttpClient.websocket:(Lio/vertx/core/http/RequestOptions;Lio/vertx/core/MultiMap;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
            pop
         3: .line 1594
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler failureHandler
        end local 3 // io.vertx.core.Handler wsConnect
        end local 2 // io.vertx.reactivex.core.MultiMap headers
        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    4     0            this  Lio/vertx/reactivex/core/http/HttpClient;
            0    4     1         options  Lio/vertx/core/http/RequestOptions;
            0    4     2         headers  Lio/vertx/reactivex/core/MultiMap;
            0    4     3       wsConnect  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/WebSocket;>;
            0    4     4  failureHandler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
    Signature: (Lio/vertx/core/http/RequestOptions;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/WebSocket;>;Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/reactivex/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                Name  Flags
      options         
      headers         
      wsConnect       
      failureHandler  

  public io.vertx.reactivex.core.http.HttpClient websocket(int, java.lang.String, java.lang.String, io.vertx.reactivex.core.MultiMap, io.vertx.core.Handler<io.vertx.reactivex.core.http.WebSocket>, io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=7, args_size=7
        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.reactivex.core.MultiMap headers
        start local 5 // io.vertx.core.Handler wsConnect
        start local 6 // io.vertx.core.Handler failureHandler
         0: .line 1609
            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 */
            aload 4 /* headers */
            invokevirtual io.vertx.reactivex.core.MultiMap.getDelegate:()Lio/vertx/core/MultiMap;
            new io.vertx.reactivex.core.http.HttpClient$60
            dup
            aload 0 /* this */
            aload 5 /* wsConnect */
            invokespecial io.vertx.reactivex.core.http.HttpClient$60.<init>:(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/Handler;)V
         1: .line 1613
            aload 6 /* failureHandler */
         2: .line 1609
            invokeinterface io.vertx.core.http.HttpClient.websocket:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
            pop
         3: .line 1614
            aload 0 /* this */
            areturn
        end local 6 // io.vertx.core.Handler failureHandler
        end local 5 // io.vertx.core.Handler wsConnect
        end local 4 // io.vertx.reactivex.core.MultiMap headers
        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    4     0            this  Lio/vertx/reactivex/core/http/HttpClient;
            0    4     1            port  I
            0    4     2            host  Ljava/lang/String;
            0    4     3      requestURI  Ljava/lang/String;
            0    4     4         headers  Lio/vertx/reactivex/core/MultiMap;
            0    4     5       wsConnect  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/WebSocket;>;
            0    4     6  failureHandler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
    Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/WebSocket;>;Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/reactivex/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                Name  Flags
      port            
      host            
      requestURI      
      headers         
      wsConnect       
      failureHandler  

  public io.vertx.reactivex.core.http.HttpClient websocket(java.lang.String, java.lang.String, io.vertx.reactivex.core.MultiMap, io.vertx.core.Handler<io.vertx.reactivex.core.http.WebSocket>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClient;
    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 // java.lang.String host
        start local 2 // java.lang.String requestURI
        start local 3 // io.vertx.reactivex.core.MultiMap headers
        start local 4 // io.vertx.core.Handler wsConnect
         0: .line 1627
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* host */
            aload 2 /* requestURI */
            aload 3 /* headers */
            invokevirtual io.vertx.reactivex.core.MultiMap.getDelegate:()Lio/vertx/core/MultiMap;
            new io.vertx.reactivex.core.http.HttpClient$61
            dup
            aload 0 /* this */
            aload 4 /* wsConnect */
            invokespecial io.vertx.reactivex.core.http.HttpClient$61.<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/MultiMap;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
            pop
         1: .line 1632
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler wsConnect
        end local 3 // io.vertx.reactivex.core.MultiMap headers
        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     headers  Lio/vertx/reactivex/core/MultiMap;
            0    2     4   wsConnect  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/WebSocket;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/WebSocket;>;)Lio/vertx/reactivex/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
            Name  Flags
      host        
      requestURI  
      headers     
      wsConnect   

  public io.vertx.reactivex.core.http.HttpClient websocket(java.lang.String, java.lang.String, io.vertx.reactivex.core.MultiMap, io.vertx.core.Handler<io.vertx.reactivex.core.http.WebSocket>, io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=6, args_size=6
        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.reactivex.core.MultiMap headers
        start local 4 // io.vertx.core.Handler wsConnect
        start local 5 // io.vertx.core.Handler failureHandler
         0: .line 1646
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* host */
            aload 2 /* requestURI */
            aload 3 /* headers */
            invokevirtual io.vertx.reactivex.core.MultiMap.getDelegate:()Lio/vertx/core/MultiMap;
            new io.vertx.reactivex.core.http.HttpClient$62
            dup
            aload 0 /* this */
            aload 4 /* wsConnect */
            invokespecial io.vertx.reactivex.core.http.HttpClient$62.<init>:(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/Handler;)V
         1: .line 1650
            aload 5 /* failureHandler */
         2: .line 1646
            invokeinterface io.vertx.core.http.HttpClient.websocket:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
            pop
         3: .line 1651
            aload 0 /* this */
            areturn
        end local 5 // io.vertx.core.Handler failureHandler
        end local 4 // io.vertx.core.Handler wsConnect
        end local 3 // io.vertx.reactivex.core.MultiMap headers
        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    4     0            this  Lio/vertx/reactivex/core/http/HttpClient;
            0    4     1            host  Ljava/lang/String;
            0    4     2      requestURI  Ljava/lang/String;
            0    4     3         headers  Lio/vertx/reactivex/core/MultiMap;
            0    4     4       wsConnect  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/WebSocket;>;
            0    4     5  failureHandler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/WebSocket;>;Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/reactivex/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                Name  Flags
      host            
      requestURI      
      headers         
      wsConnect       
      failureHandler  

  public io.vertx.reactivex.core.http.HttpClient websocket(io.vertx.core.http.RequestOptions, io.vertx.reactivex.core.MultiMap, io.vertx.core.http.WebsocketVersion, io.vertx.core.Handler<io.vertx.reactivex.core.http.WebSocket>);
    descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClient;
    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.RequestOptions options
        start local 2 // io.vertx.reactivex.core.MultiMap headers
        start local 3 // io.vertx.core.http.WebsocketVersion version
        start local 4 // io.vertx.core.Handler wsConnect
         0: .line 1665
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* options */
            aload 2 /* headers */
            invokevirtual io.vertx.reactivex.core.MultiMap.getDelegate:()Lio/vertx/core/MultiMap;
            aload 3 /* version */
            new io.vertx.reactivex.core.http.HttpClient$63
            dup
            aload 0 /* this */
            aload 4 /* wsConnect */
            invokespecial io.vertx.reactivex.core.http.HttpClient$63.<init>:(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpClient.websocket:(Lio/vertx/core/http/RequestOptions;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
            pop
         1: .line 1670
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler wsConnect
        end local 3 // io.vertx.core.http.WebsocketVersion version
        end local 2 // io.vertx.reactivex.core.MultiMap headers
        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    headers  Lio/vertx/reactivex/core/MultiMap;
            0    2     3    version  Lio/vertx/core/http/WebsocketVersion;
            0    2     4  wsConnect  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/WebSocket;>;
    Signature: (Lio/vertx/core/http/RequestOptions;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/WebSocket;>;)Lio/vertx/reactivex/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
           Name  Flags
      options    
      headers    
      version    
      wsConnect  

  public io.vertx.reactivex.core.http.HttpClient websocket(int, java.lang.String, java.lang.String, io.vertx.reactivex.core.MultiMap, io.vertx.core.http.WebsocketVersion, io.vertx.core.Handler<io.vertx.reactivex.core.http.WebSocket>);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=7, args_size=7
        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.reactivex.core.MultiMap headers
        start local 5 // io.vertx.core.http.WebsocketVersion version
        start local 6 // io.vertx.core.Handler wsConnect
         0: .line 1686
            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 */
            aload 4 /* headers */
            invokevirtual io.vertx.reactivex.core.MultiMap.getDelegate:()Lio/vertx/core/MultiMap;
            aload 5 /* version */
            new io.vertx.reactivex.core.http.HttpClient$64
            dup
            aload 0 /* this */
            aload 6 /* wsConnect */
            invokespecial io.vertx.reactivex.core.http.HttpClient$64.<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/MultiMap;Lio/vertx/core/http/WebsocketVersion;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
            pop
         1: .line 1691
            aload 0 /* this */
            areturn
        end local 6 // io.vertx.core.Handler wsConnect
        end local 5 // io.vertx.core.http.WebsocketVersion version
        end local 4 // io.vertx.reactivex.core.MultiMap headers
        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     headers  Lio/vertx/reactivex/core/MultiMap;
            0    2     5     version  Lio/vertx/core/http/WebsocketVersion;
            0    2     6   wsConnect  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/WebSocket;>;
    Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/WebSocket;>;)Lio/vertx/reactivex/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
            Name  Flags
      port        
      host        
      requestURI  
      headers     
      version     
      wsConnect   

  public io.vertx.reactivex.core.http.HttpClient websocket(io.vertx.core.http.RequestOptions, io.vertx.reactivex.core.MultiMap, io.vertx.core.http.WebsocketVersion, io.vertx.core.Handler<io.vertx.reactivex.core.http.WebSocket>, io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=6, args_size=6
        start local 0 // io.vertx.reactivex.core.http.HttpClient this
        start local 1 // io.vertx.core.http.RequestOptions options
        start local 2 // io.vertx.reactivex.core.MultiMap headers
        start local 3 // io.vertx.core.http.WebsocketVersion version
        start local 4 // io.vertx.core.Handler wsConnect
        start local 5 // io.vertx.core.Handler failureHandler
         0: .line 1706
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* options */
            aload 2 /* headers */
            invokevirtual io.vertx.reactivex.core.MultiMap.getDelegate:()Lio/vertx/core/MultiMap;
            aload 3 /* version */
            new io.vertx.reactivex.core.http.HttpClient$65
            dup
            aload 0 /* this */
            aload 4 /* wsConnect */
            invokespecial io.vertx.reactivex.core.http.HttpClient$65.<init>:(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/Handler;)V
         1: .line 1710
            aload 5 /* failureHandler */
         2: .line 1706
            invokeinterface io.vertx.core.http.HttpClient.websocket:(Lio/vertx/core/http/RequestOptions;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
            pop
         3: .line 1711
            aload 0 /* this */
            areturn
        end local 5 // io.vertx.core.Handler failureHandler
        end local 4 // io.vertx.core.Handler wsConnect
        end local 3 // io.vertx.core.http.WebsocketVersion version
        end local 2 // io.vertx.reactivex.core.MultiMap headers
        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    4     0            this  Lio/vertx/reactivex/core/http/HttpClient;
            0    4     1         options  Lio/vertx/core/http/RequestOptions;
            0    4     2         headers  Lio/vertx/reactivex/core/MultiMap;
            0    4     3         version  Lio/vertx/core/http/WebsocketVersion;
            0    4     4       wsConnect  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/WebSocket;>;
            0    4     5  failureHandler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
    Signature: (Lio/vertx/core/http/RequestOptions;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/WebSocket;>;Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/reactivex/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                Name  Flags
      options         
      headers         
      version         
      wsConnect       
      failureHandler  

  public io.vertx.reactivex.core.http.HttpClient websocket(int, java.lang.String, java.lang.String, io.vertx.reactivex.core.MultiMap, io.vertx.core.http.WebsocketVersion, io.vertx.core.Handler<io.vertx.reactivex.core.http.WebSocket>, io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=8, args_size=8
        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.reactivex.core.MultiMap headers
        start local 5 // io.vertx.core.http.WebsocketVersion version
        start local 6 // io.vertx.core.Handler wsConnect
        start local 7 // io.vertx.core.Handler failureHandler
         0: .line 1728
            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 */
            aload 4 /* headers */
            invokevirtual io.vertx.reactivex.core.MultiMap.getDelegate:()Lio/vertx/core/MultiMap;
            aload 5 /* version */
            new io.vertx.reactivex.core.http.HttpClient$66
            dup
            aload 0 /* this */
            aload 6 /* wsConnect */
            invokespecial io.vertx.reactivex.core.http.HttpClient$66.<init>:(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/Handler;)V
         1: .line 1732
            aload 7 /* failureHandler */
         2: .line 1728
            invokeinterface io.vertx.core.http.HttpClient.websocket:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
            pop
         3: .line 1733
            aload 0 /* this */
            areturn
        end local 7 // io.vertx.core.Handler failureHandler
        end local 6 // io.vertx.core.Handler wsConnect
        end local 5 // io.vertx.core.http.WebsocketVersion version
        end local 4 // io.vertx.reactivex.core.MultiMap headers
        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    4     0            this  Lio/vertx/reactivex/core/http/HttpClient;
            0    4     1            port  I
            0    4     2            host  Ljava/lang/String;
            0    4     3      requestURI  Ljava/lang/String;
            0    4     4         headers  Lio/vertx/reactivex/core/MultiMap;
            0    4     5         version  Lio/vertx/core/http/WebsocketVersion;
            0    4     6       wsConnect  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/WebSocket;>;
            0    4     7  failureHandler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
    Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/WebSocket;>;Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/reactivex/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                Name  Flags
      port            
      host            
      requestURI      
      headers         
      version         
      wsConnect       
      failureHandler  

  public io.vertx.reactivex.core.http.HttpClient websocket(java.lang.String, java.lang.String, io.vertx.reactivex.core.MultiMap, io.vertx.core.http.WebsocketVersion, io.vertx.core.Handler<io.vertx.reactivex.core.http.WebSocket>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClient;
    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 host
        start local 2 // java.lang.String requestURI
        start local 3 // io.vertx.reactivex.core.MultiMap headers
        start local 4 // io.vertx.core.http.WebsocketVersion version
        start local 5 // io.vertx.core.Handler wsConnect
         0: .line 1748
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* host */
            aload 2 /* requestURI */
            aload 3 /* headers */
            invokevirtual io.vertx.reactivex.core.MultiMap.getDelegate:()Lio/vertx/core/MultiMap;
            aload 4 /* version */
            new io.vertx.reactivex.core.http.HttpClient$67
            dup
            aload 0 /* this */
            aload 5 /* wsConnect */
            invokespecial io.vertx.reactivex.core.http.HttpClient$67.<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/MultiMap;Lio/vertx/core/http/WebsocketVersion;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
            pop
         1: .line 1753
            aload 0 /* this */
            areturn
        end local 5 // io.vertx.core.Handler wsConnect
        end local 4 // io.vertx.core.http.WebsocketVersion version
        end local 3 // io.vertx.reactivex.core.MultiMap headers
        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     headers  Lio/vertx/reactivex/core/MultiMap;
            0    2     4     version  Lio/vertx/core/http/WebsocketVersion;
            0    2     5   wsConnect  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/WebSocket;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/WebSocket;>;)Lio/vertx/reactivex/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
            Name  Flags
      host        
      requestURI  
      headers     
      version     
      wsConnect   

  public io.vertx.reactivex.core.http.HttpClient websocket(java.lang.String, java.lang.String, io.vertx.reactivex.core.MultiMap, io.vertx.core.http.WebsocketVersion, io.vertx.core.Handler<io.vertx.reactivex.core.http.WebSocket>, io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=7, args_size=7
        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.reactivex.core.MultiMap headers
        start local 4 // io.vertx.core.http.WebsocketVersion version
        start local 5 // io.vertx.core.Handler wsConnect
        start local 6 // io.vertx.core.Handler failureHandler
         0: .line 1769
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* host */
            aload 2 /* requestURI */
            aload 3 /* headers */
            invokevirtual io.vertx.reactivex.core.MultiMap.getDelegate:()Lio/vertx/core/MultiMap;
            aload 4 /* version */
            new io.vertx.reactivex.core.http.HttpClient$68
            dup
            aload 0 /* this */
            aload 5 /* wsConnect */
            invokespecial io.vertx.reactivex.core.http.HttpClient$68.<init>:(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/Handler;)V
         1: .line 1773
            aload 6 /* failureHandler */
         2: .line 1769
            invokeinterface io.vertx.core.http.HttpClient.websocket:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
            pop
         3: .line 1774
            aload 0 /* this */
            areturn
        end local 6 // io.vertx.core.Handler failureHandler
        end local 5 // io.vertx.core.Handler wsConnect
        end local 4 // io.vertx.core.http.WebsocketVersion version
        end local 3 // io.vertx.reactivex.core.MultiMap headers
        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    4     0            this  Lio/vertx/reactivex/core/http/HttpClient;
            0    4     1            host  Ljava/lang/String;
            0    4     2      requestURI  Ljava/lang/String;
            0    4     3         headers  Lio/vertx/reactivex/core/MultiMap;
            0    4     4         version  Lio/vertx/core/http/WebsocketVersion;
            0    4     5       wsConnect  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/WebSocket;>;
            0    4     6  failureHandler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/WebSocket;>;Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/reactivex/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                Name  Flags
      host            
      requestURI      
      headers         
      version         
      wsConnect       
      failureHandler  

  public io.vertx.reactivex.core.http.HttpClient websocket(io.vertx.core.http.RequestOptions, io.vertx.reactivex.core.MultiMap, io.vertx.core.http.WebsocketVersion, java.lang.String, io.vertx.core.Handler<io.vertx.reactivex.core.http.WebSocket>);
    descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClient;
    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.RequestOptions options
        start local 2 // io.vertx.reactivex.core.MultiMap headers
        start local 3 // io.vertx.core.http.WebsocketVersion version
        start local 4 // java.lang.String subProtocols
        start local 5 // io.vertx.core.Handler wsConnect
         0: .line 1789
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* options */
            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$69
            dup
            aload 0 /* this */
            aload 5 /* wsConnect */
            invokespecial io.vertx.reactivex.core.http.HttpClient$69.<init>:(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpClient.websocket:(Lio/vertx/core/http/RequestOptions;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
            pop
         1: .line 1794
            aload 0 /* this */
            areturn
        end local 5 // io.vertx.core.Handler wsConnect
        end local 4 // java.lang.String subProtocols
        end local 3 // io.vertx.core.http.WebsocketVersion version
        end local 2 // io.vertx.reactivex.core.MultiMap headers
        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       headers  Lio/vertx/reactivex/core/MultiMap;
            0    2     3       version  Lio/vertx/core/http/WebsocketVersion;
            0    2     4  subProtocols  Ljava/lang/String;
            0    2     5     wsConnect  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/WebSocket;>;
    Signature: (Lio/vertx/core/http/RequestOptions;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/WebSocket;>;)Lio/vertx/reactivex/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
              Name  Flags
      options       
      headers       
      version       
      subProtocols  
      wsConnect     

  public io.vertx.reactivex.core.http.HttpClient websocket(int, java.lang.String, java.lang.String, io.vertx.reactivex.core.MultiMap, io.vertx.core.http.WebsocketVersion, java.lang.String, io.vertx.core.Handler<io.vertx.reactivex.core.http.WebSocket>);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=11, locals=8, args_size=8
        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.reactivex.core.MultiMap headers
        start local 5 // io.vertx.core.http.WebsocketVersion version
        start local 6 // java.lang.String subProtocols
        start local 7 // io.vertx.core.Handler wsConnect
         0: .line 1811
            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 */
            aload 4 /* headers */
            invokevirtual io.vertx.reactivex.core.MultiMap.getDelegate:()Lio/vertx/core/MultiMap;
            aload 5 /* version */
            aload 6 /* subProtocols */
            new io.vertx.reactivex.core.http.HttpClient$70
            dup
            aload 0 /* this */
            aload 7 /* wsConnect */
            invokespecial io.vertx.reactivex.core.http.HttpClient$70.<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/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
            pop
         1: .line 1816
            aload 0 /* this */
            areturn
        end local 7 // io.vertx.core.Handler wsConnect
        end local 6 // java.lang.String subProtocols
        end local 5 // io.vertx.core.http.WebsocketVersion version
        end local 4 // io.vertx.reactivex.core.MultiMap headers
        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       headers  Lio/vertx/reactivex/core/MultiMap;
            0    2     5       version  Lio/vertx/core/http/WebsocketVersion;
            0    2     6  subProtocols  Ljava/lang/String;
            0    2     7     wsConnect  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/WebSocket;>;
    Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/WebSocket;>;)Lio/vertx/reactivex/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
              Name  Flags
      port          
      host          
      requestURI    
      headers       
      version       
      subProtocols  
      wsConnect     

  public io.vertx.reactivex.core.http.HttpClient websocketAbs(java.lang.String, io.vertx.reactivex.core.MultiMap, io.vertx.core.http.WebsocketVersion, java.lang.String, io.vertx.core.Handler<io.vertx.reactivex.core.http.WebSocket>, io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=7, args_size=7
        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.lang.String subProtocols
        start local 5 // io.vertx.core.Handler wsConnect
        start local 6 // io.vertx.core.Handler failureHandler
         0: .line 1832
            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$71
            dup
            aload 0 /* this */
            aload 5 /* wsConnect */
            invokespecial io.vertx.reactivex.core.http.HttpClient$71.<init>:(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/Handler;)V
         1: .line 1836
            aload 6 /* failureHandler */
         2: .line 1832
            invokeinterface io.vertx.core.http.HttpClient.websocketAbs:(Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
            pop
         3: .line 1837
            aload 0 /* this */
            areturn
        end local 6 // io.vertx.core.Handler failureHandler
        end local 5 // io.vertx.core.Handler wsConnect
        end local 4 // java.lang.String 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    4     0            this  Lio/vertx/reactivex/core/http/HttpClient;
            0    4     1             url  Ljava/lang/String;
            0    4     2         headers  Lio/vertx/reactivex/core/MultiMap;
            0    4     3         version  Lio/vertx/core/http/WebsocketVersion;
            0    4     4    subProtocols  Ljava/lang/String;
            0    4     5       wsConnect  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/WebSocket;>;
            0    4     6  failureHandler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
    Signature: (Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/WebSocket;>;Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/reactivex/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                Name  Flags
      url             
      headers         
      version         
      subProtocols    
      wsConnect       
      failureHandler  

  public io.vertx.reactivex.core.http.HttpClient websocket(io.vertx.core.http.RequestOptions, io.vertx.reactivex.core.MultiMap, io.vertx.core.http.WebsocketVersion, java.lang.String, io.vertx.core.Handler<io.vertx.reactivex.core.http.WebSocket>, io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=7, args_size=7
        start local 0 // io.vertx.reactivex.core.http.HttpClient this
        start local 1 // io.vertx.core.http.RequestOptions options
        start local 2 // io.vertx.reactivex.core.MultiMap headers
        start local 3 // io.vertx.core.http.WebsocketVersion version
        start local 4 // java.lang.String subProtocols
        start local 5 // io.vertx.core.Handler wsConnect
        start local 6 // io.vertx.core.Handler failureHandler
         0: .line 1853
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* options */
            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$72
            dup
            aload 0 /* this */
            aload 5 /* wsConnect */
            invokespecial io.vertx.reactivex.core.http.HttpClient$72.<init>:(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/Handler;)V
         1: .line 1857
            aload 6 /* failureHandler */
         2: .line 1853
            invokeinterface io.vertx.core.http.HttpClient.websocket:(Lio/vertx/core/http/RequestOptions;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
            pop
         3: .line 1858
            aload 0 /* this */
            areturn
        end local 6 // io.vertx.core.Handler failureHandler
        end local 5 // io.vertx.core.Handler wsConnect
        end local 4 // java.lang.String subProtocols
        end local 3 // io.vertx.core.http.WebsocketVersion version
        end local 2 // io.vertx.reactivex.core.MultiMap headers
        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    4     0            this  Lio/vertx/reactivex/core/http/HttpClient;
            0    4     1         options  Lio/vertx/core/http/RequestOptions;
            0    4     2         headers  Lio/vertx/reactivex/core/MultiMap;
            0    4     3         version  Lio/vertx/core/http/WebsocketVersion;
            0    4     4    subProtocols  Ljava/lang/String;
            0    4     5       wsConnect  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/WebSocket;>;
            0    4     6  failureHandler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
    Signature: (Lio/vertx/core/http/RequestOptions;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/WebSocket;>;Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/reactivex/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                Name  Flags
      options         
      headers         
      version         
      subProtocols    
      wsConnect       
      failureHandler  

  public io.vertx.reactivex.core.http.HttpClient websocket(int, java.lang.String, java.lang.String, io.vertx.reactivex.core.MultiMap, io.vertx.core.http.WebsocketVersion, java.lang.String, io.vertx.core.Handler<io.vertx.reactivex.core.http.WebSocket>, io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=11, locals=9, args_size=9
        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.reactivex.core.MultiMap headers
        start local 5 // io.vertx.core.http.WebsocketVersion version
        start local 6 // java.lang.String subProtocols
        start local 7 // io.vertx.core.Handler wsConnect
        start local 8 // io.vertx.core.Handler failureHandler
         0: .line 1876
            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 */
            aload 4 /* headers */
            invokevirtual io.vertx.reactivex.core.MultiMap.getDelegate:()Lio/vertx/core/MultiMap;
            aload 5 /* version */
            aload 6 /* subProtocols */
            new io.vertx.reactivex.core.http.HttpClient$73
            dup
            aload 0 /* this */
            aload 7 /* wsConnect */
            invokespecial io.vertx.reactivex.core.http.HttpClient$73.<init>:(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/Handler;)V
         1: .line 1880
            aload 8 /* failureHandler */
         2: .line 1876
            invokeinterface io.vertx.core.http.HttpClient.websocket:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
            pop
         3: .line 1881
            aload 0 /* this */
            areturn
        end local 8 // io.vertx.core.Handler failureHandler
        end local 7 // io.vertx.core.Handler wsConnect
        end local 6 // java.lang.String subProtocols
        end local 5 // io.vertx.core.http.WebsocketVersion version
        end local 4 // io.vertx.reactivex.core.MultiMap headers
        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    4     0            this  Lio/vertx/reactivex/core/http/HttpClient;
            0    4     1            port  I
            0    4     2            host  Ljava/lang/String;
            0    4     3      requestURI  Ljava/lang/String;
            0    4     4         headers  Lio/vertx/reactivex/core/MultiMap;
            0    4     5         version  Lio/vertx/core/http/WebsocketVersion;
            0    4     6    subProtocols  Ljava/lang/String;
            0    4     7       wsConnect  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/WebSocket;>;
            0    4     8  failureHandler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
    Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/WebSocket;>;Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/reactivex/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                Name  Flags
      port            
      host            
      requestURI      
      headers         
      version         
      subProtocols    
      wsConnect       
      failureHandler  

  public io.vertx.reactivex.core.http.HttpClient websocket(java.lang.String, java.lang.String, io.vertx.reactivex.core.MultiMap, io.vertx.core.http.WebsocketVersion, java.lang.String, io.vertx.core.Handler<io.vertx.reactivex.core.http.WebSocket>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=7, args_size=7
        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.reactivex.core.MultiMap headers
        start local 4 // io.vertx.core.http.WebsocketVersion version
        start local 5 // java.lang.String subProtocols
        start local 6 // io.vertx.core.Handler wsConnect
         0: .line 1897
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* host */
            aload 2 /* requestURI */
            aload 3 /* headers */
            invokevirtual io.vertx.reactivex.core.MultiMap.getDelegate:()Lio/vertx/core/MultiMap;
            aload 4 /* version */
            aload 5 /* subProtocols */
            new io.vertx.reactivex.core.http.HttpClient$74
            dup
            aload 0 /* this */
            aload 6 /* wsConnect */
            invokespecial io.vertx.reactivex.core.http.HttpClient$74.<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/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
            pop
         1: .line 1902
            aload 0 /* this */
            areturn
        end local 6 // io.vertx.core.Handler wsConnect
        end local 5 // java.lang.String subProtocols
        end local 4 // io.vertx.core.http.WebsocketVersion version
        end local 3 // io.vertx.reactivex.core.MultiMap headers
        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       headers  Lio/vertx/reactivex/core/MultiMap;
            0    2     4       version  Lio/vertx/core/http/WebsocketVersion;
            0    2     5  subProtocols  Ljava/lang/String;
            0    2     6     wsConnect  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/WebSocket;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/WebSocket;>;)Lio/vertx/reactivex/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
              Name  Flags
      host          
      requestURI    
      headers       
      version       
      subProtocols  
      wsConnect     

  public io.vertx.reactivex.core.http.HttpClient websocket(java.lang.String, java.lang.String, io.vertx.reactivex.core.MultiMap, io.vertx.core.http.WebsocketVersion, java.lang.String, io.vertx.core.Handler<io.vertx.reactivex.core.http.WebSocket>, io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=8, args_size=8
        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.reactivex.core.MultiMap headers
        start local 4 // io.vertx.core.http.WebsocketVersion version
        start local 5 // java.lang.String subProtocols
        start local 6 // io.vertx.core.Handler wsConnect
        start local 7 // io.vertx.core.Handler failureHandler
         0: .line 1919
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* host */
            aload 2 /* requestURI */
            aload 3 /* headers */
            invokevirtual io.vertx.reactivex.core.MultiMap.getDelegate:()Lio/vertx/core/MultiMap;
            aload 4 /* version */
            aload 5 /* subProtocols */
            new io.vertx.reactivex.core.http.HttpClient$75
            dup
            aload 0 /* this */
            aload 6 /* wsConnect */
            invokespecial io.vertx.reactivex.core.http.HttpClient$75.<init>:(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/Handler;)V
         1: .line 1923
            aload 7 /* failureHandler */
         2: .line 1919
            invokeinterface io.vertx.core.http.HttpClient.websocket:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
            pop
         3: .line 1924
            aload 0 /* this */
            areturn
        end local 7 // io.vertx.core.Handler failureHandler
        end local 6 // io.vertx.core.Handler wsConnect
        end local 5 // java.lang.String subProtocols
        end local 4 // io.vertx.core.http.WebsocketVersion version
        end local 3 // io.vertx.reactivex.core.MultiMap headers
        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    4     0            this  Lio/vertx/reactivex/core/http/HttpClient;
            0    4     1            host  Ljava/lang/String;
            0    4     2      requestURI  Ljava/lang/String;
            0    4     3         headers  Lio/vertx/reactivex/core/MultiMap;
            0    4     4         version  Lio/vertx/core/http/WebsocketVersion;
            0    4     5    subProtocols  Ljava/lang/String;
            0    4     6       wsConnect  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/WebSocket;>;
            0    4     7  failureHandler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/WebSocket;>;Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/reactivex/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                Name  Flags
      host            
      requestURI      
      headers         
      version         
      subProtocols    
      wsConnect       
      failureHandler  

  public io.vertx.reactivex.core.http.HttpClient websocket(java.lang.String, io.vertx.core.Handler<io.vertx.reactivex.core.http.WebSocket>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClient;
    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 wsConnect
         0: .line 1935
            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$76
            dup
            aload 0 /* this */
            aload 2 /* wsConnect */
            invokespecial io.vertx.reactivex.core.http.HttpClient$76.<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;)Lio/vertx/core/http/HttpClient;
            pop
         1: .line 1940
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler wsConnect
        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   wsConnect  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/WebSocket;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/WebSocket;>;)Lio/vertx/reactivex/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
            Name  Flags
      requestURI  
      wsConnect   

  public io.vertx.reactivex.core.http.HttpClient websocket(java.lang.String, io.vertx.core.Handler<io.vertx.reactivex.core.http.WebSocket>, io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.core.http.HttpClient this
        start local 1 // java.lang.String requestURI
        start local 2 // io.vertx.core.Handler wsConnect
        start local 3 // io.vertx.core.Handler failureHandler
         0: .line 1952
            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$77
            dup
            aload 0 /* this */
            aload 2 /* wsConnect */
            invokespecial io.vertx.reactivex.core.http.HttpClient$77.<init>:(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/Handler;)V
         1: .line 1956
            aload 3 /* failureHandler */
         2: .line 1952
            invokeinterface io.vertx.core.http.HttpClient.websocket:(Ljava/lang/String;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
            pop
         3: .line 1957
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler failureHandler
        end local 2 // io.vertx.core.Handler wsConnect
        end local 1 // java.lang.String requestURI
        end local 0 // io.vertx.reactivex.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lio/vertx/reactivex/core/http/HttpClient;
            0    4     1      requestURI  Ljava/lang/String;
            0    4     2       wsConnect  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/WebSocket;>;
            0    4     3  failureHandler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/WebSocket;>;Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/reactivex/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                Name  Flags
      requestURI      
      wsConnect       
      failureHandler  

  public io.vertx.reactivex.core.http.HttpClient websocket(java.lang.String, io.vertx.reactivex.core.MultiMap, io.vertx.core.Handler<io.vertx.reactivex.core.http.WebSocket>);
    descriptor: (Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClient;
    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 requestURI
        start local 2 // io.vertx.reactivex.core.MultiMap headers
        start local 3 // io.vertx.core.Handler wsConnect
         0: .line 1969
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* requestURI */
            aload 2 /* headers */
            invokevirtual io.vertx.reactivex.core.MultiMap.getDelegate:()Lio/vertx/core/MultiMap;
            new io.vertx.reactivex.core.http.HttpClient$78
            dup
            aload 0 /* this */
            aload 3 /* wsConnect */
            invokespecial io.vertx.reactivex.core.http.HttpClient$78.<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/MultiMap;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
            pop
         1: .line 1974
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler wsConnect
        end local 2 // io.vertx.reactivex.core.MultiMap headers
        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     headers  Lio/vertx/reactivex/core/MultiMap;
            0    2     3   wsConnect  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/WebSocket;>;
    Signature: (Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/WebSocket;>;)Lio/vertx/reactivex/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
            Name  Flags
      requestURI  
      headers     
      wsConnect   

  public io.vertx.reactivex.core.http.HttpClient websocket(java.lang.String, io.vertx.reactivex.core.MultiMap, io.vertx.core.Handler<io.vertx.reactivex.core.http.WebSocket>, io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.core.http.HttpClient this
        start local 1 // java.lang.String requestURI
        start local 2 // io.vertx.reactivex.core.MultiMap headers
        start local 3 // io.vertx.core.Handler wsConnect
        start local 4 // io.vertx.core.Handler failureHandler
         0: .line 1987
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* requestURI */
            aload 2 /* headers */
            invokevirtual io.vertx.reactivex.core.MultiMap.getDelegate:()Lio/vertx/core/MultiMap;
            new io.vertx.reactivex.core.http.HttpClient$79
            dup
            aload 0 /* this */
            aload 3 /* wsConnect */
            invokespecial io.vertx.reactivex.core.http.HttpClient$79.<init>:(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/Handler;)V
         1: .line 1991
            aload 4 /* failureHandler */
         2: .line 1987
            invokeinterface io.vertx.core.http.HttpClient.websocket:(Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
            pop
         3: .line 1992
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler failureHandler
        end local 3 // io.vertx.core.Handler wsConnect
        end local 2 // io.vertx.reactivex.core.MultiMap headers
        end local 1 // java.lang.String requestURI
        end local 0 // io.vertx.reactivex.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lio/vertx/reactivex/core/http/HttpClient;
            0    4     1      requestURI  Ljava/lang/String;
            0    4     2         headers  Lio/vertx/reactivex/core/MultiMap;
            0    4     3       wsConnect  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/WebSocket;>;
            0    4     4  failureHandler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
    Signature: (Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/WebSocket;>;Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/reactivex/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                Name  Flags
      requestURI      
      headers         
      wsConnect       
      failureHandler  

  public io.vertx.reactivex.core.http.HttpClient websocket(java.lang.String, io.vertx.reactivex.core.MultiMap, io.vertx.core.http.WebsocketVersion, io.vertx.core.Handler<io.vertx.reactivex.core.http.WebSocket>);
    descriptor: (Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClient;
    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 // java.lang.String requestURI
        start local 2 // io.vertx.reactivex.core.MultiMap headers
        start local 3 // io.vertx.core.http.WebsocketVersion version
        start local 4 // io.vertx.core.Handler wsConnect
         0: .line 2006
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* requestURI */
            aload 2 /* headers */
            invokevirtual io.vertx.reactivex.core.MultiMap.getDelegate:()Lio/vertx/core/MultiMap;
            aload 3 /* version */
            new io.vertx.reactivex.core.http.HttpClient$80
            dup
            aload 0 /* this */
            aload 4 /* wsConnect */
            invokespecial io.vertx.reactivex.core.http.HttpClient$80.<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/MultiMap;Lio/vertx/core/http/WebsocketVersion;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
            pop
         1: .line 2011
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler wsConnect
        end local 3 // io.vertx.core.http.WebsocketVersion version
        end local 2 // io.vertx.reactivex.core.MultiMap headers
        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     headers  Lio/vertx/reactivex/core/MultiMap;
            0    2     3     version  Lio/vertx/core/http/WebsocketVersion;
            0    2     4   wsConnect  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/WebSocket;>;
    Signature: (Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/WebSocket;>;)Lio/vertx/reactivex/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
            Name  Flags
      requestURI  
      headers     
      version     
      wsConnect   

  public io.vertx.reactivex.core.http.HttpClient websocket(java.lang.String, io.vertx.reactivex.core.MultiMap, io.vertx.core.http.WebsocketVersion, io.vertx.core.Handler<io.vertx.reactivex.core.http.WebSocket>, io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=6, args_size=6
        start local 0 // io.vertx.reactivex.core.http.HttpClient this
        start local 1 // java.lang.String requestURI
        start local 2 // io.vertx.reactivex.core.MultiMap headers
        start local 3 // io.vertx.core.http.WebsocketVersion version
        start local 4 // io.vertx.core.Handler wsConnect
        start local 5 // io.vertx.core.Handler failureHandler
         0: .line 2026
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* requestURI */
            aload 2 /* headers */
            invokevirtual io.vertx.reactivex.core.MultiMap.getDelegate:()Lio/vertx/core/MultiMap;
            aload 3 /* version */
            new io.vertx.reactivex.core.http.HttpClient$81
            dup
            aload 0 /* this */
            aload 4 /* wsConnect */
            invokespecial io.vertx.reactivex.core.http.HttpClient$81.<init>:(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/Handler;)V
         1: .line 2030
            aload 5 /* failureHandler */
         2: .line 2026
            invokeinterface io.vertx.core.http.HttpClient.websocket:(Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
            pop
         3: .line 2031
            aload 0 /* this */
            areturn
        end local 5 // io.vertx.core.Handler failureHandler
        end local 4 // io.vertx.core.Handler wsConnect
        end local 3 // io.vertx.core.http.WebsocketVersion version
        end local 2 // io.vertx.reactivex.core.MultiMap headers
        end local 1 // java.lang.String requestURI
        end local 0 // io.vertx.reactivex.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lio/vertx/reactivex/core/http/HttpClient;
            0    4     1      requestURI  Ljava/lang/String;
            0    4     2         headers  Lio/vertx/reactivex/core/MultiMap;
            0    4     3         version  Lio/vertx/core/http/WebsocketVersion;
            0    4     4       wsConnect  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/WebSocket;>;
            0    4     5  failureHandler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
    Signature: (Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/WebSocket;>;Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/reactivex/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                Name  Flags
      requestURI      
      headers         
      version         
      wsConnect       
      failureHandler  

  public io.vertx.reactivex.core.http.HttpClient websocket(java.lang.String, io.vertx.reactivex.core.MultiMap, io.vertx.core.http.WebsocketVersion, java.lang.String, io.vertx.core.Handler<io.vertx.reactivex.core.http.WebSocket>);
    descriptor: (Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClient;
    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 requestURI
        start local 2 // io.vertx.reactivex.core.MultiMap headers
        start local 3 // io.vertx.core.http.WebsocketVersion version
        start local 4 // java.lang.String subProtocols
        start local 5 // io.vertx.core.Handler wsConnect
         0: .line 2046
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* requestURI */
            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$82
            dup
            aload 0 /* this */
            aload 5 /* wsConnect */
            invokespecial io.vertx.reactivex.core.http.HttpClient$82.<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/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
            pop
         1: .line 2051
            aload 0 /* this */
            areturn
        end local 5 // io.vertx.core.Handler wsConnect
        end local 4 // java.lang.String 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 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       headers  Lio/vertx/reactivex/core/MultiMap;
            0    2     3       version  Lio/vertx/core/http/WebsocketVersion;
            0    2     4  subProtocols  Ljava/lang/String;
            0    2     5     wsConnect  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/WebSocket;>;
    Signature: (Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/WebSocket;>;)Lio/vertx/reactivex/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
              Name  Flags
      requestURI    
      headers       
      version       
      subProtocols  
      wsConnect     

  public io.vertx.reactivex.core.http.HttpClient websocket(java.lang.String, io.vertx.reactivex.core.MultiMap, io.vertx.core.http.WebsocketVersion, java.lang.String, io.vertx.core.Handler<io.vertx.reactivex.core.http.WebSocket>, io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=7, args_size=7
        start local 0 // io.vertx.reactivex.core.http.HttpClient this
        start local 1 // java.lang.String requestURI
        start local 2 // io.vertx.reactivex.core.MultiMap headers
        start local 3 // io.vertx.core.http.WebsocketVersion version
        start local 4 // java.lang.String subProtocols
        start local 5 // io.vertx.core.Handler wsConnect
        start local 6 // io.vertx.core.Handler failureHandler
         0: .line 2067
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* requestURI */
            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$83
            dup
            aload 0 /* this */
            aload 5 /* wsConnect */
            invokespecial io.vertx.reactivex.core.http.HttpClient$83.<init>:(Lio/vertx/reactivex/core/http/HttpClient;Lio/vertx/core/Handler;)V
         1: .line 2071
            aload 6 /* failureHandler */
         2: .line 2067
            invokeinterface io.vertx.core.http.HttpClient.websocket:(Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
            pop
         3: .line 2072
            aload 0 /* this */
            areturn
        end local 6 // io.vertx.core.Handler failureHandler
        end local 5 // io.vertx.core.Handler wsConnect
        end local 4 // java.lang.String 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 requestURI
        end local 0 // io.vertx.reactivex.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lio/vertx/reactivex/core/http/HttpClient;
            0    4     1      requestURI  Ljava/lang/String;
            0    4     2         headers  Lio/vertx/reactivex/core/MultiMap;
            0    4     3         version  Lio/vertx/core/http/WebsocketVersion;
            0    4     4    subProtocols  Ljava/lang/String;
            0    4     5       wsConnect  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/WebSocket;>;
            0    4     6  failureHandler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
    Signature: (Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/WebSocket;>;Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/reactivex/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                Name  Flags
      requestURI      
      headers         
      version         
      subProtocols    
      wsConnect       
      failureHandler  

  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 2083
            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$84
            dup
            aload 0 /* this */
            aload 4 /* handler */
            invokespecial io.vertx.reactivex.core.http.HttpClient$84.<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 2092
            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 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=3, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.core.http.HttpClient this
         0: .line 2102
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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;
    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 2114
            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$85
            dup
            aload 0 /* this */
            aload 3 /* handler */
            invokespecial io.vertx.reactivex.core.http.HttpClient$85.<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 2123
            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 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
         0: .line 2132
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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;
    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 2143
            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$86
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.core.http.HttpClient$86.<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 2152
            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 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=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpClient this
         0: .line 2160
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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;
    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 2171
            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$87
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.core.http.HttpClient$87.<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 2180
            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 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=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpClient this
         0: .line 2188
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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;
    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 2203
            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$88
            dup
            aload 0 /* this */
            aload 5 /* handler */
            invokespecial io.vertx.reactivex.core.http.HttpClient$88.<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 2212
            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 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=3, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.core.http.HttpClient this
         0: .line 2224
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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;
    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.streams.ReadStream<io.vertx.reactivex.core.http.WebSocket> websocketStream(io.vertx.core.http.RequestOptions);
    descriptor: (Lio/vertx/core/http/RequestOptions;)Lio/vertx/reactivex/core/streams/ReadStream;
    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 // io.vertx.core.http.RequestOptions options
         0: .line 2236
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* options */
            invokeinterface io.vertx.core.http.HttpClient.websocketStream:(Lio/vertx/core/http/RequestOptions;)Lio/vertx/core/streams/ReadStream;
            getstatic io.vertx.reactivex.core.http.WebSocket.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
            invokestatic io.vertx.reactivex.core.streams.ReadStream.newInstance:(Lio/vertx/core/streams/ReadStream;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/reactivex/core/streams/ReadStream;
            astore 2 /* ret */
        start local 2 // io.vertx.reactivex.core.streams.ReadStream ret
         1: .line 2237
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.reactivex.core.streams.ReadStream ret
        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;
            1    2     2      ret  Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/reactivex/core/http/WebSocket;>;
    Signature: (Lio/vertx/core/http/RequestOptions;)Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/reactivex/core/http/WebSocket;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.reactivex.core.streams.ReadStream<io.vertx.reactivex.core.http.WebSocket> websocketStream(int, java.lang.String, java.lang.String);
    descriptor: (ILjava/lang/String;Ljava/lang/String;)Lio/vertx/reactivex/core/streams/ReadStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, 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 2249
            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 */
            invokeinterface io.vertx.core.http.HttpClient.websocketStream:(ILjava/lang/String;Ljava/lang/String;)Lio/vertx/core/streams/ReadStream;
            getstatic io.vertx.reactivex.core.http.WebSocket.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
            invokestatic io.vertx.reactivex.core.streams.ReadStream.newInstance:(Lio/vertx/core/streams/ReadStream;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/reactivex/core/streams/ReadStream;
            astore 4 /* ret */
        start local 4 // io.vertx.reactivex.core.streams.ReadStream ret
         1: .line 2250
            aload 4 /* ret */
            areturn
        end local 4 // io.vertx.reactivex.core.streams.ReadStream ret
        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;
            1    2     4         ret  Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/reactivex/core/http/WebSocket;>;
    Signature: (ILjava/lang/String;Ljava/lang/String;)Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/reactivex/core/http/WebSocket;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
            Name  Flags
      port        
      host        
      requestURI  

  public io.vertx.reactivex.core.streams.ReadStream<io.vertx.reactivex.core.http.WebSocket> websocketStream(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/reactivex/core/streams/ReadStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, 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 2261
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* host */
            aload 2 /* requestURI */
            invokeinterface io.vertx.core.http.HttpClient.websocketStream:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/streams/ReadStream;
            getstatic io.vertx.reactivex.core.http.WebSocket.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
            invokestatic io.vertx.reactivex.core.streams.ReadStream.newInstance:(Lio/vertx/core/streams/ReadStream;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/reactivex/core/streams/ReadStream;
            astore 3 /* ret */
        start local 3 // io.vertx.reactivex.core.streams.ReadStream ret
         1: .line 2262
            aload 3 /* ret */
            areturn
        end local 3 // io.vertx.reactivex.core.streams.ReadStream ret
        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;
            1    2     3         ret  Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/reactivex/core/http/WebSocket;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/reactivex/core/http/WebSocket;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
            Name  Flags
      host        
      requestURI  

  public io.vertx.reactivex.core.streams.ReadStream<io.vertx.reactivex.core.http.WebSocket> websocketStream(io.vertx.core.http.RequestOptions, io.vertx.reactivex.core.MultiMap);
    descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/reactivex/core/MultiMap;)Lio/vertx/reactivex/core/streams/ReadStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, 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.reactivex.core.MultiMap headers
         0: .line 2273
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* options */
            aload 2 /* headers */
            invokevirtual io.vertx.reactivex.core.MultiMap.getDelegate:()Lio/vertx/core/MultiMap;
            invokeinterface io.vertx.core.http.HttpClient.websocketStream:(Lio/vertx/core/http/RequestOptions;Lio/vertx/core/MultiMap;)Lio/vertx/core/streams/ReadStream;
            getstatic io.vertx.reactivex.core.http.WebSocket.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
            invokestatic io.vertx.reactivex.core.streams.ReadStream.newInstance:(Lio/vertx/core/streams/ReadStream;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/reactivex/core/streams/ReadStream;
            astore 3 /* ret */
        start local 3 // io.vertx.reactivex.core.streams.ReadStream ret
         1: .line 2274
            aload 3 /* ret */
            areturn
        end local 3 // io.vertx.reactivex.core.streams.ReadStream ret
        end local 2 // io.vertx.reactivex.core.MultiMap headers
        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  headers  Lio/vertx/reactivex/core/MultiMap;
            1    2     3      ret  Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/reactivex/core/http/WebSocket;>;
    Signature: (Lio/vertx/core/http/RequestOptions;Lio/vertx/reactivex/core/MultiMap;)Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/reactivex/core/http/WebSocket;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
         Name  Flags
      options  
      headers  

  public io.vertx.reactivex.core.streams.ReadStream<io.vertx.reactivex.core.http.WebSocket> websocketStream(int, java.lang.String, java.lang.String, io.vertx.reactivex.core.MultiMap);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;)Lio/vertx/reactivex/core/streams/ReadStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, 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.reactivex.core.MultiMap headers
         0: .line 2287
            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 */
            aload 4 /* headers */
            invokevirtual io.vertx.reactivex.core.MultiMap.getDelegate:()Lio/vertx/core/MultiMap;
            invokeinterface io.vertx.core.http.HttpClient.websocketStream:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;)Lio/vertx/core/streams/ReadStream;
            getstatic io.vertx.reactivex.core.http.WebSocket.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
            invokestatic io.vertx.reactivex.core.streams.ReadStream.newInstance:(Lio/vertx/core/streams/ReadStream;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/reactivex/core/streams/ReadStream;
            astore 5 /* ret */
        start local 5 // io.vertx.reactivex.core.streams.ReadStream ret
         1: .line 2288
            aload 5 /* ret */
            areturn
        end local 5 // io.vertx.reactivex.core.streams.ReadStream ret
        end local 4 // io.vertx.reactivex.core.MultiMap headers
        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     headers  Lio/vertx/reactivex/core/MultiMap;
            1    2     5         ret  Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/reactivex/core/http/WebSocket;>;
    Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;)Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/reactivex/core/http/WebSocket;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
            Name  Flags
      port        
      host        
      requestURI  
      headers     

  public io.vertx.reactivex.core.streams.ReadStream<io.vertx.reactivex.core.http.WebSocket> websocketStream(java.lang.String, java.lang.String, io.vertx.reactivex.core.MultiMap);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;)Lio/vertx/reactivex/core/streams/ReadStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, 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.reactivex.core.MultiMap headers
         0: .line 2300
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* host */
            aload 2 /* requestURI */
            aload 3 /* headers */
            invokevirtual io.vertx.reactivex.core.MultiMap.getDelegate:()Lio/vertx/core/MultiMap;
            invokeinterface io.vertx.core.http.HttpClient.websocketStream:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;)Lio/vertx/core/streams/ReadStream;
            getstatic io.vertx.reactivex.core.http.WebSocket.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
            invokestatic io.vertx.reactivex.core.streams.ReadStream.newInstance:(Lio/vertx/core/streams/ReadStream;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/reactivex/core/streams/ReadStream;
            astore 4 /* ret */
        start local 4 // io.vertx.reactivex.core.streams.ReadStream ret
         1: .line 2301
            aload 4 /* ret */
            areturn
        end local 4 // io.vertx.reactivex.core.streams.ReadStream ret
        end local 3 // io.vertx.reactivex.core.MultiMap headers
        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     headers  Lio/vertx/reactivex/core/MultiMap;
            1    2     4         ret  Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/reactivex/core/http/WebSocket;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;)Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/reactivex/core/http/WebSocket;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
            Name  Flags
      host        
      requestURI  
      headers     

  public io.vertx.reactivex.core.streams.ReadStream<io.vertx.reactivex.core.http.WebSocket> websocketStream(io.vertx.core.http.RequestOptions, io.vertx.reactivex.core.MultiMap, io.vertx.core.http.WebsocketVersion);
    descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;)Lio/vertx/reactivex/core/streams/ReadStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // io.vertx.reactivex.core.http.HttpClient this
        start local 1 // io.vertx.core.http.RequestOptions options
        start local 2 // io.vertx.reactivex.core.MultiMap headers
        start local 3 // io.vertx.core.http.WebsocketVersion version
         0: .line 2314
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* options */
            aload 2 /* headers */
            invokevirtual io.vertx.reactivex.core.MultiMap.getDelegate:()Lio/vertx/core/MultiMap;
            aload 3 /* version */
            invokeinterface io.vertx.core.http.HttpClient.websocketStream:(Lio/vertx/core/http/RequestOptions;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;)Lio/vertx/core/streams/ReadStream;
            getstatic io.vertx.reactivex.core.http.WebSocket.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
            invokestatic io.vertx.reactivex.core.streams.ReadStream.newInstance:(Lio/vertx/core/streams/ReadStream;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/reactivex/core/streams/ReadStream;
            astore 4 /* ret */
        start local 4 // io.vertx.reactivex.core.streams.ReadStream ret
         1: .line 2315
            aload 4 /* ret */
            areturn
        end local 4 // io.vertx.reactivex.core.streams.ReadStream ret
        end local 3 // io.vertx.core.http.WebsocketVersion version
        end local 2 // io.vertx.reactivex.core.MultiMap headers
        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  headers  Lio/vertx/reactivex/core/MultiMap;
            0    2     3  version  Lio/vertx/core/http/WebsocketVersion;
            1    2     4      ret  Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/reactivex/core/http/WebSocket;>;
    Signature: (Lio/vertx/core/http/RequestOptions;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;)Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/reactivex/core/http/WebSocket;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
         Name  Flags
      options  
      headers  
      version  

  public io.vertx.reactivex.core.streams.ReadStream<io.vertx.reactivex.core.http.WebSocket> websocketStream(int, java.lang.String, java.lang.String, io.vertx.reactivex.core.MultiMap, io.vertx.core.http.WebsocketVersion);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;)Lio/vertx/reactivex/core/streams/ReadStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=6
        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.reactivex.core.MultiMap headers
        start local 5 // io.vertx.core.http.WebsocketVersion version
         0: .line 2330
            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 */
            aload 4 /* headers */
            invokevirtual io.vertx.reactivex.core.MultiMap.getDelegate:()Lio/vertx/core/MultiMap;
            aload 5 /* version */
            invokeinterface io.vertx.core.http.HttpClient.websocketStream:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;)Lio/vertx/core/streams/ReadStream;
            getstatic io.vertx.reactivex.core.http.WebSocket.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
            invokestatic io.vertx.reactivex.core.streams.ReadStream.newInstance:(Lio/vertx/core/streams/ReadStream;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/reactivex/core/streams/ReadStream;
            astore 6 /* ret */
        start local 6 // io.vertx.reactivex.core.streams.ReadStream ret
         1: .line 2331
            aload 6 /* ret */
            areturn
        end local 6 // io.vertx.reactivex.core.streams.ReadStream ret
        end local 5 // io.vertx.core.http.WebsocketVersion version
        end local 4 // io.vertx.reactivex.core.MultiMap headers
        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     headers  Lio/vertx/reactivex/core/MultiMap;
            0    2     5     version  Lio/vertx/core/http/WebsocketVersion;
            1    2     6         ret  Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/reactivex/core/http/WebSocket;>;
    Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;)Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/reactivex/core/http/WebSocket;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
            Name  Flags
      port        
      host        
      requestURI  
      headers     
      version     

  public io.vertx.reactivex.core.streams.ReadStream<io.vertx.reactivex.core.http.WebSocket> websocketStream(java.lang.String, java.lang.String, io.vertx.reactivex.core.MultiMap, io.vertx.core.http.WebsocketVersion);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;)Lio/vertx/reactivex/core/streams/ReadStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=5
        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.reactivex.core.MultiMap headers
        start local 4 // io.vertx.core.http.WebsocketVersion version
         0: .line 2345
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* host */
            aload 2 /* requestURI */
            aload 3 /* headers */
            invokevirtual io.vertx.reactivex.core.MultiMap.getDelegate:()Lio/vertx/core/MultiMap;
            aload 4 /* version */
            invokeinterface io.vertx.core.http.HttpClient.websocketStream:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;)Lio/vertx/core/streams/ReadStream;
            getstatic io.vertx.reactivex.core.http.WebSocket.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
            invokestatic io.vertx.reactivex.core.streams.ReadStream.newInstance:(Lio/vertx/core/streams/ReadStream;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/reactivex/core/streams/ReadStream;
            astore 5 /* ret */
        start local 5 // io.vertx.reactivex.core.streams.ReadStream ret
         1: .line 2346
            aload 5 /* ret */
            areturn
        end local 5 // io.vertx.reactivex.core.streams.ReadStream ret
        end local 4 // io.vertx.core.http.WebsocketVersion version
        end local 3 // io.vertx.reactivex.core.MultiMap headers
        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     headers  Lio/vertx/reactivex/core/MultiMap;
            0    2     4     version  Lio/vertx/core/http/WebsocketVersion;
            1    2     5         ret  Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/reactivex/core/http/WebSocket;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;)Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/reactivex/core/http/WebSocket;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
            Name  Flags
      host        
      requestURI  
      headers     
      version     

  public io.vertx.reactivex.core.streams.ReadStream<io.vertx.reactivex.core.http.WebSocket> websocketStreamAbs(java.lang.String, io.vertx.reactivex.core.MultiMap, io.vertx.core.http.WebsocketVersion, java.lang.String);
    descriptor: (Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;)Lio/vertx/reactivex/core/streams/ReadStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, 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.lang.String subProtocols
         0: .line 2360
            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 */
            invokeinterface io.vertx.core.http.HttpClient.websocketStreamAbs:(Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;)Lio/vertx/core/streams/ReadStream;
            getstatic io.vertx.reactivex.core.http.WebSocket.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
            invokestatic io.vertx.reactivex.core.streams.ReadStream.newInstance:(Lio/vertx/core/streams/ReadStream;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/reactivex/core/streams/ReadStream;
            astore 5 /* ret */
        start local 5 // io.vertx.reactivex.core.streams.ReadStream ret
         1: .line 2361
            aload 5 /* ret */
            areturn
        end local 5 // io.vertx.reactivex.core.streams.ReadStream ret
        end local 4 // java.lang.String 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/lang/String;
            1    2     5           ret  Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/reactivex/core/http/WebSocket;>;
    Signature: (Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;)Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/reactivex/core/http/WebSocket;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
              Name  Flags
      url           
      headers       
      version       
      subProtocols  

  public io.vertx.reactivex.core.streams.ReadStream<io.vertx.reactivex.core.http.WebSocket> websocketStream(io.vertx.core.http.RequestOptions, io.vertx.reactivex.core.MultiMap, io.vertx.core.http.WebsocketVersion, java.lang.String);
    descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;)Lio/vertx/reactivex/core/streams/ReadStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=5
        start local 0 // io.vertx.reactivex.core.http.HttpClient this
        start local 1 // io.vertx.core.http.RequestOptions options
        start local 2 // io.vertx.reactivex.core.MultiMap headers
        start local 3 // io.vertx.core.http.WebsocketVersion version
        start local 4 // java.lang.String subProtocols
         0: .line 2375
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* options */
            aload 2 /* headers */
            invokevirtual io.vertx.reactivex.core.MultiMap.getDelegate:()Lio/vertx/core/MultiMap;
            aload 3 /* version */
            aload 4 /* subProtocols */
            invokeinterface io.vertx.core.http.HttpClient.websocketStream:(Lio/vertx/core/http/RequestOptions;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;)Lio/vertx/core/streams/ReadStream;
            getstatic io.vertx.reactivex.core.http.WebSocket.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
            invokestatic io.vertx.reactivex.core.streams.ReadStream.newInstance:(Lio/vertx/core/streams/ReadStream;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/reactivex/core/streams/ReadStream;
            astore 5 /* ret */
        start local 5 // io.vertx.reactivex.core.streams.ReadStream ret
         1: .line 2376
            aload 5 /* ret */
            areturn
        end local 5 // io.vertx.reactivex.core.streams.ReadStream ret
        end local 4 // java.lang.String subProtocols
        end local 3 // io.vertx.core.http.WebsocketVersion version
        end local 2 // io.vertx.reactivex.core.MultiMap headers
        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       headers  Lio/vertx/reactivex/core/MultiMap;
            0    2     3       version  Lio/vertx/core/http/WebsocketVersion;
            0    2     4  subProtocols  Ljava/lang/String;
            1    2     5           ret  Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/reactivex/core/http/WebSocket;>;
    Signature: (Lio/vertx/core/http/RequestOptions;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;)Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/reactivex/core/http/WebSocket;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
              Name  Flags
      options       
      headers       
      version       
      subProtocols  

  public io.vertx.reactivex.core.streams.ReadStream<io.vertx.reactivex.core.http.WebSocket> websocketStream(int, java.lang.String, java.lang.String, io.vertx.reactivex.core.MultiMap, io.vertx.core.http.WebsocketVersion, java.lang.String);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;)Lio/vertx/reactivex/core/streams/ReadStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=8, args_size=7
        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.reactivex.core.MultiMap headers
        start local 5 // io.vertx.core.http.WebsocketVersion version
        start local 6 // java.lang.String subProtocols
         0: .line 2392
            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 */
            aload 4 /* headers */
            invokevirtual io.vertx.reactivex.core.MultiMap.getDelegate:()Lio/vertx/core/MultiMap;
            aload 5 /* version */
            aload 6 /* subProtocols */
            invokeinterface io.vertx.core.http.HttpClient.websocketStream:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;)Lio/vertx/core/streams/ReadStream;
            getstatic io.vertx.reactivex.core.http.WebSocket.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
            invokestatic io.vertx.reactivex.core.streams.ReadStream.newInstance:(Lio/vertx/core/streams/ReadStream;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/reactivex/core/streams/ReadStream;
            astore 7 /* ret */
        start local 7 // io.vertx.reactivex.core.streams.ReadStream ret
         1: .line 2393
            aload 7 /* ret */
            areturn
        end local 7 // io.vertx.reactivex.core.streams.ReadStream ret
        end local 6 // java.lang.String subProtocols
        end local 5 // io.vertx.core.http.WebsocketVersion version
        end local 4 // io.vertx.reactivex.core.MultiMap headers
        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       headers  Lio/vertx/reactivex/core/MultiMap;
            0    2     5       version  Lio/vertx/core/http/WebsocketVersion;
            0    2     6  subProtocols  Ljava/lang/String;
            1    2     7           ret  Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/reactivex/core/http/WebSocket;>;
    Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;)Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/reactivex/core/http/WebSocket;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
              Name  Flags
      port          
      host          
      requestURI    
      headers       
      version       
      subProtocols  

  public io.vertx.reactivex.core.streams.ReadStream<io.vertx.reactivex.core.http.WebSocket> websocketStream(java.lang.String, java.lang.String, io.vertx.reactivex.core.MultiMap, io.vertx.core.http.WebsocketVersion, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;)Lio/vertx/reactivex/core/streams/ReadStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=6
        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.reactivex.core.MultiMap headers
        start local 4 // io.vertx.core.http.WebsocketVersion version
        start local 5 // java.lang.String subProtocols
         0: .line 2408
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* host */
            aload 2 /* requestURI */
            aload 3 /* headers */
            invokevirtual io.vertx.reactivex.core.MultiMap.getDelegate:()Lio/vertx/core/MultiMap;
            aload 4 /* version */
            aload 5 /* subProtocols */
            invokeinterface io.vertx.core.http.HttpClient.websocketStream:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;)Lio/vertx/core/streams/ReadStream;
            getstatic io.vertx.reactivex.core.http.WebSocket.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
            invokestatic io.vertx.reactivex.core.streams.ReadStream.newInstance:(Lio/vertx/core/streams/ReadStream;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/reactivex/core/streams/ReadStream;
            astore 6 /* ret */
        start local 6 // io.vertx.reactivex.core.streams.ReadStream ret
         1: .line 2409
            aload 6 /* ret */
            areturn
        end local 6 // io.vertx.reactivex.core.streams.ReadStream ret
        end local 5 // java.lang.String subProtocols
        end local 4 // io.vertx.core.http.WebsocketVersion version
        end local 3 // io.vertx.reactivex.core.MultiMap headers
        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       headers  Lio/vertx/reactivex/core/MultiMap;
            0    2     4       version  Lio/vertx/core/http/WebsocketVersion;
            0    2     5  subProtocols  Ljava/lang/String;
            1    2     6           ret  Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/reactivex/core/http/WebSocket;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;)Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/reactivex/core/http/WebSocket;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
              Name  Flags
      host          
      requestURI    
      headers       
      version       
      subProtocols  

  public io.vertx.reactivex.core.streams.ReadStream<io.vertx.reactivex.core.http.WebSocket> websocketStream(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/core/streams/ReadStream;
    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.String requestURI
         0: .line 2419
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* requestURI */
            invokeinterface io.vertx.core.http.HttpClient.websocketStream:(Ljava/lang/String;)Lio/vertx/core/streams/ReadStream;
            getstatic io.vertx.reactivex.core.http.WebSocket.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
            invokestatic io.vertx.reactivex.core.streams.ReadStream.newInstance:(Lio/vertx/core/streams/ReadStream;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/reactivex/core/streams/ReadStream;
            astore 2 /* ret */
        start local 2 // io.vertx.reactivex.core.streams.ReadStream ret
         1: .line 2420
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.reactivex.core.streams.ReadStream ret
        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;
            1    2     2         ret  Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/reactivex/core/http/WebSocket;>;
    Signature: (Ljava/lang/String;)Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/reactivex/core/http/WebSocket;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
            Name  Flags
      requestURI  

  public io.vertx.reactivex.core.streams.ReadStream<io.vertx.reactivex.core.http.WebSocket> websocketStream(java.lang.String, io.vertx.reactivex.core.MultiMap);
    descriptor: (Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;)Lio/vertx/reactivex/core/streams/ReadStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, 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.reactivex.core.MultiMap headers
         0: .line 2431
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* requestURI */
            aload 2 /* headers */
            invokevirtual io.vertx.reactivex.core.MultiMap.getDelegate:()Lio/vertx/core/MultiMap;
            invokeinterface io.vertx.core.http.HttpClient.websocketStream:(Ljava/lang/String;Lio/vertx/core/MultiMap;)Lio/vertx/core/streams/ReadStream;
            getstatic io.vertx.reactivex.core.http.WebSocket.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
            invokestatic io.vertx.reactivex.core.streams.ReadStream.newInstance:(Lio/vertx/core/streams/ReadStream;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/reactivex/core/streams/ReadStream;
            astore 3 /* ret */
        start local 3 // io.vertx.reactivex.core.streams.ReadStream ret
         1: .line 2432
            aload 3 /* ret */
            areturn
        end local 3 // io.vertx.reactivex.core.streams.ReadStream ret
        end local 2 // io.vertx.reactivex.core.MultiMap headers
        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     headers  Lio/vertx/reactivex/core/MultiMap;
            1    2     3         ret  Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/reactivex/core/http/WebSocket;>;
    Signature: (Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;)Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/reactivex/core/http/WebSocket;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
            Name  Flags
      requestURI  
      headers     

  public io.vertx.reactivex.core.streams.ReadStream<io.vertx.reactivex.core.http.WebSocket> websocketStream(java.lang.String, io.vertx.reactivex.core.MultiMap, io.vertx.core.http.WebsocketVersion);
    descriptor: (Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;)Lio/vertx/reactivex/core/streams/ReadStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // io.vertx.reactivex.core.http.HttpClient this
        start local 1 // java.lang.String requestURI
        start local 2 // io.vertx.reactivex.core.MultiMap headers
        start local 3 // io.vertx.core.http.WebsocketVersion version
         0: .line 2445
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* requestURI */
            aload 2 /* headers */
            invokevirtual io.vertx.reactivex.core.MultiMap.getDelegate:()Lio/vertx/core/MultiMap;
            aload 3 /* version */
            invokeinterface io.vertx.core.http.HttpClient.websocketStream:(Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;)Lio/vertx/core/streams/ReadStream;
            getstatic io.vertx.reactivex.core.http.WebSocket.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
            invokestatic io.vertx.reactivex.core.streams.ReadStream.newInstance:(Lio/vertx/core/streams/ReadStream;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/reactivex/core/streams/ReadStream;
            astore 4 /* ret */
        start local 4 // io.vertx.reactivex.core.streams.ReadStream ret
         1: .line 2446
            aload 4 /* ret */
            areturn
        end local 4 // io.vertx.reactivex.core.streams.ReadStream ret
        end local 3 // io.vertx.core.http.WebsocketVersion version
        end local 2 // io.vertx.reactivex.core.MultiMap headers
        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     headers  Lio/vertx/reactivex/core/MultiMap;
            0    2     3     version  Lio/vertx/core/http/WebsocketVersion;
            1    2     4         ret  Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/reactivex/core/http/WebSocket;>;
    Signature: (Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;)Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/reactivex/core/http/WebSocket;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
            Name  Flags
      requestURI  
      headers     
      version     

  public io.vertx.reactivex.core.streams.ReadStream<io.vertx.reactivex.core.http.WebSocket> websocketStream(java.lang.String, io.vertx.reactivex.core.MultiMap, io.vertx.core.http.WebsocketVersion, java.lang.String);
    descriptor: (Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;)Lio/vertx/reactivex/core/streams/ReadStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=5
        start local 0 // io.vertx.reactivex.core.http.HttpClient this
        start local 1 // java.lang.String requestURI
        start local 2 // io.vertx.reactivex.core.MultiMap headers
        start local 3 // io.vertx.core.http.WebsocketVersion version
        start local 4 // java.lang.String subProtocols
         0: .line 2460
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* requestURI */
            aload 2 /* headers */
            invokevirtual io.vertx.reactivex.core.MultiMap.getDelegate:()Lio/vertx/core/MultiMap;
            aload 3 /* version */
            aload 4 /* subProtocols */
            invokeinterface io.vertx.core.http.HttpClient.websocketStream:(Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;)Lio/vertx/core/streams/ReadStream;
            getstatic io.vertx.reactivex.core.http.WebSocket.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
            invokestatic io.vertx.reactivex.core.streams.ReadStream.newInstance:(Lio/vertx/core/streams/ReadStream;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/reactivex/core/streams/ReadStream;
            astore 5 /* ret */
        start local 5 // io.vertx.reactivex.core.streams.ReadStream ret
         1: .line 2461
            aload 5 /* ret */
            areturn
        end local 5 // io.vertx.reactivex.core.streams.ReadStream ret
        end local 4 // java.lang.String 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 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       headers  Lio/vertx/reactivex/core/MultiMap;
            0    2     3       version  Lio/vertx/core/http/WebsocketVersion;
            0    2     4  subProtocols  Ljava/lang/String;
            1    2     5           ret  Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/reactivex/core/http/WebSocket;>;
    Signature: (Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;)Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/reactivex/core/http/WebSocket;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
              Name  Flags
      requestURI    
      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 2470
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            new io.vertx.reactivex.core.http.HttpClient$89
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.reactivex.core.http.HttpClient$89.<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 2475
            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.reactivex.core.Future<io.vertx.reactivex.core.http.HttpClientRequest>>);
    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 2497
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            new io.vertx.reactivex.core.http.HttpClient$90
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.reactivex.core.http.HttpClient$90.<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 2503
            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/reactivex/core/Future<Lio/vertx/reactivex/core/http/HttpClientRequest;>;>;
    Signature: (Ljava/util/function/Function<Lio/vertx/reactivex/core/http/HttpClientResponse;Lio/vertx/reactivex/core/Future<Lio/vertx/reactivex/core/http/HttpClientRequest;>;>;)Lio/vertx/reactivex/core/http/HttpClient;
    MethodParameters:
         Name  Flags
      handler  

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpClient this
         0: .line 2511
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            invokeinterface io.vertx.core.http.HttpClient.close:()V
         1: .line 2512
            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 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 2516
            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 85
            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;
}
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$13  io.vertx.reactivex.core.http.HttpClient$14  io.vertx.reactivex.core.http.HttpClient$15  io.vertx.reactivex.core.http.HttpClient$16  io.vertx.reactivex.core.http.HttpClient$17  io.vertx.reactivex.core.http.HttpClient$18  io.vertx.reactivex.core.http.HttpClient$19  io.vertx.reactivex.core.http.HttpClient$2  io.vertx.reactivex.core.http.HttpClient$20  io.vertx.reactivex.core.http.HttpClient$21  io.vertx.reactivex.core.http.HttpClient$22  io.vertx.reactivex.core.http.HttpClient$23  io.vertx.reactivex.core.http.HttpClient$24  io.vertx.reactivex.core.http.HttpClient$25  io.vertx.reactivex.core.http.HttpClient$26  io.vertx.reactivex.core.http.HttpClient$27  io.vertx.reactivex.core.http.HttpClient$28  io.vertx.reactivex.core.http.HttpClient$29  io.vertx.reactivex.core.http.HttpClient$3  io.vertx.reactivex.core.http.HttpClient$30  io.vertx.reactivex.core.http.HttpClient$31  io.vertx.reactivex.core.http.HttpClient$32  io.vertx.reactivex.core.http.HttpClient$33  io.vertx.reactivex.core.http.HttpClient$34  io.vertx.reactivex.core.http.HttpClient$35  io.vertx.reactivex.core.http.HttpClient$36  io.vertx.reactivex.core.http.HttpClient$37  io.vertx.reactivex.core.http.HttpClient$38  io.vertx.reactivex.core.http.HttpClient$39  io.vertx.reactivex.core.http.HttpClient$4  io.vertx.reactivex.core.http.HttpClient$40  io.vertx.reactivex.core.http.HttpClient$41  io.vertx.reactivex.core.http.HttpClient$42  io.vertx.reactivex.core.http.HttpClient$43  io.vertx.reactivex.core.http.HttpClient$44  io.vertx.reactivex.core.http.HttpClient$45  io.vertx.reactivex.core.http.HttpClient$46  io.vertx.reactivex.core.http.HttpClient$47  io.vertx.reactivex.core.http.HttpClient$48  io.vertx.reactivex.core.http.HttpClient$49  io.vertx.reactivex.core.http.HttpClient$5  io.vertx.reactivex.core.http.HttpClient$50  io.vertx.reactivex.core.http.HttpClient$51  io.vertx.reactivex.core.http.HttpClient$52  io.vertx.reactivex.core.http.HttpClient$53  io.vertx.reactivex.core.http.HttpClient$54  io.vertx.reactivex.core.http.HttpClient$55  io.vertx.reactivex.core.http.HttpClient$56  io.vertx.reactivex.core.http.HttpClient$57  io.vertx.reactivex.core.http.HttpClient$58  io.vertx.reactivex.core.http.HttpClient$59  io.vertx.reactivex.core.http.HttpClient$6  io.vertx.reactivex.core.http.HttpClient$60  io.vertx.reactivex.core.http.HttpClient$61  io.vertx.reactivex.core.http.HttpClient$62  io.vertx.reactivex.core.http.HttpClient$63  io.vertx.reactivex.core.http.HttpClient$64  io.vertx.reactivex.core.http.HttpClient$65  io.vertx.reactivex.core.http.HttpClient$66  io.vertx.reactivex.core.http.HttpClient$67  io.vertx.reactivex.core.http.HttpClient$68  io.vertx.reactivex.core.http.HttpClient$69  io.vertx.reactivex.core.http.HttpClient$7  io.vertx.reactivex.core.http.HttpClient$70  io.vertx.reactivex.core.http.HttpClient$71  io.vertx.reactivex.core.http.HttpClient$72  io.vertx.reactivex.core.http.HttpClient$73  io.vertx.reactivex.core.http.HttpClient$74  io.vertx.reactivex.core.http.HttpClient$75  io.vertx.reactivex.core.http.HttpClient$76  io.vertx.reactivex.core.http.HttpClient$77  io.vertx.reactivex.core.http.HttpClient$78  io.vertx.reactivex.core.http.HttpClient$79  io.vertx.reactivex.core.http.HttpClient$8  io.vertx.reactivex.core.http.HttpClient$80  io.vertx.reactivex.core.http.HttpClient$81  io.vertx.reactivex.core.http.HttpClient$82  io.vertx.reactivex.core.http.HttpClient$83  io.vertx.reactivex.core.http.HttpClient$84  io.vertx.reactivex.core.http.HttpClient$85  io.vertx.reactivex.core.http.HttpClient$86  io.vertx.reactivex.core.http.HttpClient$87  io.vertx.reactivex.core.http.HttpClient$88  io.vertx.reactivex.core.http.HttpClient$89  io.vertx.reactivex.core.http.HttpClient$9  io.vertx.reactivex.core.http.HttpClient$90
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$13
  io.vertx.reactivex.core.http.HttpClient$14
  io.vertx.reactivex.core.http.HttpClient$15
  io.vertx.reactivex.core.http.HttpClient$16
  io.vertx.reactivex.core.http.HttpClient$17
  io.vertx.reactivex.core.http.HttpClient$18
  io.vertx.reactivex.core.http.HttpClient$19
  io.vertx.reactivex.core.http.HttpClient$2
  io.vertx.reactivex.core.http.HttpClient$20
  io.vertx.reactivex.core.http.HttpClient$21
  io.vertx.reactivex.core.http.HttpClient$22
  io.vertx.reactivex.core.http.HttpClient$23
  io.vertx.reactivex.core.http.HttpClient$24
  io.vertx.reactivex.core.http.HttpClient$25
  io.vertx.reactivex.core.http.HttpClient$26
  io.vertx.reactivex.core.http.HttpClient$27
  io.vertx.reactivex.core.http.HttpClient$28
  io.vertx.reactivex.core.http.HttpClient$29
  io.vertx.reactivex.core.http.HttpClient$3
  io.vertx.reactivex.core.http.HttpClient$30
  io.vertx.reactivex.core.http.HttpClient$31
  io.vertx.reactivex.core.http.HttpClient$32
  io.vertx.reactivex.core.http.HttpClient$33
  io.vertx.reactivex.core.http.HttpClient$34
  io.vertx.reactivex.core.http.HttpClient$35
  io.vertx.reactivex.core.http.HttpClient$36
  io.vertx.reactivex.core.http.HttpClient$37
  io.vertx.reactivex.core.http.HttpClient$38
  io.vertx.reactivex.core.http.HttpClient$39
  io.vertx.reactivex.core.http.HttpClient$4
  io.vertx.reactivex.core.http.HttpClient$40
  io.vertx.reactivex.core.http.HttpClient$41
  io.vertx.reactivex.core.http.HttpClient$42
  io.vertx.reactivex.core.http.HttpClient$43
  io.vertx.reactivex.core.http.HttpClient$44
  io.vertx.reactivex.core.http.HttpClient$45
  io.vertx.reactivex.core.http.HttpClient$46
  io.vertx.reactivex.core.http.HttpClient$47
  io.vertx.reactivex.core.http.HttpClient$48
  io.vertx.reactivex.core.http.HttpClient$49
  io.vertx.reactivex.core.http.HttpClient$5
  io.vertx.reactivex.core.http.HttpClient$50
  io.vertx.reactivex.core.http.HttpClient$51
  io.vertx.reactivex.core.http.HttpClient$52
  io.vertx.reactivex.core.http.HttpClient$53
  io.vertx.reactivex.core.http.HttpClient$54
  io.vertx.reactivex.core.http.HttpClient$55
  io.vertx.reactivex.core.http.HttpClient$56
  io.vertx.reactivex.core.http.HttpClient$57
  io.vertx.reactivex.core.http.HttpClient$58
  io.vertx.reactivex.core.http.HttpClient$59
  io.vertx.reactivex.core.http.HttpClient$6
  io.vertx.reactivex.core.http.HttpClient$60
  io.vertx.reactivex.core.http.HttpClient$61
  io.vertx.reactivex.core.http.HttpClient$62
  io.vertx.reactivex.core.http.HttpClient$63
  io.vertx.reactivex.core.http.HttpClient$64
  io.vertx.reactivex.core.http.HttpClient$65
  io.vertx.reactivex.core.http.HttpClient$66
  io.vertx.reactivex.core.http.HttpClient$67
  io.vertx.reactivex.core.http.HttpClient$68
  io.vertx.reactivex.core.http.HttpClient$69
  io.vertx.reactivex.core.http.HttpClient$7
  io.vertx.reactivex.core.http.HttpClient$70
  io.vertx.reactivex.core.http.HttpClient$71
  io.vertx.reactivex.core.http.HttpClient$72
  io.vertx.reactivex.core.http.HttpClient$73
  io.vertx.reactivex.core.http.HttpClient$74
  io.vertx.reactivex.core.http.HttpClient$75
  io.vertx.reactivex.core.http.HttpClient$76
  io.vertx.reactivex.core.http.HttpClient$77
  io.vertx.reactivex.core.http.HttpClient$78
  io.vertx.reactivex.core.http.HttpClient$79
  io.vertx.reactivex.core.http.HttpClient$8
  io.vertx.reactivex.core.http.HttpClient$80
  io.vertx.reactivex.core.http.HttpClient$81
  io.vertx.reactivex.core.http.HttpClient$82
  io.vertx.reactivex.core.http.HttpClient$83
  io.vertx.reactivex.core.http.HttpClient$84
  io.vertx.reactivex.core.http.HttpClient$85
  io.vertx.reactivex.core.http.HttpClient$86
  io.vertx.reactivex.core.http.HttpClient$87
  io.vertx.reactivex.core.http.HttpClient$88
  io.vertx.reactivex.core.http.HttpClient$89
  io.vertx.reactivex.core.http.HttpClient$9
  io.vertx.reactivex.core.http.HttpClient$90
  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;)