public class io.vertx.rxjava.core.http.HttpClient implements io.vertx.rxjava.core.metrics.Measured
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.rxjava.core.http.HttpClient
  super_class: java.lang.Object
{
  public static final io.vertx.lang.rx.TypeArg<io.vertx.rxjava.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/rxjava/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 82
            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/rxjava/core/http/HttpClient.lambda$0(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
         1: .line 83
            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/rxjava/core/http/HttpClient.getDelegate()Lio/vertx/core/http/HttpClient; (5)
                  (Lio/vertx/rxjava/core/http/HttpClient;)Ljava/lang/Object;
         2: .line 82
            invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
            putstatic io.vertx.rxjava.core.http.HttpClient.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
         3: .line 84
            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.rxjava.core.http.HttpClient this
         0: .line 66
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/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.rxjava.core.http.HttpClient this
        start local 1 // java.lang.Object o
         0: .line 71
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 72
      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 73
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.rxjava.core.http.HttpClient
            astore 2 /* that */
        start local 2 // io.vertx.rxjava.core.http.HttpClient that
         4: .line 74
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 2 /* that */
            getfield io.vertx.rxjava.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.vertx.rxjava.core.http.HttpClient that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/rxjava/core/http/HttpClient;
            0    5     1     o  Ljava/lang/Object;
            4    5     2  that  Lio/vertx/rxjava/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.rxjava.core.http.HttpClient this
         0: .line 79
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // io.vertx.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/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.rxjava.core.http.HttpClient this
        start local 1 // io.vertx.core.http.HttpClient delegate
         0: .line 88
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 89
            aload 0 /* this */
            aload 1 /* delegate */
            putfield io.vertx.rxjava.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
         2: .line 90
            return
        end local 1 // io.vertx.core.http.HttpClient delegate
        end local 0 // io.vertx.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/rxjava/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.rxjava.core.http.HttpClient this
         0: .line 93
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            areturn
        end local 0 // io.vertx.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/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.rxjava.core.http.HttpClient this
         0: .line 101
            aload 0 /* this */
            getfield io.vertx.rxjava.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 102
            iload 1 /* ret */
            ireturn
        end local 1 // boolean ret
        end local 0 // io.vertx.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpClient;
            1    2     1   ret  Z

  public io.vertx.rxjava.core.http.HttpClientRequest request(io.vertx.core.http.HttpMethod, io.vertx.rxjava.core.net.SocketAddress, io.vertx.core.http.RequestOptions);
    descriptor: (Lio/vertx/core/http/HttpMethod;Lio/vertx/rxjava/core/net/SocketAddress;Lio/vertx/core/http/RequestOptions;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 1 // io.vertx.core.http.HttpMethod method
        start local 2 // io.vertx.rxjava.core.net.SocketAddress serverAddress
        start local 3 // io.vertx.core.http.RequestOptions options
         0: .line 118
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* method */
            aload 2 /* serverAddress */
            invokevirtual io.vertx.rxjava.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.rxjava.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/rxjava/core/http/HttpClientRequest;
            astore 4 /* ret */
        start local 4 // io.vertx.rxjava.core.http.HttpClientRequest ret
         1: .line 119
            aload 4 /* ret */
            areturn
        end local 4 // io.vertx.rxjava.core.http.HttpClientRequest ret
        end local 3 // io.vertx.core.http.RequestOptions options
        end local 2 // io.vertx.rxjava.core.net.SocketAddress serverAddress
        end local 1 // io.vertx.core.http.HttpMethod method
        end local 0 // io.vertx.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/rxjava/core/http/HttpClient;
            0    2     1         method  Lio/vertx/core/http/HttpMethod;
            0    2     2  serverAddress  Lio/vertx/rxjava/core/net/SocketAddress;
            0    2     3        options  Lio/vertx/core/http/RequestOptions;
            1    2     4            ret  Lio/vertx/rxjava/core/http/HttpClientRequest;
    MethodParameters:
               Name  Flags
      method         
      serverAddress  
      options        

  public io.vertx.rxjava.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/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 1 // io.vertx.core.http.HttpMethod method
        start local 2 // io.vertx.core.http.RequestOptions options
         0: .line 129
            aload 0 /* this */
            getfield io.vertx.rxjava.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.rxjava.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/rxjava/core/http/HttpClientRequest;
            astore 3 /* ret */
        start local 3 // io.vertx.rxjava.core.http.HttpClientRequest ret
         1: .line 130
            aload 3 /* ret */
            areturn
        end local 3 // io.vertx.rxjava.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.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/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/rxjava/core/http/HttpClientRequest;
    MethodParameters:
         Name  Flags
      method   
      options  

  public io.vertx.rxjava.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/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=5
        start local 0 // io.vertx.rxjava.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 142
            aload 0 /* this */
            getfield io.vertx.rxjava.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.rxjava.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/rxjava/core/http/HttpClientRequest;
            astore 5 /* ret */
        start local 5 // io.vertx.rxjava.core.http.HttpClientRequest ret
         1: .line 143
            aload 5 /* ret */
            areturn
        end local 5 // io.vertx.rxjava.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.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/rxjava/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/rxjava/core/http/HttpClientRequest;
    MethodParameters:
            Name  Flags
      method      
      port        
      host        
      requestURI  

  public io.vertx.rxjava.core.http.HttpClientRequest request(io.vertx.core.http.HttpMethod, io.vertx.rxjava.core.net.SocketAddress, int, java.lang.String, java.lang.String);
    descriptor: (Lio/vertx/core/http/HttpMethod;Lio/vertx/rxjava/core/net/SocketAddress;ILjava/lang/String;Ljava/lang/String;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=6
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 1 // io.vertx.core.http.HttpMethod method
        start local 2 // io.vertx.rxjava.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 161
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* method */
            aload 2 /* serverAddress */
            invokevirtual io.vertx.rxjava.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.rxjava.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/rxjava/core/http/HttpClientRequest;
            astore 6 /* ret */
        start local 6 // io.vertx.rxjava.core.http.HttpClientRequest ret
         1: .line 162
            aload 6 /* ret */
            areturn
        end local 6 // io.vertx.rxjava.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.rxjava.core.net.SocketAddress serverAddress
        end local 1 // io.vertx.core.http.HttpMethod method
        end local 0 // io.vertx.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/rxjava/core/http/HttpClient;
            0    2     1         method  Lio/vertx/core/http/HttpMethod;
            0    2     2  serverAddress  Lio/vertx/rxjava/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/rxjava/core/http/HttpClientRequest;
    MethodParameters:
               Name  Flags
      method         
      serverAddress  
      port           
      host           
      requestURI     

  public io.vertx.rxjava.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/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // io.vertx.rxjava.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 173
            aload 0 /* this */
            getfield io.vertx.rxjava.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.rxjava.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/rxjava/core/http/HttpClientRequest;
            astore 4 /* ret */
        start local 4 // io.vertx.rxjava.core.http.HttpClientRequest ret
         1: .line 174
            aload 4 /* ret */
            areturn
        end local 4 // io.vertx.rxjava.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.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/rxjava/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/rxjava/core/http/HttpClientRequest;
    MethodParameters:
            Name  Flags
      method      
      host        
      requestURI  

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

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

  public io.vertx.rxjava.core.http.HttpClientRequest request(io.vertx.core.http.HttpMethod, int, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.rxjava.core.http.HttpClientResponse>);
    descriptor: (Lio/vertx/core/http/HttpMethod;ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=7, args_size=6
        start local 0 // io.vertx.rxjava.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 228
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* method */
            iload 2 /* port */
            aload 3 /* host */
            aload 4 /* requestURI */
            new io.vertx.rxjava.core.http.HttpClient$3
            dup
            aload 0 /* this */
            aload 5 /* responseHandler */
            invokespecial io.vertx.rxjava.core.http.HttpClient$3.<init>:(Lio/vertx/rxjava/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.rxjava.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/rxjava/core/http/HttpClientRequest;
            astore 6 /* ret */
        start local 6 // io.vertx.rxjava.core.http.HttpClientRequest ret
         1: .line 233
            aload 6 /* ret */
            areturn
        end local 6 // io.vertx.rxjava.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.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/vertx/rxjava/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/rxjava/core/http/HttpClientResponse;>;
            1    2     6              ret  Lio/vertx/rxjava/core/http/HttpClientRequest;
    Signature: (Lio/vertx/core/http/HttpMethod;ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/rxjava/core/http/HttpClientResponse;>;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      method           
      port             
      host             
      requestURI       
      responseHandler  

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

  public io.vertx.rxjava.core.http.HttpClientRequest request(io.vertx.core.http.HttpMethod, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.rxjava.core.http.HttpClientResponse>);
    descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=6, args_size=5
        start local 0 // io.vertx.rxjava.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 271
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* method */
            aload 2 /* host */
            aload 3 /* requestURI */
            new io.vertx.rxjava.core.http.HttpClient$5
            dup
            aload 0 /* this */
            aload 4 /* responseHandler */
            invokespecial io.vertx.rxjava.core.http.HttpClient$5.<init>:(Lio/vertx/rxjava/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.rxjava.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/rxjava/core/http/HttpClientRequest;
            astore 5 /* ret */
        start local 5 // io.vertx.rxjava.core.http.HttpClientRequest ret
         1: .line 276
            aload 5 /* ret */
            areturn
        end local 5 // io.vertx.rxjava.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.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/vertx/rxjava/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/rxjava/core/http/HttpClientResponse;>;
            1    2     5              ret  Lio/vertx/rxjava/core/http/HttpClientRequest;
    Signature: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/rxjava/core/http/HttpClientResponse;>;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      method           
      host             
      requestURI       
      responseHandler  

  public io.vertx.rxjava.core.http.HttpClientRequest request(io.vertx.core.http.HttpMethod, java.lang.String);
    descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 1 // io.vertx.core.http.HttpMethod method
        start local 2 // java.lang.String requestURI
         0: .line 286
            aload 0 /* this */
            getfield io.vertx.rxjava.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.rxjava.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/rxjava/core/http/HttpClientRequest;
            astore 3 /* ret */
        start local 3 // io.vertx.rxjava.core.http.HttpClientRequest ret
         1: .line 287
            aload 3 /* ret */
            areturn
        end local 3 // io.vertx.rxjava.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.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/rxjava/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/rxjava/core/http/HttpClientRequest;
    MethodParameters:
            Name  Flags
      method      
      requestURI  

  public io.vertx.rxjava.core.http.HttpClientRequest request(io.vertx.core.http.HttpMethod, java.lang.String, io.vertx.core.Handler<io.vertx.rxjava.core.http.HttpClientResponse>);
    descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=4
        start local 0 // io.vertx.rxjava.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 300
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* method */
            aload 2 /* requestURI */
            new io.vertx.rxjava.core.http.HttpClient$6
            dup
            aload 0 /* this */
            aload 3 /* responseHandler */
            invokespecial io.vertx.rxjava.core.http.HttpClient$6.<init>:(Lio/vertx/rxjava/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.rxjava.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/rxjava/core/http/HttpClientRequest;
            astore 4 /* ret */
        start local 4 // io.vertx.rxjava.core.http.HttpClientRequest ret
         1: .line 305
            aload 4 /* ret */
            areturn
        end local 4 // io.vertx.rxjava.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.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/vertx/rxjava/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/rxjava/core/http/HttpClientResponse;>;
            1    2     4              ret  Lio/vertx/rxjava/core/http/HttpClientRequest;
    Signature: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/rxjava/core/http/HttpClientResponse;>;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      method           
      requestURI       
      responseHandler  

  public io.vertx.rxjava.core.http.HttpClientRequest requestAbs(io.vertx.core.http.HttpMethod, java.lang.String);
    descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 1 // io.vertx.core.http.HttpMethod method
        start local 2 // java.lang.String absoluteURI
         0: .line 315
            aload 0 /* this */
            getfield io.vertx.rxjava.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.rxjava.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/rxjava/core/http/HttpClientRequest;
            astore 3 /* ret */
        start local 3 // io.vertx.rxjava.core.http.HttpClientRequest ret
         1: .line 316
            aload 3 /* ret */
            areturn
        end local 3 // io.vertx.rxjava.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.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/vertx/rxjava/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/rxjava/core/http/HttpClientRequest;
    MethodParameters:
             Name  Flags
      method       
      absoluteURI  

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

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

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

  public io.vertx.rxjava.core.http.HttpClientRequest get(io.vertx.core.http.RequestOptions);
    descriptor: (Lio/vertx/core/http/RequestOptions;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 1 // io.vertx.core.http.RequestOptions options
         0: .line 382
            aload 0 /* this */
            getfield io.vertx.rxjava.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.rxjava.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/rxjava/core/http/HttpClientRequest;
            astore 2 /* ret */
        start local 2 // io.vertx.rxjava.core.http.HttpClientRequest ret
         1: .line 383
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.rxjava.core.http.HttpClientRequest ret
        end local 1 // io.vertx.core.http.RequestOptions options
        end local 0 // io.vertx.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/http/HttpClient;
            0    2     1  options  Lio/vertx/core/http/RequestOptions;
            1    2     2      ret  Lio/vertx/rxjava/core/http/HttpClientRequest;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.rxjava.core.http.HttpClientRequest get(int, java.lang.String, java.lang.String);
    descriptor: (ILjava/lang/String;Ljava/lang/String;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // io.vertx.rxjava.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 394
            aload 0 /* this */
            getfield io.vertx.rxjava.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.rxjava.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/rxjava/core/http/HttpClientRequest;
            astore 4 /* ret */
        start local 4 // io.vertx.rxjava.core.http.HttpClientRequest ret
         1: .line 395
            aload 4 /* ret */
            areturn
        end local 4 // io.vertx.rxjava.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.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/rxjava/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/rxjava/core/http/HttpClientRequest;
    MethodParameters:
            Name  Flags
      port        
      host        
      requestURI  

  public io.vertx.rxjava.core.http.HttpClientRequest get(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 1 // java.lang.String host
        start local 2 // java.lang.String requestURI
         0: .line 405
            aload 0 /* this */
            getfield io.vertx.rxjava.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.rxjava.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/rxjava/core/http/HttpClientRequest;
            astore 3 /* ret */
        start local 3 // io.vertx.rxjava.core.http.HttpClientRequest ret
         1: .line 406
            aload 3 /* ret */
            areturn
        end local 3 // io.vertx.rxjava.core.http.HttpClientRequest ret
        end local 2 // java.lang.String requestURI
        end local 1 // java.lang.String host
        end local 0 // io.vertx.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/rxjava/core/http/HttpClient;
            0    2     1        host  Ljava/lang/String;
            0    2     2  requestURI  Ljava/lang/String;
            1    2     3         ret  Lio/vertx/rxjava/core/http/HttpClientRequest;
    MethodParameters:
            Name  Flags
      host        
      requestURI  

  public io.vertx.rxjava.core.http.HttpClientRequest get(io.vertx.core.http.RequestOptions, io.vertx.core.Handler<io.vertx.rxjava.core.http.HttpClientResponse>);
    descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 1 // io.vertx.core.http.RequestOptions options
        start local 2 // io.vertx.core.Handler responseHandler
         0: .line 418
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* options */
            new io.vertx.rxjava.core.http.HttpClient$9
            dup
            aload 0 /* this */
            aload 2 /* responseHandler */
            invokespecial io.vertx.rxjava.core.http.HttpClient$9.<init>:(Lio/vertx/rxjava/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.rxjava.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/rxjava/core/http/HttpClientRequest;
            astore 3 /* ret */
        start local 3 // io.vertx.rxjava.core.http.HttpClientRequest ret
         1: .line 423
            aload 3 /* ret */
            areturn
        end local 3 // io.vertx.rxjava.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.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/vertx/rxjava/core/http/HttpClient;
            0    2     1          options  Lio/vertx/core/http/RequestOptions;
            0    2     2  responseHandler  Lio/vertx/core/Handler<Lio/vertx/rxjava/core/http/HttpClientResponse;>;
            1    2     3              ret  Lio/vertx/rxjava/core/http/HttpClientRequest;
    Signature: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler<Lio/vertx/rxjava/core/http/HttpClientResponse;>;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      options          
      responseHandler  

  public io.vertx.rxjava.core.http.HttpClientRequest get(int, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.rxjava.core.http.HttpClientResponse>);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=6, args_size=5
        start local 0 // io.vertx.rxjava.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 437
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            iload 1 /* port */
            aload 2 /* host */
            aload 3 /* requestURI */
            new io.vertx.rxjava.core.http.HttpClient$10
            dup
            aload 0 /* this */
            aload 4 /* responseHandler */
            invokespecial io.vertx.rxjava.core.http.HttpClient$10.<init>:(Lio/vertx/rxjava/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.rxjava.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/rxjava/core/http/HttpClientRequest;
            astore 5 /* ret */
        start local 5 // io.vertx.rxjava.core.http.HttpClientRequest ret
         1: .line 442
            aload 5 /* ret */
            areturn
        end local 5 // io.vertx.rxjava.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.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/vertx/rxjava/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/rxjava/core/http/HttpClientResponse;>;
            1    2     5              ret  Lio/vertx/rxjava/core/http/HttpClientRequest;
    Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/rxjava/core/http/HttpClientResponse;>;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      port             
      host             
      requestURI       
      responseHandler  

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

  public io.vertx.rxjava.core.http.HttpClientRequest get(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 1 // java.lang.String requestURI
         0: .line 469
            aload 0 /* this */
            getfield io.vertx.rxjava.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.rxjava.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/rxjava/core/http/HttpClientRequest;
            astore 2 /* ret */
        start local 2 // io.vertx.rxjava.core.http.HttpClientRequest ret
         1: .line 470
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.rxjava.core.http.HttpClientRequest ret
        end local 1 // java.lang.String requestURI
        end local 0 // io.vertx.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/rxjava/core/http/HttpClient;
            0    2     1  requestURI  Ljava/lang/String;
            1    2     2         ret  Lio/vertx/rxjava/core/http/HttpClientRequest;
    MethodParameters:
            Name  Flags
      requestURI  

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

  public io.vertx.rxjava.core.http.HttpClientRequest getAbs(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 1 // java.lang.String absoluteURI
         0: .line 496
            aload 0 /* this */
            getfield io.vertx.rxjava.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.rxjava.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/rxjava/core/http/HttpClientRequest;
            astore 2 /* ret */
        start local 2 // io.vertx.rxjava.core.http.HttpClientRequest ret
         1: .line 497
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.rxjava.core.http.HttpClientRequest ret
        end local 1 // java.lang.String absoluteURI
        end local 0 // io.vertx.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/vertx/rxjava/core/http/HttpClient;
            0    2     1  absoluteURI  Ljava/lang/String;
            1    2     2          ret  Lio/vertx/rxjava/core/http/HttpClientRequest;
    MethodParameters:
             Name  Flags
      absoluteURI  

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

  public io.vertx.rxjava.core.http.HttpClient getNow(io.vertx.core.http.RequestOptions, io.vertx.core.Handler<io.vertx.rxjava.core.http.HttpClientResponse>);
    descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 1 // io.vertx.core.http.RequestOptions options
        start local 2 // io.vertx.core.Handler responseHandler
         0: .line 526
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* options */
            new io.vertx.rxjava.core.http.HttpClient$14
            dup
            aload 0 /* this */
            aload 2 /* responseHandler */
            invokespecial io.vertx.rxjava.core.http.HttpClient$14.<init>:(Lio/vertx/rxjava/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 531
            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.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/vertx/rxjava/core/http/HttpClient;
            0    2     1          options  Lio/vertx/core/http/RequestOptions;
            0    2     2  responseHandler  Lio/vertx/core/Handler<Lio/vertx/rxjava/core/http/HttpClientResponse;>;
    Signature: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler<Lio/vertx/rxjava/core/http/HttpClientResponse;>;)Lio/vertx/rxjava/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      options          
      responseHandler  

  public io.vertx.rxjava.core.http.HttpClient getNow(int, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.rxjava.core.http.HttpClientResponse>);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=5
        start local 0 // io.vertx.rxjava.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 545
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            iload 1 /* port */
            aload 2 /* host */
            aload 3 /* requestURI */
            new io.vertx.rxjava.core.http.HttpClient$15
            dup
            aload 0 /* this */
            aload 4 /* responseHandler */
            invokespecial io.vertx.rxjava.core.http.HttpClient$15.<init>:(Lio/vertx/rxjava/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 550
            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.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/vertx/rxjava/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/rxjava/core/http/HttpClientResponse;>;
    Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/rxjava/core/http/HttpClientResponse;>;)Lio/vertx/rxjava/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      port             
      host             
      requestURI       
      responseHandler  

  public io.vertx.rxjava.core.http.HttpClient getNow(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.rxjava.core.http.HttpClientResponse>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.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 563
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* host */
            aload 2 /* requestURI */
            new io.vertx.rxjava.core.http.HttpClient$16
            dup
            aload 0 /* this */
            aload 3 /* responseHandler */
            invokespecial io.vertx.rxjava.core.http.HttpClient$16.<init>:(Lio/vertx/rxjava/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 568
            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.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/vertx/rxjava/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/rxjava/core/http/HttpClientResponse;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/rxjava/core/http/HttpClientResponse;>;)Lio/vertx/rxjava/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      host             
      requestURI       
      responseHandler  

  public io.vertx.rxjava.core.http.HttpClient getNow(java.lang.String, io.vertx.core.Handler<io.vertx.rxjava.core.http.HttpClientResponse>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 1 // java.lang.String requestURI
        start local 2 // io.vertx.core.Handler responseHandler
         0: .line 580
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* requestURI */
            new io.vertx.rxjava.core.http.HttpClient$17
            dup
            aload 0 /* this */
            aload 2 /* responseHandler */
            invokespecial io.vertx.rxjava.core.http.HttpClient$17.<init>:(Lio/vertx/rxjava/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 585
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler responseHandler
        end local 1 // java.lang.String requestURI
        end local 0 // io.vertx.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/vertx/rxjava/core/http/HttpClient;
            0    2     1       requestURI  Ljava/lang/String;
            0    2     2  responseHandler  Lio/vertx/core/Handler<Lio/vertx/rxjava/core/http/HttpClientResponse;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/rxjava/core/http/HttpClientResponse;>;)Lio/vertx/rxjava/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      requestURI       
      responseHandler  

  public io.vertx.rxjava.core.http.HttpClientRequest post(io.vertx.core.http.RequestOptions);
    descriptor: (Lio/vertx/core/http/RequestOptions;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 1 // io.vertx.core.http.RequestOptions options
         0: .line 594
            aload 0 /* this */
            getfield io.vertx.rxjava.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.rxjava.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/rxjava/core/http/HttpClientRequest;
            astore 2 /* ret */
        start local 2 // io.vertx.rxjava.core.http.HttpClientRequest ret
         1: .line 595
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.rxjava.core.http.HttpClientRequest ret
        end local 1 // io.vertx.core.http.RequestOptions options
        end local 0 // io.vertx.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/http/HttpClient;
            0    2     1  options  Lio/vertx/core/http/RequestOptions;
            1    2     2      ret  Lio/vertx/rxjava/core/http/HttpClientRequest;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.rxjava.core.http.HttpClientRequest post(int, java.lang.String, java.lang.String);
    descriptor: (ILjava/lang/String;Ljava/lang/String;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // io.vertx.rxjava.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 606
            aload 0 /* this */
            getfield io.vertx.rxjava.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.rxjava.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/rxjava/core/http/HttpClientRequest;
            astore 4 /* ret */
        start local 4 // io.vertx.rxjava.core.http.HttpClientRequest ret
         1: .line 607
            aload 4 /* ret */
            areturn
        end local 4 // io.vertx.rxjava.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.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/rxjava/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/rxjava/core/http/HttpClientRequest;
    MethodParameters:
            Name  Flags
      port        
      host        
      requestURI  

  public io.vertx.rxjava.core.http.HttpClientRequest post(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 1 // java.lang.String host
        start local 2 // java.lang.String requestURI
         0: .line 617
            aload 0 /* this */
            getfield io.vertx.rxjava.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.rxjava.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/rxjava/core/http/HttpClientRequest;
            astore 3 /* ret */
        start local 3 // io.vertx.rxjava.core.http.HttpClientRequest ret
         1: .line 618
            aload 3 /* ret */
            areturn
        end local 3 // io.vertx.rxjava.core.http.HttpClientRequest ret
        end local 2 // java.lang.String requestURI
        end local 1 // java.lang.String host
        end local 0 // io.vertx.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/rxjava/core/http/HttpClient;
            0    2     1        host  Ljava/lang/String;
            0    2     2  requestURI  Ljava/lang/String;
            1    2     3         ret  Lio/vertx/rxjava/core/http/HttpClientRequest;
    MethodParameters:
            Name  Flags
      host        
      requestURI  

  public io.vertx.rxjava.core.http.HttpClientRequest post(io.vertx.core.http.RequestOptions, io.vertx.core.Handler<io.vertx.rxjava.core.http.HttpClientResponse>);
    descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 1 // io.vertx.core.http.RequestOptions options
        start local 2 // io.vertx.core.Handler responseHandler
         0: .line 630
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* options */
            new io.vertx.rxjava.core.http.HttpClient$18
            dup
            aload 0 /* this */
            aload 2 /* responseHandler */
            invokespecial io.vertx.rxjava.core.http.HttpClient$18.<init>:(Lio/vertx/rxjava/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.rxjava.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/rxjava/core/http/HttpClientRequest;
            astore 3 /* ret */
        start local 3 // io.vertx.rxjava.core.http.HttpClientRequest ret
         1: .line 635
            aload 3 /* ret */
            areturn
        end local 3 // io.vertx.rxjava.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.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/vertx/rxjava/core/http/HttpClient;
            0    2     1          options  Lio/vertx/core/http/RequestOptions;
            0    2     2  responseHandler  Lio/vertx/core/Handler<Lio/vertx/rxjava/core/http/HttpClientResponse;>;
            1    2     3              ret  Lio/vertx/rxjava/core/http/HttpClientRequest;
    Signature: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler<Lio/vertx/rxjava/core/http/HttpClientResponse;>;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      options          
      responseHandler  

  public io.vertx.rxjava.core.http.HttpClientRequest post(int, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.rxjava.core.http.HttpClientResponse>);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=6, args_size=5
        start local 0 // io.vertx.rxjava.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 649
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            iload 1 /* port */
            aload 2 /* host */
            aload 3 /* requestURI */
            new io.vertx.rxjava.core.http.HttpClient$19
            dup
            aload 0 /* this */
            aload 4 /* responseHandler */
            invokespecial io.vertx.rxjava.core.http.HttpClient$19.<init>:(Lio/vertx/rxjava/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.rxjava.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/rxjava/core/http/HttpClientRequest;
            astore 5 /* ret */
        start local 5 // io.vertx.rxjava.core.http.HttpClientRequest ret
         1: .line 654
            aload 5 /* ret */
            areturn
        end local 5 // io.vertx.rxjava.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.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/vertx/rxjava/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/rxjava/core/http/HttpClientResponse;>;
            1    2     5              ret  Lio/vertx/rxjava/core/http/HttpClientRequest;
    Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/rxjava/core/http/HttpClientResponse;>;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      port             
      host             
      requestURI       
      responseHandler  

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

  public io.vertx.rxjava.core.http.HttpClientRequest post(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 1 // java.lang.String requestURI
         0: .line 681
            aload 0 /* this */
            getfield io.vertx.rxjava.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.rxjava.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/rxjava/core/http/HttpClientRequest;
            astore 2 /* ret */
        start local 2 // io.vertx.rxjava.core.http.HttpClientRequest ret
         1: .line 682
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.rxjava.core.http.HttpClientRequest ret
        end local 1 // java.lang.String requestURI
        end local 0 // io.vertx.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/rxjava/core/http/HttpClient;
            0    2     1  requestURI  Ljava/lang/String;
            1    2     2         ret  Lio/vertx/rxjava/core/http/HttpClientRequest;
    MethodParameters:
            Name  Flags
      requestURI  

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

  public io.vertx.rxjava.core.http.HttpClientRequest postAbs(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 1 // java.lang.String absoluteURI
         0: .line 708
            aload 0 /* this */
            getfield io.vertx.rxjava.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.rxjava.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/rxjava/core/http/HttpClientRequest;
            astore 2 /* ret */
        start local 2 // io.vertx.rxjava.core.http.HttpClientRequest ret
         1: .line 709
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.rxjava.core.http.HttpClientRequest ret
        end local 1 // java.lang.String absoluteURI
        end local 0 // io.vertx.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/vertx/rxjava/core/http/HttpClient;
            0    2     1  absoluteURI  Ljava/lang/String;
            1    2     2          ret  Lio/vertx/rxjava/core/http/HttpClientRequest;
    MethodParameters:
             Name  Flags
      absoluteURI  

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

  public io.vertx.rxjava.core.http.HttpClientRequest head(io.vertx.core.http.RequestOptions);
    descriptor: (Lio/vertx/core/http/RequestOptions;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 1 // io.vertx.core.http.RequestOptions options
         0: .line 735
            aload 0 /* this */
            getfield io.vertx.rxjava.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.rxjava.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/rxjava/core/http/HttpClientRequest;
            astore 2 /* ret */
        start local 2 // io.vertx.rxjava.core.http.HttpClientRequest ret
         1: .line 736
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.rxjava.core.http.HttpClientRequest ret
        end local 1 // io.vertx.core.http.RequestOptions options
        end local 0 // io.vertx.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/http/HttpClient;
            0    2     1  options  Lio/vertx/core/http/RequestOptions;
            1    2     2      ret  Lio/vertx/rxjava/core/http/HttpClientRequest;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.rxjava.core.http.HttpClientRequest head(int, java.lang.String, java.lang.String);
    descriptor: (ILjava/lang/String;Ljava/lang/String;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // io.vertx.rxjava.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 747
            aload 0 /* this */
            getfield io.vertx.rxjava.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.rxjava.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/rxjava/core/http/HttpClientRequest;
            astore 4 /* ret */
        start local 4 // io.vertx.rxjava.core.http.HttpClientRequest ret
         1: .line 748
            aload 4 /* ret */
            areturn
        end local 4 // io.vertx.rxjava.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.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/rxjava/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/rxjava/core/http/HttpClientRequest;
    MethodParameters:
            Name  Flags
      port        
      host        
      requestURI  

  public io.vertx.rxjava.core.http.HttpClientRequest head(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 1 // java.lang.String host
        start local 2 // java.lang.String requestURI
         0: .line 758
            aload 0 /* this */
            getfield io.vertx.rxjava.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.rxjava.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/rxjava/core/http/HttpClientRequest;
            astore 3 /* ret */
        start local 3 // io.vertx.rxjava.core.http.HttpClientRequest ret
         1: .line 759
            aload 3 /* ret */
            areturn
        end local 3 // io.vertx.rxjava.core.http.HttpClientRequest ret
        end local 2 // java.lang.String requestURI
        end local 1 // java.lang.String host
        end local 0 // io.vertx.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/rxjava/core/http/HttpClient;
            0    2     1        host  Ljava/lang/String;
            0    2     2  requestURI  Ljava/lang/String;
            1    2     3         ret  Lio/vertx/rxjava/core/http/HttpClientRequest;
    MethodParameters:
            Name  Flags
      host        
      requestURI  

  public io.vertx.rxjava.core.http.HttpClientRequest head(io.vertx.core.http.RequestOptions, io.vertx.core.Handler<io.vertx.rxjava.core.http.HttpClientResponse>);
    descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 1 // io.vertx.core.http.RequestOptions options
        start local 2 // io.vertx.core.Handler responseHandler
         0: .line 771
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* options */
            new io.vertx.rxjava.core.http.HttpClient$23
            dup
            aload 0 /* this */
            aload 2 /* responseHandler */
            invokespecial io.vertx.rxjava.core.http.HttpClient$23.<init>:(Lio/vertx/rxjava/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.rxjava.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/rxjava/core/http/HttpClientRequest;
            astore 3 /* ret */
        start local 3 // io.vertx.rxjava.core.http.HttpClientRequest ret
         1: .line 776
            aload 3 /* ret */
            areturn
        end local 3 // io.vertx.rxjava.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.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/vertx/rxjava/core/http/HttpClient;
            0    2     1          options  Lio/vertx/core/http/RequestOptions;
            0    2     2  responseHandler  Lio/vertx/core/Handler<Lio/vertx/rxjava/core/http/HttpClientResponse;>;
            1    2     3              ret  Lio/vertx/rxjava/core/http/HttpClientRequest;
    Signature: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler<Lio/vertx/rxjava/core/http/HttpClientResponse;>;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      options          
      responseHandler  

  public io.vertx.rxjava.core.http.HttpClientRequest head(int, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.rxjava.core.http.HttpClientResponse>);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=6, args_size=5
        start local 0 // io.vertx.rxjava.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 790
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            iload 1 /* port */
            aload 2 /* host */
            aload 3 /* requestURI */
            new io.vertx.rxjava.core.http.HttpClient$24
            dup
            aload 0 /* this */
            aload 4 /* responseHandler */
            invokespecial io.vertx.rxjava.core.http.HttpClient$24.<init>:(Lio/vertx/rxjava/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.rxjava.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/rxjava/core/http/HttpClientRequest;
            astore 5 /* ret */
        start local 5 // io.vertx.rxjava.core.http.HttpClientRequest ret
         1: .line 795
            aload 5 /* ret */
            areturn
        end local 5 // io.vertx.rxjava.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.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/vertx/rxjava/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/rxjava/core/http/HttpClientResponse;>;
            1    2     5              ret  Lio/vertx/rxjava/core/http/HttpClientRequest;
    Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/rxjava/core/http/HttpClientResponse;>;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      port             
      host             
      requestURI       
      responseHandler  

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

  public io.vertx.rxjava.core.http.HttpClientRequest head(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 1 // java.lang.String requestURI
         0: .line 822
            aload 0 /* this */
            getfield io.vertx.rxjava.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.rxjava.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/rxjava/core/http/HttpClientRequest;
            astore 2 /* ret */
        start local 2 // io.vertx.rxjava.core.http.HttpClientRequest ret
         1: .line 823
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.rxjava.core.http.HttpClientRequest ret
        end local 1 // java.lang.String requestURI
        end local 0 // io.vertx.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/rxjava/core/http/HttpClient;
            0    2     1  requestURI  Ljava/lang/String;
            1    2     2         ret  Lio/vertx/rxjava/core/http/HttpClientRequest;
    MethodParameters:
            Name  Flags
      requestURI  

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

  public io.vertx.rxjava.core.http.HttpClientRequest headAbs(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 1 // java.lang.String absoluteURI
         0: .line 849
            aload 0 /* this */
            getfield io.vertx.rxjava.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.rxjava.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/rxjava/core/http/HttpClientRequest;
            astore 2 /* ret */
        start local 2 // io.vertx.rxjava.core.http.HttpClientRequest ret
         1: .line 850
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.rxjava.core.http.HttpClientRequest ret
        end local 1 // java.lang.String absoluteURI
        end local 0 // io.vertx.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/vertx/rxjava/core/http/HttpClient;
            0    2     1  absoluteURI  Ljava/lang/String;
            1    2     2          ret  Lio/vertx/rxjava/core/http/HttpClientRequest;
    MethodParameters:
             Name  Flags
      absoluteURI  

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

  public io.vertx.rxjava.core.http.HttpClient headNow(io.vertx.core.http.RequestOptions, io.vertx.core.Handler<io.vertx.rxjava.core.http.HttpClientResponse>);
    descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 1 // io.vertx.core.http.RequestOptions options
        start local 2 // io.vertx.core.Handler responseHandler
         0: .line 879
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* options */
            new io.vertx.rxjava.core.http.HttpClient$28
            dup
            aload 0 /* this */
            aload 2 /* responseHandler */
            invokespecial io.vertx.rxjava.core.http.HttpClient$28.<init>:(Lio/vertx/rxjava/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 884
            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.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/vertx/rxjava/core/http/HttpClient;
            0    2     1          options  Lio/vertx/core/http/RequestOptions;
            0    2     2  responseHandler  Lio/vertx/core/Handler<Lio/vertx/rxjava/core/http/HttpClientResponse;>;
    Signature: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler<Lio/vertx/rxjava/core/http/HttpClientResponse;>;)Lio/vertx/rxjava/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      options          
      responseHandler  

  public io.vertx.rxjava.core.http.HttpClient headNow(int, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.rxjava.core.http.HttpClientResponse>);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=5
        start local 0 // io.vertx.rxjava.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 898
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            iload 1 /* port */
            aload 2 /* host */
            aload 3 /* requestURI */
            new io.vertx.rxjava.core.http.HttpClient$29
            dup
            aload 0 /* this */
            aload 4 /* responseHandler */
            invokespecial io.vertx.rxjava.core.http.HttpClient$29.<init>:(Lio/vertx/rxjava/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 903
            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.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/vertx/rxjava/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/rxjava/core/http/HttpClientResponse;>;
    Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/rxjava/core/http/HttpClientResponse;>;)Lio/vertx/rxjava/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      port             
      host             
      requestURI       
      responseHandler  

  public io.vertx.rxjava.core.http.HttpClient headNow(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.rxjava.core.http.HttpClientResponse>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.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 916
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* host */
            aload 2 /* requestURI */
            new io.vertx.rxjava.core.http.HttpClient$30
            dup
            aload 0 /* this */
            aload 3 /* responseHandler */
            invokespecial io.vertx.rxjava.core.http.HttpClient$30.<init>:(Lio/vertx/rxjava/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 921
            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.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/vertx/rxjava/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/rxjava/core/http/HttpClientResponse;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/rxjava/core/http/HttpClientResponse;>;)Lio/vertx/rxjava/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      host             
      requestURI       
      responseHandler  

  public io.vertx.rxjava.core.http.HttpClient headNow(java.lang.String, io.vertx.core.Handler<io.vertx.rxjava.core.http.HttpClientResponse>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 1 // java.lang.String requestURI
        start local 2 // io.vertx.core.Handler responseHandler
         0: .line 933
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* requestURI */
            new io.vertx.rxjava.core.http.HttpClient$31
            dup
            aload 0 /* this */
            aload 2 /* responseHandler */
            invokespecial io.vertx.rxjava.core.http.HttpClient$31.<init>:(Lio/vertx/rxjava/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 938
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler responseHandler
        end local 1 // java.lang.String requestURI
        end local 0 // io.vertx.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/vertx/rxjava/core/http/HttpClient;
            0    2     1       requestURI  Ljava/lang/String;
            0    2     2  responseHandler  Lio/vertx/core/Handler<Lio/vertx/rxjava/core/http/HttpClientResponse;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/rxjava/core/http/HttpClientResponse;>;)Lio/vertx/rxjava/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      requestURI       
      responseHandler  

  public io.vertx.rxjava.core.http.HttpClientRequest options(io.vertx.core.http.RequestOptions);
    descriptor: (Lio/vertx/core/http/RequestOptions;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 1 // io.vertx.core.http.RequestOptions options
         0: .line 947
            aload 0 /* this */
            getfield io.vertx.rxjava.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.rxjava.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/rxjava/core/http/HttpClientRequest;
            astore 2 /* ret */
        start local 2 // io.vertx.rxjava.core.http.HttpClientRequest ret
         1: .line 948
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.rxjava.core.http.HttpClientRequest ret
        end local 1 // io.vertx.core.http.RequestOptions options
        end local 0 // io.vertx.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/http/HttpClient;
            0    2     1  options  Lio/vertx/core/http/RequestOptions;
            1    2     2      ret  Lio/vertx/rxjava/core/http/HttpClientRequest;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.rxjava.core.http.HttpClientRequest options(int, java.lang.String, java.lang.String);
    descriptor: (ILjava/lang/String;Ljava/lang/String;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // io.vertx.rxjava.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 959
            aload 0 /* this */
            getfield io.vertx.rxjava.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.rxjava.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/rxjava/core/http/HttpClientRequest;
            astore 4 /* ret */
        start local 4 // io.vertx.rxjava.core.http.HttpClientRequest ret
         1: .line 960
            aload 4 /* ret */
            areturn
        end local 4 // io.vertx.rxjava.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.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/rxjava/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/rxjava/core/http/HttpClientRequest;
    MethodParameters:
            Name  Flags
      port        
      host        
      requestURI  

  public io.vertx.rxjava.core.http.HttpClientRequest options(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 1 // java.lang.String host
        start local 2 // java.lang.String requestURI
         0: .line 970
            aload 0 /* this */
            getfield io.vertx.rxjava.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.rxjava.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/rxjava/core/http/HttpClientRequest;
            astore 3 /* ret */
        start local 3 // io.vertx.rxjava.core.http.HttpClientRequest ret
         1: .line 971
            aload 3 /* ret */
            areturn
        end local 3 // io.vertx.rxjava.core.http.HttpClientRequest ret
        end local 2 // java.lang.String requestURI
        end local 1 // java.lang.String host
        end local 0 // io.vertx.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/rxjava/core/http/HttpClient;
            0    2     1        host  Ljava/lang/String;
            0    2     2  requestURI  Ljava/lang/String;
            1    2     3         ret  Lio/vertx/rxjava/core/http/HttpClientRequest;
    MethodParameters:
            Name  Flags
      host        
      requestURI  

  public io.vertx.rxjava.core.http.HttpClientRequest options(io.vertx.core.http.RequestOptions, io.vertx.core.Handler<io.vertx.rxjava.core.http.HttpClientResponse>);
    descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 1 // io.vertx.core.http.RequestOptions options
        start local 2 // io.vertx.core.Handler responseHandler
         0: .line 983
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* options */
            new io.vertx.rxjava.core.http.HttpClient$32
            dup
            aload 0 /* this */
            aload 2 /* responseHandler */
            invokespecial io.vertx.rxjava.core.http.HttpClient$32.<init>:(Lio/vertx/rxjava/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.rxjava.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/rxjava/core/http/HttpClientRequest;
            astore 3 /* ret */
        start local 3 // io.vertx.rxjava.core.http.HttpClientRequest ret
         1: .line 988
            aload 3 /* ret */
            areturn
        end local 3 // io.vertx.rxjava.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.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/vertx/rxjava/core/http/HttpClient;
            0    2     1          options  Lio/vertx/core/http/RequestOptions;
            0    2     2  responseHandler  Lio/vertx/core/Handler<Lio/vertx/rxjava/core/http/HttpClientResponse;>;
            1    2     3              ret  Lio/vertx/rxjava/core/http/HttpClientRequest;
    Signature: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler<Lio/vertx/rxjava/core/http/HttpClientResponse;>;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      options          
      responseHandler  

  public io.vertx.rxjava.core.http.HttpClientRequest options(int, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.rxjava.core.http.HttpClientResponse>);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=6, args_size=5
        start local 0 // io.vertx.rxjava.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 1002
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            iload 1 /* port */
            aload 2 /* host */
            aload 3 /* requestURI */
            new io.vertx.rxjava.core.http.HttpClient$33
            dup
            aload 0 /* this */
            aload 4 /* responseHandler */
            invokespecial io.vertx.rxjava.core.http.HttpClient$33.<init>:(Lio/vertx/rxjava/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.rxjava.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/rxjava/core/http/HttpClientRequest;
            astore 5 /* ret */
        start local 5 // io.vertx.rxjava.core.http.HttpClientRequest ret
         1: .line 1007
            aload 5 /* ret */
            areturn
        end local 5 // io.vertx.rxjava.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.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/vertx/rxjava/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/rxjava/core/http/HttpClientResponse;>;
            1    2     5              ret  Lio/vertx/rxjava/core/http/HttpClientRequest;
    Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/rxjava/core/http/HttpClientResponse;>;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      port             
      host             
      requestURI       
      responseHandler  

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

  public io.vertx.rxjava.core.http.HttpClientRequest options(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 1 // java.lang.String requestURI
         0: .line 1034
            aload 0 /* this */
            getfield io.vertx.rxjava.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.rxjava.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/rxjava/core/http/HttpClientRequest;
            astore 2 /* ret */
        start local 2 // io.vertx.rxjava.core.http.HttpClientRequest ret
         1: .line 1035
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.rxjava.core.http.HttpClientRequest ret
        end local 1 // java.lang.String requestURI
        end local 0 // io.vertx.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/rxjava/core/http/HttpClient;
            0    2     1  requestURI  Ljava/lang/String;
            1    2     2         ret  Lio/vertx/rxjava/core/http/HttpClientRequest;
    MethodParameters:
            Name  Flags
      requestURI  

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

  public io.vertx.rxjava.core.http.HttpClientRequest optionsAbs(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 1 // java.lang.String absoluteURI
         0: .line 1061
            aload 0 /* this */
            getfield io.vertx.rxjava.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.rxjava.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/rxjava/core/http/HttpClientRequest;
            astore 2 /* ret */
        start local 2 // io.vertx.rxjava.core.http.HttpClientRequest ret
         1: .line 1062
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.rxjava.core.http.HttpClientRequest ret
        end local 1 // java.lang.String absoluteURI
        end local 0 // io.vertx.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/vertx/rxjava/core/http/HttpClient;
            0    2     1  absoluteURI  Ljava/lang/String;
            1    2     2          ret  Lio/vertx/rxjava/core/http/HttpClientRequest;
    MethodParameters:
             Name  Flags
      absoluteURI  

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

  public io.vertx.rxjava.core.http.HttpClient optionsNow(io.vertx.core.http.RequestOptions, io.vertx.core.Handler<io.vertx.rxjava.core.http.HttpClientResponse>);
    descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 1 // io.vertx.core.http.RequestOptions options
        start local 2 // io.vertx.core.Handler responseHandler
         0: .line 1091
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* options */
            new io.vertx.rxjava.core.http.HttpClient$37
            dup
            aload 0 /* this */
            aload 2 /* responseHandler */
            invokespecial io.vertx.rxjava.core.http.HttpClient$37.<init>:(Lio/vertx/rxjava/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 1096
            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.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/vertx/rxjava/core/http/HttpClient;
            0    2     1          options  Lio/vertx/core/http/RequestOptions;
            0    2     2  responseHandler  Lio/vertx/core/Handler<Lio/vertx/rxjava/core/http/HttpClientResponse;>;
    Signature: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler<Lio/vertx/rxjava/core/http/HttpClientResponse;>;)Lio/vertx/rxjava/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      options          
      responseHandler  

  public io.vertx.rxjava.core.http.HttpClient optionsNow(int, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.rxjava.core.http.HttpClientResponse>);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=5
        start local 0 // io.vertx.rxjava.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 1110
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            iload 1 /* port */
            aload 2 /* host */
            aload 3 /* requestURI */
            new io.vertx.rxjava.core.http.HttpClient$38
            dup
            aload 0 /* this */
            aload 4 /* responseHandler */
            invokespecial io.vertx.rxjava.core.http.HttpClient$38.<init>:(Lio/vertx/rxjava/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 1115
            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.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/vertx/rxjava/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/rxjava/core/http/HttpClientResponse;>;
    Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/rxjava/core/http/HttpClientResponse;>;)Lio/vertx/rxjava/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      port             
      host             
      requestURI       
      responseHandler  

  public io.vertx.rxjava.core.http.HttpClient optionsNow(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.rxjava.core.http.HttpClientResponse>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.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 1128
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* host */
            aload 2 /* requestURI */
            new io.vertx.rxjava.core.http.HttpClient$39
            dup
            aload 0 /* this */
            aload 3 /* responseHandler */
            invokespecial io.vertx.rxjava.core.http.HttpClient$39.<init>:(Lio/vertx/rxjava/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 1133
            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.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/vertx/rxjava/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/rxjava/core/http/HttpClientResponse;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/rxjava/core/http/HttpClientResponse;>;)Lio/vertx/rxjava/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      host             
      requestURI       
      responseHandler  

  public io.vertx.rxjava.core.http.HttpClient optionsNow(java.lang.String, io.vertx.core.Handler<io.vertx.rxjava.core.http.HttpClientResponse>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 1 // java.lang.String requestURI
        start local 2 // io.vertx.core.Handler responseHandler
         0: .line 1145
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* requestURI */
            new io.vertx.rxjava.core.http.HttpClient$40
            dup
            aload 0 /* this */
            aload 2 /* responseHandler */
            invokespecial io.vertx.rxjava.core.http.HttpClient$40.<init>:(Lio/vertx/rxjava/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 1150
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler responseHandler
        end local 1 // java.lang.String requestURI
        end local 0 // io.vertx.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/vertx/rxjava/core/http/HttpClient;
            0    2     1       requestURI  Ljava/lang/String;
            0    2     2  responseHandler  Lio/vertx/core/Handler<Lio/vertx/rxjava/core/http/HttpClientResponse;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/rxjava/core/http/HttpClientResponse;>;)Lio/vertx/rxjava/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      requestURI       
      responseHandler  

  public io.vertx.rxjava.core.http.HttpClientRequest put(io.vertx.core.http.RequestOptions);
    descriptor: (Lio/vertx/core/http/RequestOptions;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 1 // io.vertx.core.http.RequestOptions options
         0: .line 1159
            aload 0 /* this */
            getfield io.vertx.rxjava.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.rxjava.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/rxjava/core/http/HttpClientRequest;
            astore 2 /* ret */
        start local 2 // io.vertx.rxjava.core.http.HttpClientRequest ret
         1: .line 1160
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.rxjava.core.http.HttpClientRequest ret
        end local 1 // io.vertx.core.http.RequestOptions options
        end local 0 // io.vertx.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/http/HttpClient;
            0    2     1  options  Lio/vertx/core/http/RequestOptions;
            1    2     2      ret  Lio/vertx/rxjava/core/http/HttpClientRequest;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.rxjava.core.http.HttpClientRequest put(int, java.lang.String, java.lang.String);
    descriptor: (ILjava/lang/String;Ljava/lang/String;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // io.vertx.rxjava.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 1171
            aload 0 /* this */
            getfield io.vertx.rxjava.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.rxjava.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/rxjava/core/http/HttpClientRequest;
            astore 4 /* ret */
        start local 4 // io.vertx.rxjava.core.http.HttpClientRequest ret
         1: .line 1172
            aload 4 /* ret */
            areturn
        end local 4 // io.vertx.rxjava.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.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/rxjava/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/rxjava/core/http/HttpClientRequest;
    MethodParameters:
            Name  Flags
      port        
      host        
      requestURI  

  public io.vertx.rxjava.core.http.HttpClientRequest put(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 1 // java.lang.String host
        start local 2 // java.lang.String requestURI
         0: .line 1182
            aload 0 /* this */
            getfield io.vertx.rxjava.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.rxjava.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/rxjava/core/http/HttpClientRequest;
            astore 3 /* ret */
        start local 3 // io.vertx.rxjava.core.http.HttpClientRequest ret
         1: .line 1183
            aload 3 /* ret */
            areturn
        end local 3 // io.vertx.rxjava.core.http.HttpClientRequest ret
        end local 2 // java.lang.String requestURI
        end local 1 // java.lang.String host
        end local 0 // io.vertx.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/rxjava/core/http/HttpClient;
            0    2     1        host  Ljava/lang/String;
            0    2     2  requestURI  Ljava/lang/String;
            1    2     3         ret  Lio/vertx/rxjava/core/http/HttpClientRequest;
    MethodParameters:
            Name  Flags
      host        
      requestURI  

  public io.vertx.rxjava.core.http.HttpClientRequest put(io.vertx.core.http.RequestOptions, io.vertx.core.Handler<io.vertx.rxjava.core.http.HttpClientResponse>);
    descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 1 // io.vertx.core.http.RequestOptions options
        start local 2 // io.vertx.core.Handler responseHandler
         0: .line 1195
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* options */
            new io.vertx.rxjava.core.http.HttpClient$41
            dup
            aload 0 /* this */
            aload 2 /* responseHandler */
            invokespecial io.vertx.rxjava.core.http.HttpClient$41.<init>:(Lio/vertx/rxjava/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.rxjava.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/rxjava/core/http/HttpClientRequest;
            astore 3 /* ret */
        start local 3 // io.vertx.rxjava.core.http.HttpClientRequest ret
         1: .line 1200
            aload 3 /* ret */
            areturn
        end local 3 // io.vertx.rxjava.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.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/vertx/rxjava/core/http/HttpClient;
            0    2     1          options  Lio/vertx/core/http/RequestOptions;
            0    2     2  responseHandler  Lio/vertx/core/Handler<Lio/vertx/rxjava/core/http/HttpClientResponse;>;
            1    2     3              ret  Lio/vertx/rxjava/core/http/HttpClientRequest;
    Signature: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler<Lio/vertx/rxjava/core/http/HttpClientResponse;>;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      options          
      responseHandler  

  public io.vertx.rxjava.core.http.HttpClientRequest put(int, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.rxjava.core.http.HttpClientResponse>);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=6, args_size=5
        start local 0 // io.vertx.rxjava.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 1214
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            iload 1 /* port */
            aload 2 /* host */
            aload 3 /* requestURI */
            new io.vertx.rxjava.core.http.HttpClient$42
            dup
            aload 0 /* this */
            aload 4 /* responseHandler */
            invokespecial io.vertx.rxjava.core.http.HttpClient$42.<init>:(Lio/vertx/rxjava/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.rxjava.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/rxjava/core/http/HttpClientRequest;
            astore 5 /* ret */
        start local 5 // io.vertx.rxjava.core.http.HttpClientRequest ret
         1: .line 1219
            aload 5 /* ret */
            areturn
        end local 5 // io.vertx.rxjava.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.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/vertx/rxjava/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/rxjava/core/http/HttpClientResponse;>;
            1    2     5              ret  Lio/vertx/rxjava/core/http/HttpClientRequest;
    Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/rxjava/core/http/HttpClientResponse;>;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      port             
      host             
      requestURI       
      responseHandler  

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

  public io.vertx.rxjava.core.http.HttpClientRequest put(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 1 // java.lang.String requestURI
         0: .line 1246
            aload 0 /* this */
            getfield io.vertx.rxjava.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.rxjava.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/rxjava/core/http/HttpClientRequest;
            astore 2 /* ret */
        start local 2 // io.vertx.rxjava.core.http.HttpClientRequest ret
         1: .line 1247
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.rxjava.core.http.HttpClientRequest ret
        end local 1 // java.lang.String requestURI
        end local 0 // io.vertx.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/rxjava/core/http/HttpClient;
            0    2     1  requestURI  Ljava/lang/String;
            1    2     2         ret  Lio/vertx/rxjava/core/http/HttpClientRequest;
    MethodParameters:
            Name  Flags
      requestURI  

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

  public io.vertx.rxjava.core.http.HttpClientRequest putAbs(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 1 // java.lang.String absoluteURI
         0: .line 1273
            aload 0 /* this */
            getfield io.vertx.rxjava.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.rxjava.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/rxjava/core/http/HttpClientRequest;
            astore 2 /* ret */
        start local 2 // io.vertx.rxjava.core.http.HttpClientRequest ret
         1: .line 1274
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.rxjava.core.http.HttpClientRequest ret
        end local 1 // java.lang.String absoluteURI
        end local 0 // io.vertx.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/vertx/rxjava/core/http/HttpClient;
            0    2     1  absoluteURI  Ljava/lang/String;
            1    2     2          ret  Lio/vertx/rxjava/core/http/HttpClientRequest;
    MethodParameters:
             Name  Flags
      absoluteURI  

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

  public io.vertx.rxjava.core.http.HttpClientRequest delete(io.vertx.core.http.RequestOptions);
    descriptor: (Lio/vertx/core/http/RequestOptions;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 1 // io.vertx.core.http.RequestOptions options
         0: .line 1300
            aload 0 /* this */
            getfield io.vertx.rxjava.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.rxjava.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/rxjava/core/http/HttpClientRequest;
            astore 2 /* ret */
        start local 2 // io.vertx.rxjava.core.http.HttpClientRequest ret
         1: .line 1301
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.rxjava.core.http.HttpClientRequest ret
        end local 1 // io.vertx.core.http.RequestOptions options
        end local 0 // io.vertx.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/http/HttpClient;
            0    2     1  options  Lio/vertx/core/http/RequestOptions;
            1    2     2      ret  Lio/vertx/rxjava/core/http/HttpClientRequest;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.rxjava.core.http.HttpClientRequest delete(int, java.lang.String, java.lang.String);
    descriptor: (ILjava/lang/String;Ljava/lang/String;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // io.vertx.rxjava.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 1312
            aload 0 /* this */
            getfield io.vertx.rxjava.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.rxjava.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/rxjava/core/http/HttpClientRequest;
            astore 4 /* ret */
        start local 4 // io.vertx.rxjava.core.http.HttpClientRequest ret
         1: .line 1313
            aload 4 /* ret */
            areturn
        end local 4 // io.vertx.rxjava.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.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/rxjava/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/rxjava/core/http/HttpClientRequest;
    MethodParameters:
            Name  Flags
      port        
      host        
      requestURI  

  public io.vertx.rxjava.core.http.HttpClientRequest delete(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 1 // java.lang.String host
        start local 2 // java.lang.String requestURI
         0: .line 1323
            aload 0 /* this */
            getfield io.vertx.rxjava.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.rxjava.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/rxjava/core/http/HttpClientRequest;
            astore 3 /* ret */
        start local 3 // io.vertx.rxjava.core.http.HttpClientRequest ret
         1: .line 1324
            aload 3 /* ret */
            areturn
        end local 3 // io.vertx.rxjava.core.http.HttpClientRequest ret
        end local 2 // java.lang.String requestURI
        end local 1 // java.lang.String host
        end local 0 // io.vertx.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/rxjava/core/http/HttpClient;
            0    2     1        host  Ljava/lang/String;
            0    2     2  requestURI  Ljava/lang/String;
            1    2     3         ret  Lio/vertx/rxjava/core/http/HttpClientRequest;
    MethodParameters:
            Name  Flags
      host        
      requestURI  

  public io.vertx.rxjava.core.http.HttpClientRequest delete(io.vertx.core.http.RequestOptions, io.vertx.core.Handler<io.vertx.rxjava.core.http.HttpClientResponse>);
    descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 1 // io.vertx.core.http.RequestOptions options
        start local 2 // io.vertx.core.Handler responseHandler
         0: .line 1336
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* options */
            new io.vertx.rxjava.core.http.HttpClient$46
            dup
            aload 0 /* this */
            aload 2 /* responseHandler */
            invokespecial io.vertx.rxjava.core.http.HttpClient$46.<init>:(Lio/vertx/rxjava/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.rxjava.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/rxjava/core/http/HttpClientRequest;
            astore 3 /* ret */
        start local 3 // io.vertx.rxjava.core.http.HttpClientRequest ret
         1: .line 1341
            aload 3 /* ret */
            areturn
        end local 3 // io.vertx.rxjava.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.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/vertx/rxjava/core/http/HttpClient;
            0    2     1          options  Lio/vertx/core/http/RequestOptions;
            0    2     2  responseHandler  Lio/vertx/core/Handler<Lio/vertx/rxjava/core/http/HttpClientResponse;>;
            1    2     3              ret  Lio/vertx/rxjava/core/http/HttpClientRequest;
    Signature: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler<Lio/vertx/rxjava/core/http/HttpClientResponse;>;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      options          
      responseHandler  

  public io.vertx.rxjava.core.http.HttpClientRequest delete(int, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.rxjava.core.http.HttpClientResponse>);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=6, args_size=5
        start local 0 // io.vertx.rxjava.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 1355
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            iload 1 /* port */
            aload 2 /* host */
            aload 3 /* requestURI */
            new io.vertx.rxjava.core.http.HttpClient$47
            dup
            aload 0 /* this */
            aload 4 /* responseHandler */
            invokespecial io.vertx.rxjava.core.http.HttpClient$47.<init>:(Lio/vertx/rxjava/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.rxjava.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/rxjava/core/http/HttpClientRequest;
            astore 5 /* ret */
        start local 5 // io.vertx.rxjava.core.http.HttpClientRequest ret
         1: .line 1360
            aload 5 /* ret */
            areturn
        end local 5 // io.vertx.rxjava.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.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/vertx/rxjava/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/rxjava/core/http/HttpClientResponse;>;
            1    2     5              ret  Lio/vertx/rxjava/core/http/HttpClientRequest;
    Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/rxjava/core/http/HttpClientResponse;>;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      port             
      host             
      requestURI       
      responseHandler  

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

  public io.vertx.rxjava.core.http.HttpClientRequest delete(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 1 // java.lang.String requestURI
         0: .line 1387
            aload 0 /* this */
            getfield io.vertx.rxjava.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.rxjava.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/rxjava/core/http/HttpClientRequest;
            astore 2 /* ret */
        start local 2 // io.vertx.rxjava.core.http.HttpClientRequest ret
         1: .line 1388
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.rxjava.core.http.HttpClientRequest ret
        end local 1 // java.lang.String requestURI
        end local 0 // io.vertx.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/rxjava/core/http/HttpClient;
            0    2     1  requestURI  Ljava/lang/String;
            1    2     2         ret  Lio/vertx/rxjava/core/http/HttpClientRequest;
    MethodParameters:
            Name  Flags
      requestURI  

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

  public io.vertx.rxjava.core.http.HttpClientRequest deleteAbs(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 1 // java.lang.String absoluteURI
         0: .line 1414
            aload 0 /* this */
            getfield io.vertx.rxjava.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.rxjava.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/rxjava/core/http/HttpClientRequest;
            astore 2 /* ret */
        start local 2 // io.vertx.rxjava.core.http.HttpClientRequest ret
         1: .line 1415
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.rxjava.core.http.HttpClientRequest ret
        end local 1 // java.lang.String absoluteURI
        end local 0 // io.vertx.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/vertx/rxjava/core/http/HttpClient;
            0    2     1  absoluteURI  Ljava/lang/String;
            1    2     2          ret  Lio/vertx/rxjava/core/http/HttpClientRequest;
    MethodParameters:
             Name  Flags
      absoluteURI  

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

  public io.vertx.rxjava.core.http.HttpClient websocket(io.vertx.core.http.RequestOptions, io.vertx.core.Handler<io.vertx.rxjava.core.http.WebSocket>);
    descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 1 // io.vertx.core.http.RequestOptions options
        start local 2 // io.vertx.core.Handler wsConnect
         0: .line 1443
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* options */
            new io.vertx.rxjava.core.http.HttpClient$51
            dup
            aload 0 /* this */
            aload 2 /* wsConnect */
            invokespecial io.vertx.rxjava.core.http.HttpClient$51.<init>:(Lio/vertx/rxjava/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 1448
            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.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/rxjava/core/http/HttpClient;
            0    2     1    options  Lio/vertx/core/http/RequestOptions;
            0    2     2  wsConnect  Lio/vertx/core/Handler<Lio/vertx/rxjava/core/http/WebSocket;>;
    Signature: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler<Lio/vertx/rxjava/core/http/WebSocket;>;)Lio/vertx/rxjava/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
           Name  Flags
      options    
      wsConnect  

  public io.vertx.rxjava.core.http.HttpClient websocket(int, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.rxjava.core.http.WebSocket>);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=5
        start local 0 // io.vertx.rxjava.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 1461
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            iload 1 /* port */
            aload 2 /* host */
            aload 3 /* requestURI */
            new io.vertx.rxjava.core.http.HttpClient$52
            dup
            aload 0 /* this */
            aload 4 /* wsConnect */
            invokespecial io.vertx.rxjava.core.http.HttpClient$52.<init>:(Lio/vertx/rxjava/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 1466
            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.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/rxjava/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/rxjava/core/http/WebSocket;>;
    Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/rxjava/core/http/WebSocket;>;)Lio/vertx/rxjava/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
            Name  Flags
      port        
      host        
      requestURI  
      wsConnect   

  public io.vertx.rxjava.core.http.HttpClient websocket(io.vertx.core.http.RequestOptions, io.vertx.core.Handler<io.vertx.rxjava.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/rxjava/core/http/HttpClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.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 1478
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* options */
            new io.vertx.rxjava.core.http.HttpClient$53
            dup
            aload 0 /* this */
            aload 2 /* wsConnect */
            invokespecial io.vertx.rxjava.core.http.HttpClient$53.<init>:(Lio/vertx/rxjava/core/http/HttpClient;Lio/vertx/core/Handler;)V
         1: .line 1482
            aload 3 /* failureHandler */
         2: .line 1478
            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 1483
            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.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lio/vertx/rxjava/core/http/HttpClient;
            0    4     1         options  Lio/vertx/core/http/RequestOptions;
            0    4     2       wsConnect  Lio/vertx/core/Handler<Lio/vertx/rxjava/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/rxjava/core/http/WebSocket;>;Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/rxjava/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                Name  Flags
      options         
      wsConnect       
      failureHandler  

  public io.vertx.rxjava.core.http.HttpClient websocket(int, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.rxjava.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/rxjava/core/http/HttpClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=6, args_size=6
        start local 0 // io.vertx.rxjava.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 1497
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            iload 1 /* port */
            aload 2 /* host */
            aload 3 /* requestURI */
            new io.vertx.rxjava.core.http.HttpClient$54
            dup
            aload 0 /* this */
            aload 4 /* wsConnect */
            invokespecial io.vertx.rxjava.core.http.HttpClient$54.<init>:(Lio/vertx/rxjava/core/http/HttpClient;Lio/vertx/core/Handler;)V
         1: .line 1501
            aload 5 /* failureHandler */
         2: .line 1497
            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 1502
            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.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lio/vertx/rxjava/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/rxjava/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/rxjava/core/http/WebSocket;>;Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/rxjava/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                Name  Flags
      port            
      host            
      requestURI      
      wsConnect       
      failureHandler  

  public io.vertx.rxjava.core.http.HttpClient websocket(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.rxjava.core.http.WebSocket>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.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 1514
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* host */
            aload 2 /* requestURI */
            new io.vertx.rxjava.core.http.HttpClient$55
            dup
            aload 0 /* this */
            aload 3 /* wsConnect */
            invokespecial io.vertx.rxjava.core.http.HttpClient$55.<init>:(Lio/vertx/rxjava/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 1519
            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.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/rxjava/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/rxjava/core/http/WebSocket;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/rxjava/core/http/WebSocket;>;)Lio/vertx/rxjava/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
            Name  Flags
      host        
      requestURI  
      wsConnect   

  public io.vertx.rxjava.core.http.HttpClient websocket(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.rxjava.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/rxjava/core/http/HttpClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=5
        start local 0 // io.vertx.rxjava.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 1532
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* host */
            aload 2 /* requestURI */
            new io.vertx.rxjava.core.http.HttpClient$56
            dup
            aload 0 /* this */
            aload 3 /* wsConnect */
            invokespecial io.vertx.rxjava.core.http.HttpClient$56.<init>:(Lio/vertx/rxjava/core/http/HttpClient;Lio/vertx/core/Handler;)V
         1: .line 1536
            aload 4 /* failureHandler */
         2: .line 1532
            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 1537
            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.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lio/vertx/rxjava/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/rxjava/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/rxjava/core/http/WebSocket;>;Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/rxjava/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                Name  Flags
      host            
      requestURI      
      wsConnect       
      failureHandler  

  public io.vertx.rxjava.core.http.HttpClient websocket(io.vertx.core.http.RequestOptions, io.vertx.rxjava.core.MultiMap, io.vertx.core.Handler<io.vertx.rxjava.core.http.WebSocket>);
    descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/rxjava/core/MultiMap;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 1 // io.vertx.core.http.RequestOptions options
        start local 2 // io.vertx.rxjava.core.MultiMap headers
        start local 3 // io.vertx.core.Handler wsConnect
         0: .line 1549
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* options */
            aload 2 /* headers */
            invokevirtual io.vertx.rxjava.core.MultiMap.getDelegate:()Lio/vertx/core/MultiMap;
            new io.vertx.rxjava.core.http.HttpClient$57
            dup
            aload 0 /* this */
            aload 3 /* wsConnect */
            invokespecial io.vertx.rxjava.core.http.HttpClient$57.<init>:(Lio/vertx/rxjava/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 1554
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler wsConnect
        end local 2 // io.vertx.rxjava.core.MultiMap headers
        end local 1 // io.vertx.core.http.RequestOptions options
        end local 0 // io.vertx.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/rxjava/core/http/HttpClient;
            0    2     1    options  Lio/vertx/core/http/RequestOptions;
            0    2     2    headers  Lio/vertx/rxjava/core/MultiMap;
            0    2     3  wsConnect  Lio/vertx/core/Handler<Lio/vertx/rxjava/core/http/WebSocket;>;
    Signature: (Lio/vertx/core/http/RequestOptions;Lio/vertx/rxjava/core/MultiMap;Lio/vertx/core/Handler<Lio/vertx/rxjava/core/http/WebSocket;>;)Lio/vertx/rxjava/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
           Name  Flags
      options    
      headers    
      wsConnect  

  public io.vertx.rxjava.core.http.HttpClient websocket(int, java.lang.String, java.lang.String, io.vertx.rxjava.core.MultiMap, io.vertx.core.Handler<io.vertx.rxjava.core.http.WebSocket>);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/rxjava/core/MultiMap;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=6, args_size=6
        start local 0 // io.vertx.rxjava.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.rxjava.core.MultiMap headers
        start local 5 // io.vertx.core.Handler wsConnect
         0: .line 1568
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            iload 1 /* port */
            aload 2 /* host */
            aload 3 /* requestURI */
            aload 4 /* headers */
            invokevirtual io.vertx.rxjava.core.MultiMap.getDelegate:()Lio/vertx/core/MultiMap;
            new io.vertx.rxjava.core.http.HttpClient$58
            dup
            aload 0 /* this */
            aload 5 /* wsConnect */
            invokespecial io.vertx.rxjava.core.http.HttpClient$58.<init>:(Lio/vertx/rxjava/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 1573
            aload 0 /* this */
            areturn
        end local 5 // io.vertx.core.Handler wsConnect
        end local 4 // io.vertx.rxjava.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.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/rxjava/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/rxjava/core/MultiMap;
            0    2     5   wsConnect  Lio/vertx/core/Handler<Lio/vertx/rxjava/core/http/WebSocket;>;
    Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/rxjava/core/MultiMap;Lio/vertx/core/Handler<Lio/vertx/rxjava/core/http/WebSocket;>;)Lio/vertx/rxjava/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
            Name  Flags
      port        
      host        
      requestURI  
      headers     
      wsConnect   

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

  public io.vertx.rxjava.core.http.HttpClient websocket(int, java.lang.String, java.lang.String, io.vertx.rxjava.core.MultiMap, io.vertx.core.Handler<io.vertx.rxjava.core.http.WebSocket>, io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/rxjava/core/MultiMap;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=7, args_size=7
        start local 0 // io.vertx.rxjava.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.rxjava.core.MultiMap headers
        start local 5 // io.vertx.core.Handler wsConnect
        start local 6 // io.vertx.core.Handler failureHandler
         0: .line 1606
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            iload 1 /* port */
            aload 2 /* host */
            aload 3 /* requestURI */
            aload 4 /* headers */
            invokevirtual io.vertx.rxjava.core.MultiMap.getDelegate:()Lio/vertx/core/MultiMap;
            new io.vertx.rxjava.core.http.HttpClient$60
            dup
            aload 0 /* this */
            aload 5 /* wsConnect */
            invokespecial io.vertx.rxjava.core.http.HttpClient$60.<init>:(Lio/vertx/rxjava/core/http/HttpClient;Lio/vertx/core/Handler;)V
         1: .line 1610
            aload 6 /* failureHandler */
         2: .line 1606
            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 1611
            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.rxjava.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.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lio/vertx/rxjava/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/rxjava/core/MultiMap;
            0    4     5       wsConnect  Lio/vertx/core/Handler<Lio/vertx/rxjava/core/http/WebSocket;>;
            0    4     6  failureHandler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
    Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/rxjava/core/MultiMap;Lio/vertx/core/Handler<Lio/vertx/rxjava/core/http/WebSocket;>;Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/rxjava/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                Name  Flags
      port            
      host            
      requestURI      
      headers         
      wsConnect       
      failureHandler  

  public io.vertx.rxjava.core.http.HttpClient websocket(java.lang.String, java.lang.String, io.vertx.rxjava.core.MultiMap, io.vertx.core.Handler<io.vertx.rxjava.core.http.WebSocket>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/rxjava/core/MultiMap;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=5
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 1 // java.lang.String host
        start local 2 // java.lang.String requestURI
        start local 3 // io.vertx.rxjava.core.MultiMap headers
        start local 4 // io.vertx.core.Handler wsConnect
         0: .line 1624
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* host */
            aload 2 /* requestURI */
            aload 3 /* headers */
            invokevirtual io.vertx.rxjava.core.MultiMap.getDelegate:()Lio/vertx/core/MultiMap;
            new io.vertx.rxjava.core.http.HttpClient$61
            dup
            aload 0 /* this */
            aload 4 /* wsConnect */
            invokespecial io.vertx.rxjava.core.http.HttpClient$61.<init>:(Lio/vertx/rxjava/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 1629
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler wsConnect
        end local 3 // io.vertx.rxjava.core.MultiMap headers
        end local 2 // java.lang.String requestURI
        end local 1 // java.lang.String host
        end local 0 // io.vertx.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/rxjava/core/http/HttpClient;
            0    2     1        host  Ljava/lang/String;
            0    2     2  requestURI  Ljava/lang/String;
            0    2     3     headers  Lio/vertx/rxjava/core/MultiMap;
            0    2     4   wsConnect  Lio/vertx/core/Handler<Lio/vertx/rxjava/core/http/WebSocket;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/rxjava/core/MultiMap;Lio/vertx/core/Handler<Lio/vertx/rxjava/core/http/WebSocket;>;)Lio/vertx/rxjava/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
            Name  Flags
      host        
      requestURI  
      headers     
      wsConnect   

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

  public io.vertx.rxjava.core.http.HttpClient websocket(io.vertx.core.http.RequestOptions, io.vertx.rxjava.core.MultiMap, io.vertx.core.http.WebsocketVersion, io.vertx.core.Handler<io.vertx.rxjava.core.http.WebSocket>);
    descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/rxjava/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=5
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 1 // io.vertx.core.http.RequestOptions options
        start local 2 // io.vertx.rxjava.core.MultiMap headers
        start local 3 // io.vertx.core.http.WebsocketVersion version
        start local 4 // io.vertx.core.Handler wsConnect
         0: .line 1662
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* options */
            aload 2 /* headers */
            invokevirtual io.vertx.rxjava.core.MultiMap.getDelegate:()Lio/vertx/core/MultiMap;
            aload 3 /* version */
            new io.vertx.rxjava.core.http.HttpClient$63
            dup
            aload 0 /* this */
            aload 4 /* wsConnect */
            invokespecial io.vertx.rxjava.core.http.HttpClient$63.<init>:(Lio/vertx/rxjava/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 1667
            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.rxjava.core.MultiMap headers
        end local 1 // io.vertx.core.http.RequestOptions options
        end local 0 // io.vertx.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/rxjava/core/http/HttpClient;
            0    2     1    options  Lio/vertx/core/http/RequestOptions;
            0    2     2    headers  Lio/vertx/rxjava/core/MultiMap;
            0    2     3    version  Lio/vertx/core/http/WebsocketVersion;
            0    2     4  wsConnect  Lio/vertx/core/Handler<Lio/vertx/rxjava/core/http/WebSocket;>;
    Signature: (Lio/vertx/core/http/RequestOptions;Lio/vertx/rxjava/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Lio/vertx/core/Handler<Lio/vertx/rxjava/core/http/WebSocket;>;)Lio/vertx/rxjava/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
           Name  Flags
      options    
      headers    
      version    
      wsConnect  

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

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

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

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

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

  public io.vertx.rxjava.core.http.HttpClient websocket(io.vertx.core.http.RequestOptions, io.vertx.rxjava.core.MultiMap, io.vertx.core.http.WebsocketVersion, java.lang.String, io.vertx.core.Handler<io.vertx.rxjava.core.http.WebSocket>);
    descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/rxjava/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=6, args_size=6
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 1 // io.vertx.core.http.RequestOptions options
        start local 2 // io.vertx.rxjava.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 1786
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* options */
            aload 2 /* headers */
            invokevirtual io.vertx.rxjava.core.MultiMap.getDelegate:()Lio/vertx/core/MultiMap;
            aload 3 /* version */
            aload 4 /* subProtocols */
            new io.vertx.rxjava.core.http.HttpClient$69
            dup
            aload 0 /* this */
            aload 5 /* wsConnect */
            invokespecial io.vertx.rxjava.core.http.HttpClient$69.<init>:(Lio/vertx/rxjava/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 1791
            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.rxjava.core.MultiMap headers
        end local 1 // io.vertx.core.http.RequestOptions options
        end local 0 // io.vertx.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lio/vertx/rxjava/core/http/HttpClient;
            0    2     1       options  Lio/vertx/core/http/RequestOptions;
            0    2     2       headers  Lio/vertx/rxjava/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/rxjava/core/http/WebSocket;>;
    Signature: (Lio/vertx/core/http/RequestOptions;Lio/vertx/rxjava/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/rxjava/core/http/WebSocket;>;)Lio/vertx/rxjava/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
              Name  Flags
      options       
      headers       
      version       
      subProtocols  
      wsConnect     

  public io.vertx.rxjava.core.http.HttpClient websocket(int, java.lang.String, java.lang.String, io.vertx.rxjava.core.MultiMap, io.vertx.core.http.WebsocketVersion, java.lang.String, io.vertx.core.Handler<io.vertx.rxjava.core.http.WebSocket>);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/rxjava/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=11, locals=8, args_size=8
        start local 0 // io.vertx.rxjava.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.rxjava.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 1808
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            iload 1 /* port */
            aload 2 /* host */
            aload 3 /* requestURI */
            aload 4 /* headers */
            invokevirtual io.vertx.rxjava.core.MultiMap.getDelegate:()Lio/vertx/core/MultiMap;
            aload 5 /* version */
            aload 6 /* subProtocols */
            new io.vertx.rxjava.core.http.HttpClient$70
            dup
            aload 0 /* this */
            aload 7 /* wsConnect */
            invokespecial io.vertx.rxjava.core.http.HttpClient$70.<init>:(Lio/vertx/rxjava/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 1813
            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.rxjava.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.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lio/vertx/rxjava/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/rxjava/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/rxjava/core/http/WebSocket;>;
    Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/rxjava/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/rxjava/core/http/WebSocket;>;)Lio/vertx/rxjava/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
              Name  Flags
      port          
      host          
      requestURI    
      headers       
      version       
      subProtocols  
      wsConnect     

  public io.vertx.rxjava.core.http.HttpClient websocketAbs(java.lang.String, io.vertx.rxjava.core.MultiMap, io.vertx.core.http.WebsocketVersion, java.lang.String, io.vertx.core.Handler<io.vertx.rxjava.core.http.WebSocket>, io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Ljava/lang/String;Lio/vertx/rxjava/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=7, args_size=7
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 1 // java.lang.String url
        start local 2 // io.vertx.rxjava.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 1829
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* url */
            aload 2 /* headers */
            invokevirtual io.vertx.rxjava.core.MultiMap.getDelegate:()Lio/vertx/core/MultiMap;
            aload 3 /* version */
            aload 4 /* subProtocols */
            new io.vertx.rxjava.core.http.HttpClient$71
            dup
            aload 0 /* this */
            aload 5 /* wsConnect */
            invokespecial io.vertx.rxjava.core.http.HttpClient$71.<init>:(Lio/vertx/rxjava/core/http/HttpClient;Lio/vertx/core/Handler;)V
         1: .line 1833
            aload 6 /* failureHandler */
         2: .line 1829
            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 1834
            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.rxjava.core.MultiMap headers
        end local 1 // java.lang.String url
        end local 0 // io.vertx.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lio/vertx/rxjava/core/http/HttpClient;
            0    4     1             url  Ljava/lang/String;
            0    4     2         headers  Lio/vertx/rxjava/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/rxjava/core/http/WebSocket;>;
            0    4     6  failureHandler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
    Signature: (Ljava/lang/String;Lio/vertx/rxjava/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/rxjava/core/http/WebSocket;>;Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/rxjava/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                Name  Flags
      url             
      headers         
      version         
      subProtocols    
      wsConnect       
      failureHandler  

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

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

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

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

  public io.vertx.rxjava.core.http.HttpClient websocket(java.lang.String, io.vertx.core.Handler<io.vertx.rxjava.core.http.WebSocket>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 1 // java.lang.String requestURI
        start local 2 // io.vertx.core.Handler wsConnect
         0: .line 1932
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* requestURI */
            new io.vertx.rxjava.core.http.HttpClient$76
            dup
            aload 0 /* this */
            aload 2 /* wsConnect */
            invokespecial io.vertx.rxjava.core.http.HttpClient$76.<init>:(Lio/vertx/rxjava/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 1937
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler wsConnect
        end local 1 // java.lang.String requestURI
        end local 0 // io.vertx.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/rxjava/core/http/HttpClient;
            0    2     1  requestURI  Ljava/lang/String;
            0    2     2   wsConnect  Lio/vertx/core/Handler<Lio/vertx/rxjava/core/http/WebSocket;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/rxjava/core/http/WebSocket;>;)Lio/vertx/rxjava/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
            Name  Flags
      requestURI  
      wsConnect   

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

  public io.vertx.rxjava.core.http.HttpClient websocket(java.lang.String, io.vertx.rxjava.core.MultiMap, io.vertx.core.Handler<io.vertx.rxjava.core.http.WebSocket>);
    descriptor: (Ljava/lang/String;Lio/vertx/rxjava/core/MultiMap;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 1 // java.lang.String requestURI
        start local 2 // io.vertx.rxjava.core.MultiMap headers
        start local 3 // io.vertx.core.Handler wsConnect
         0: .line 1966
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* requestURI */
            aload 2 /* headers */
            invokevirtual io.vertx.rxjava.core.MultiMap.getDelegate:()Lio/vertx/core/MultiMap;
            new io.vertx.rxjava.core.http.HttpClient$78
            dup
            aload 0 /* this */
            aload 3 /* wsConnect */
            invokespecial io.vertx.rxjava.core.http.HttpClient$78.<init>:(Lio/vertx/rxjava/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 1971
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler wsConnect
        end local 2 // io.vertx.rxjava.core.MultiMap headers
        end local 1 // java.lang.String requestURI
        end local 0 // io.vertx.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/rxjava/core/http/HttpClient;
            0    2     1  requestURI  Ljava/lang/String;
            0    2     2     headers  Lio/vertx/rxjava/core/MultiMap;
            0    2     3   wsConnect  Lio/vertx/core/Handler<Lio/vertx/rxjava/core/http/WebSocket;>;
    Signature: (Ljava/lang/String;Lio/vertx/rxjava/core/MultiMap;Lio/vertx/core/Handler<Lio/vertx/rxjava/core/http/WebSocket;>;)Lio/vertx/rxjava/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
            Name  Flags
      requestURI  
      headers     
      wsConnect   

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

  public io.vertx.rxjava.core.http.HttpClient websocket(java.lang.String, io.vertx.rxjava.core.MultiMap, io.vertx.core.http.WebsocketVersion, io.vertx.core.Handler<io.vertx.rxjava.core.http.WebSocket>);
    descriptor: (Ljava/lang/String;Lio/vertx/rxjava/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=5
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 1 // java.lang.String requestURI
        start local 2 // io.vertx.rxjava.core.MultiMap headers
        start local 3 // io.vertx.core.http.WebsocketVersion version
        start local 4 // io.vertx.core.Handler wsConnect
         0: .line 2003
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* requestURI */
            aload 2 /* headers */
            invokevirtual io.vertx.rxjava.core.MultiMap.getDelegate:()Lio/vertx/core/MultiMap;
            aload 3 /* version */
            new io.vertx.rxjava.core.http.HttpClient$80
            dup
            aload 0 /* this */
            aload 4 /* wsConnect */
            invokespecial io.vertx.rxjava.core.http.HttpClient$80.<init>:(Lio/vertx/rxjava/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 2008
            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.rxjava.core.MultiMap headers
        end local 1 // java.lang.String requestURI
        end local 0 // io.vertx.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/rxjava/core/http/HttpClient;
            0    2     1  requestURI  Ljava/lang/String;
            0    2     2     headers  Lio/vertx/rxjava/core/MultiMap;
            0    2     3     version  Lio/vertx/core/http/WebsocketVersion;
            0    2     4   wsConnect  Lio/vertx/core/Handler<Lio/vertx/rxjava/core/http/WebSocket;>;
    Signature: (Ljava/lang/String;Lio/vertx/rxjava/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Lio/vertx/core/Handler<Lio/vertx/rxjava/core/http/WebSocket;>;)Lio/vertx/rxjava/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
            Name  Flags
      requestURI  
      headers     
      version     
      wsConnect   

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

  public io.vertx.rxjava.core.http.HttpClient websocket(java.lang.String, io.vertx.rxjava.core.MultiMap, io.vertx.core.http.WebsocketVersion, java.lang.String, io.vertx.core.Handler<io.vertx.rxjava.core.http.WebSocket>);
    descriptor: (Ljava/lang/String;Lio/vertx/rxjava/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=6, args_size=6
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 1 // java.lang.String requestURI
        start local 2 // io.vertx.rxjava.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 2043
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* requestURI */
            aload 2 /* headers */
            invokevirtual io.vertx.rxjava.core.MultiMap.getDelegate:()Lio/vertx/core/MultiMap;
            aload 3 /* version */
            aload 4 /* subProtocols */
            new io.vertx.rxjava.core.http.HttpClient$82
            dup
            aload 0 /* this */
            aload 5 /* wsConnect */
            invokespecial io.vertx.rxjava.core.http.HttpClient$82.<init>:(Lio/vertx/rxjava/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 2048
            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.rxjava.core.MultiMap headers
        end local 1 // java.lang.String requestURI
        end local 0 // io.vertx.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lio/vertx/rxjava/core/http/HttpClient;
            0    2     1    requestURI  Ljava/lang/String;
            0    2     2       headers  Lio/vertx/rxjava/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/rxjava/core/http/WebSocket;>;
    Signature: (Ljava/lang/String;Lio/vertx/rxjava/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/rxjava/core/http/WebSocket;>;)Lio/vertx/rxjava/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
              Name  Flags
      requestURI    
      headers       
      version       
      subProtocols  
      wsConnect     

  public io.vertx.rxjava.core.http.HttpClient websocket(java.lang.String, io.vertx.rxjava.core.MultiMap, io.vertx.core.http.WebsocketVersion, java.lang.String, io.vertx.core.Handler<io.vertx.rxjava.core.http.WebSocket>, io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Ljava/lang/String;Lio/vertx/rxjava/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=7, args_size=7
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 1 // java.lang.String requestURI
        start local 2 // io.vertx.rxjava.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 2064
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* requestURI */
            aload 2 /* headers */
            invokevirtual io.vertx.rxjava.core.MultiMap.getDelegate:()Lio/vertx/core/MultiMap;
            aload 3 /* version */
            aload 4 /* subProtocols */
            new io.vertx.rxjava.core.http.HttpClient$83
            dup
            aload 0 /* this */
            aload 5 /* wsConnect */
            invokespecial io.vertx.rxjava.core.http.HttpClient$83.<init>:(Lio/vertx/rxjava/core/http/HttpClient;Lio/vertx/core/Handler;)V
         1: .line 2068
            aload 6 /* failureHandler */
         2: .line 2064
            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 2069
            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.rxjava.core.MultiMap headers
        end local 1 // java.lang.String requestURI
        end local 0 // io.vertx.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lio/vertx/rxjava/core/http/HttpClient;
            0    4     1      requestURI  Ljava/lang/String;
            0    4     2         headers  Lio/vertx/rxjava/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/rxjava/core/http/WebSocket;>;
            0    4     6  failureHandler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
    Signature: (Ljava/lang/String;Lio/vertx/rxjava/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/rxjava/core/http/WebSocket;>;Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/rxjava/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.rxjava.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.rxjava.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 2080
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            iload 1 /* port */
            aload 2 /* host */
            aload 3 /* requestURI */
            new io.vertx.rxjava.core.http.HttpClient$84
            dup
            aload 0 /* this */
            aload 4 /* handler */
            invokespecial io.vertx.rxjava.core.http.HttpClient$84.<init>:(Lio/vertx/rxjava/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 2089
            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.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/rxjava/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/rxjava/core/http/WebSocket;>;>;
    Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/rxjava/core/http/WebSocket;>;>;)V
    MethodParameters:
            Name  Flags
      port        
      host        
      requestURI  
      handler     

  public rx.Observable<io.vertx.rxjava.core.http.WebSocket> webSocketObservable(int, java.lang.String, java.lang.String);
    descriptor: (ILjava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
         0: .line 2101
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/http/HttpClient;
    Signature: (ILjava/lang/String;Ljava/lang/String;)Lrx/Observable<Lio/vertx/rxjava/core/http/WebSocket;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
            Name  Flags
      port        
      host        
      requestURI  

  public rx.Single<io.vertx.rxjava.core.http.WebSocket> rxWebSocket(int, java.lang.String, java.lang.String);
    descriptor: (ILjava/lang/String;Ljava/lang/String;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
         0: .line 2114
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/http/HttpClient;
    Signature: (ILjava/lang/String;Ljava/lang/String;)Lrx/Single<Lio/vertx/rxjava/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.rxjava.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.rxjava.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 2126
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* host */
            aload 2 /* requestURI */
            new io.vertx.rxjava.core.http.HttpClient$85
            dup
            aload 0 /* this */
            aload 3 /* handler */
            invokespecial io.vertx.rxjava.core.http.HttpClient$85.<init>:(Lio/vertx/rxjava/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 2135
            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.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/rxjava/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/rxjava/core/http/WebSocket;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/rxjava/core/http/WebSocket;>;>;)V
    MethodParameters:
            Name  Flags
      host        
      requestURI  
      handler     

  public rx.Observable<io.vertx.rxjava.core.http.WebSocket> webSocketObservable(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
         0: .line 2146
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/http/HttpClient;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lio/vertx/rxjava/core/http/WebSocket;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
            Name  Flags
      host        
      requestURI  

  public rx.Single<io.vertx.rxjava.core.http.WebSocket> rxWebSocket(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
         0: .line 2158
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/http/HttpClient;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Single<Lio/vertx/rxjava/core/http/WebSocket;>;
    MethodParameters:
            Name  Flags
      host        
      requestURI  

  public void webSocket(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.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.rxjava.core.http.HttpClient this
        start local 1 // java.lang.String requestURI
        start local 2 // io.vertx.core.Handler handler
         0: .line 2169
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* requestURI */
            new io.vertx.rxjava.core.http.HttpClient$86
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.rxjava.core.http.HttpClient$86.<init>:(Lio/vertx/rxjava/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 2178
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String requestURI
        end local 0 // io.vertx.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/rxjava/core/http/HttpClient;
            0    2     1  requestURI  Ljava/lang/String;
            0    2     2     handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/rxjava/core/http/WebSocket;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/rxjava/core/http/WebSocket;>;>;)V
    MethodParameters:
            Name  Flags
      requestURI  
      handler     

  public rx.Observable<io.vertx.rxjava.core.http.WebSocket> webSocketObservable(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
         0: .line 2188
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/http/HttpClient;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lio/vertx/rxjava/core/http/WebSocket;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
            Name  Flags
      requestURI  

  public rx.Single<io.vertx.rxjava.core.http.WebSocket> rxWebSocket(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
         0: .line 2199
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/http/HttpClient;
    Signature: (Ljava/lang/String;)Lrx/Single<Lio/vertx/rxjava/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.rxjava.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.rxjava.core.http.HttpClient this
        start local 1 // io.vertx.core.http.WebSocketConnectOptions options
        start local 2 // io.vertx.core.Handler handler
         0: .line 2210
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* options */
            new io.vertx.rxjava.core.http.HttpClient$87
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.rxjava.core.http.HttpClient$87.<init>:(Lio/vertx/rxjava/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 2219
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.core.http.WebSocketConnectOptions options
        end local 0 // io.vertx.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/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/rxjava/core/http/WebSocket;>;>;
    Signature: (Lio/vertx/core/http/WebSocketConnectOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/rxjava/core/http/WebSocket;>;>;)V
    MethodParameters:
         Name  Flags
      options  
      handler  

  public rx.Observable<io.vertx.rxjava.core.http.WebSocket> webSocketObservable(io.vertx.core.http.WebSocketConnectOptions);
    descriptor: (Lio/vertx/core/http/WebSocketConnectOptions;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
         0: .line 2229
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/http/HttpClient;
    Signature: (Lio/vertx/core/http/WebSocketConnectOptions;)Lrx/Observable<Lio/vertx/rxjava/core/http/WebSocket;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
         Name  Flags
      options  

  public rx.Single<io.vertx.rxjava.core.http.WebSocket> rxWebSocket(io.vertx.core.http.WebSocketConnectOptions);
    descriptor: (Lio/vertx/core/http/WebSocketConnectOptions;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
         0: .line 2240
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/http/HttpClient;
    Signature: (Lio/vertx/core/http/WebSocketConnectOptions;)Lrx/Single<Lio/vertx/rxjava/core/http/WebSocket;>;
    MethodParameters:
         Name  Flags
      options  

  public void webSocketAbs(java.lang.String, io.vertx.rxjava.core.MultiMap, io.vertx.core.http.WebsocketVersion, java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.core.http.WebSocket>>);
    descriptor: (Ljava/lang/String;Lio/vertx/rxjava/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.rxjava.core.http.HttpClient this
        start local 1 // java.lang.String url
        start local 2 // io.vertx.rxjava.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 2255
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* url */
            aload 2 /* headers */
            invokevirtual io.vertx.rxjava.core.MultiMap.getDelegate:()Lio/vertx/core/MultiMap;
            aload 3 /* version */
            aload 4 /* subProtocols */
            new io.vertx.rxjava.core.http.HttpClient$88
            dup
            aload 0 /* this */
            aload 5 /* handler */
            invokespecial io.vertx.rxjava.core.http.HttpClient$88.<init>:(Lio/vertx/rxjava/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 2264
            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.rxjava.core.MultiMap headers
        end local 1 // java.lang.String url
        end local 0 // io.vertx.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lio/vertx/rxjava/core/http/HttpClient;
            0    2     1           url  Ljava/lang/String;
            0    2     2       headers  Lio/vertx/rxjava/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/rxjava/core/http/WebSocket;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/rxjava/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/rxjava/core/http/WebSocket;>;>;)V
    MethodParameters:
              Name  Flags
      url           
      headers       
      version       
      subProtocols  
      handler       

  public rx.Observable<io.vertx.rxjava.core.http.WebSocket> webSocketAbsObservable(java.lang.String, io.vertx.rxjava.core.MultiMap, io.vertx.core.http.WebsocketVersion, java.util.List<java.lang.String>);
    descriptor: (Ljava/lang/String;Lio/vertx/rxjava/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/util/List;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
         0: .line 2278
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/http/HttpClient;
    Signature: (Ljava/lang/String;Lio/vertx/rxjava/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/util/List<Ljava/lang/String;>;)Lrx/Observable<Lio/vertx/rxjava/core/http/WebSocket;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
              Name  Flags
      url           
      headers       
      version       
      subProtocols  

  public rx.Single<io.vertx.rxjava.core.http.WebSocket> rxWebSocketAbs(java.lang.String, io.vertx.rxjava.core.MultiMap, io.vertx.core.http.WebsocketVersion, java.util.List<java.lang.String>);
    descriptor: (Ljava/lang/String;Lio/vertx/rxjava/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/util/List;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
         0: .line 2293
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/http/HttpClient;
    Signature: (Ljava/lang/String;Lio/vertx/rxjava/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/util/List<Ljava/lang/String;>;)Lrx/Single<Lio/vertx/rxjava/core/http/WebSocket;>;
    MethodParameters:
              Name  Flags
      url           
      headers       
      version       
      subProtocols  

  public io.vertx.rxjava.core.streams.ReadStream<io.vertx.rxjava.core.http.WebSocket> websocketStream(io.vertx.core.http.RequestOptions);
    descriptor: (Lio/vertx/core/http/RequestOptions;)Lio/vertx/rxjava/core/streams/ReadStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 1 // io.vertx.core.http.RequestOptions options
         0: .line 2305
            aload 0 /* this */
            getfield io.vertx.rxjava.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.rxjava.core.http.WebSocket.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
            invokestatic io.vertx.rxjava.core.streams.ReadStream.newInstance:(Lio/vertx/core/streams/ReadStream;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/rxjava/core/streams/ReadStream;
            astore 2 /* ret */
        start local 2 // io.vertx.rxjava.core.streams.ReadStream ret
         1: .line 2306
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.rxjava.core.streams.ReadStream ret
        end local 1 // io.vertx.core.http.RequestOptions options
        end local 0 // io.vertx.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/http/HttpClient;
            0    2     1  options  Lio/vertx/core/http/RequestOptions;
            1    2     2      ret  Lio/vertx/rxjava/core/streams/ReadStream<Lio/vertx/rxjava/core/http/WebSocket;>;
    Signature: (Lio/vertx/core/http/RequestOptions;)Lio/vertx/rxjava/core/streams/ReadStream<Lio/vertx/rxjava/core/http/WebSocket;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
         Name  Flags
      options  

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

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

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

  public io.vertx.rxjava.core.streams.ReadStream<io.vertx.rxjava.core.http.WebSocket> websocketStream(int, java.lang.String, java.lang.String, io.vertx.rxjava.core.MultiMap);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/rxjava/core/MultiMap;)Lio/vertx/rxjava/core/streams/ReadStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=5
        start local 0 // io.vertx.rxjava.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.rxjava.core.MultiMap headers
         0: .line 2356
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            iload 1 /* port */
            aload 2 /* host */
            aload 3 /* requestURI */
            aload 4 /* headers */
            invokevirtual io.vertx.rxjava.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.rxjava.core.http.WebSocket.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
            invokestatic io.vertx.rxjava.core.streams.ReadStream.newInstance:(Lio/vertx/core/streams/ReadStream;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/rxjava/core/streams/ReadStream;
            astore 5 /* ret */
        start local 5 // io.vertx.rxjava.core.streams.ReadStream ret
         1: .line 2357
            aload 5 /* ret */
            areturn
        end local 5 // io.vertx.rxjava.core.streams.ReadStream ret
        end local 4 // io.vertx.rxjava.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.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/rxjava/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/rxjava/core/MultiMap;
            1    2     5         ret  Lio/vertx/rxjava/core/streams/ReadStream<Lio/vertx/rxjava/core/http/WebSocket;>;
    Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/rxjava/core/MultiMap;)Lio/vertx/rxjava/core/streams/ReadStream<Lio/vertx/rxjava/core/http/WebSocket;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
            Name  Flags
      port        
      host        
      requestURI  
      headers     

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

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

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

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

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

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

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

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

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

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

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

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

  public io.vertx.rxjava.core.http.HttpClient connectionHandler(io.vertx.core.Handler<io.vertx.rxjava.core.http.HttpConnection>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 1 // io.vertx.core.Handler handler
         0: .line 2539
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            new io.vertx.rxjava.core.http.HttpClient$89
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.rxjava.core.http.HttpClient$89.<init>:(Lio/vertx/rxjava/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 2544
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/http/HttpClient;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/rxjava/core/http/HttpConnection;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/rxjava/core/http/HttpConnection;>;)Lio/vertx/rxjava/core/http/HttpClient;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.rxjava.core.http.HttpClient redirectHandler(java.util.function.Function<io.vertx.rxjava.core.http.HttpClientResponse, io.vertx.rxjava.core.Future<io.vertx.rxjava.core.http.HttpClientRequest>>);
    descriptor: (Ljava/util/function/Function;)Lio/vertx/rxjava/core/http/HttpClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 1 // java.util.function.Function handler
         0: .line 2566
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            new io.vertx.rxjava.core.http.HttpClient$90
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.rxjava.core.http.HttpClient$90.<init>:(Lio/vertx/rxjava/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 2572
            aload 0 /* this */
            areturn
        end local 1 // java.util.function.Function handler
        end local 0 // io.vertx.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/http/HttpClient;
            0    2     1  handler  Ljava/util/function/Function<Lio/vertx/rxjava/core/http/HttpClientResponse;Lio/vertx/rxjava/core/Future<Lio/vertx/rxjava/core/http/HttpClientRequest;>;>;
    Signature: (Ljava/util/function/Function<Lio/vertx/rxjava/core/http/HttpClientResponse;Lio/vertx/rxjava/core/Future<Lio/vertx/rxjava/core/http/HttpClientRequest;>;>;)Lio/vertx/rxjava/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.rxjava.core.http.HttpClient this
         0: .line 2580
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            invokeinterface io.vertx.core.http.HttpClient.close:()V
         1: .line 2581
            return
        end local 0 // io.vertx.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpClient;

  public static io.vertx.rxjava.core.http.HttpClient newInstance(io.vertx.core.http.HttpClient);
    descriptor: (Lio/vertx/core/http/HttpClient;)Lio/vertx/rxjava/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 2585
            aload 0 /* arg */
            ifnull 1
            new io.vertx.rxjava.core.http.HttpClient
            dup
            aload 0 /* arg */
            invokespecial io.vertx.rxjava.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.rxjava.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.rxjava.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 82
            new io.vertx.rxjava.core.http.HttpClient
            dup
            aload 0 /* obj */
            checkcast io.vertx.core.http.HttpClient
            invokespecial io.vertx.rxjava.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.rxjava.core.http.HttpClient$1  io.vertx.rxjava.core.http.HttpClient$10  io.vertx.rxjava.core.http.HttpClient$11  io.vertx.rxjava.core.http.HttpClient$12  io.vertx.rxjava.core.http.HttpClient$13  io.vertx.rxjava.core.http.HttpClient$14  io.vertx.rxjava.core.http.HttpClient$15  io.vertx.rxjava.core.http.HttpClient$16  io.vertx.rxjava.core.http.HttpClient$17  io.vertx.rxjava.core.http.HttpClient$18  io.vertx.rxjava.core.http.HttpClient$19  io.vertx.rxjava.core.http.HttpClient$2  io.vertx.rxjava.core.http.HttpClient$20  io.vertx.rxjava.core.http.HttpClient$21  io.vertx.rxjava.core.http.HttpClient$22  io.vertx.rxjava.core.http.HttpClient$23  io.vertx.rxjava.core.http.HttpClient$24  io.vertx.rxjava.core.http.HttpClient$25  io.vertx.rxjava.core.http.HttpClient$26  io.vertx.rxjava.core.http.HttpClient$27  io.vertx.rxjava.core.http.HttpClient$28  io.vertx.rxjava.core.http.HttpClient$29  io.vertx.rxjava.core.http.HttpClient$3  io.vertx.rxjava.core.http.HttpClient$30  io.vertx.rxjava.core.http.HttpClient$31  io.vertx.rxjava.core.http.HttpClient$32  io.vertx.rxjava.core.http.HttpClient$33  io.vertx.rxjava.core.http.HttpClient$34  io.vertx.rxjava.core.http.HttpClient$35  io.vertx.rxjava.core.http.HttpClient$36  io.vertx.rxjava.core.http.HttpClient$37  io.vertx.rxjava.core.http.HttpClient$38  io.vertx.rxjava.core.http.HttpClient$39  io.vertx.rxjava.core.http.HttpClient$4  io.vertx.rxjava.core.http.HttpClient$40  io.vertx.rxjava.core.http.HttpClient$41  io.vertx.rxjava.core.http.HttpClient$42  io.vertx.rxjava.core.http.HttpClient$43  io.vertx.rxjava.core.http.HttpClient$44  io.vertx.rxjava.core.http.HttpClient$45  io.vertx.rxjava.core.http.HttpClient$46  io.vertx.rxjava.core.http.HttpClient$47  io.vertx.rxjava.core.http.HttpClient$48  io.vertx.rxjava.core.http.HttpClient$49  io.vertx.rxjava.core.http.HttpClient$5  io.vertx.rxjava.core.http.HttpClient$50  io.vertx.rxjava.core.http.HttpClient$51  io.vertx.rxjava.core.http.HttpClient$52  io.vertx.rxjava.core.http.HttpClient$53  io.vertx.rxjava.core.http.HttpClient$54  io.vertx.rxjava.core.http.HttpClient$55  io.vertx.rxjava.core.http.HttpClient$56  io.vertx.rxjava.core.http.HttpClient$57  io.vertx.rxjava.core.http.HttpClient$58  io.vertx.rxjava.core.http.HttpClient$59  io.vertx.rxjava.core.http.HttpClient$6  io.vertx.rxjava.core.http.HttpClient$60  io.vertx.rxjava.core.http.HttpClient$61  io.vertx.rxjava.core.http.HttpClient$62  io.vertx.rxjava.core.http.HttpClient$63  io.vertx.rxjava.core.http.HttpClient$64  io.vertx.rxjava.core.http.HttpClient$65  io.vertx.rxjava.core.http.HttpClient$66  io.vertx.rxjava.core.http.HttpClient$67  io.vertx.rxjava.core.http.HttpClient$68  io.vertx.rxjava.core.http.HttpClient$69  io.vertx.rxjava.core.http.HttpClient$7  io.vertx.rxjava.core.http.HttpClient$70  io.vertx.rxjava.core.http.HttpClient$71  io.vertx.rxjava.core.http.HttpClient$72  io.vertx.rxjava.core.http.HttpClient$73  io.vertx.rxjava.core.http.HttpClient$74  io.vertx.rxjava.core.http.HttpClient$75  io.vertx.rxjava.core.http.HttpClient$76  io.vertx.rxjava.core.http.HttpClient$77  io.vertx.rxjava.core.http.HttpClient$78  io.vertx.rxjava.core.http.HttpClient$79  io.vertx.rxjava.core.http.HttpClient$8  io.vertx.rxjava.core.http.HttpClient$80  io.vertx.rxjava.core.http.HttpClient$81  io.vertx.rxjava.core.http.HttpClient$82  io.vertx.rxjava.core.http.HttpClient$83  io.vertx.rxjava.core.http.HttpClient$84  io.vertx.rxjava.core.http.HttpClient$85  io.vertx.rxjava.core.http.HttpClient$86  io.vertx.rxjava.core.http.HttpClient$87  io.vertx.rxjava.core.http.HttpClient$88  io.vertx.rxjava.core.http.HttpClient$89  io.vertx.rxjava.core.http.HttpClient$9  io.vertx.rxjava.core.http.HttpClient$90
InnerClasses:
  io.vertx.rxjava.core.http.HttpClient$1
  io.vertx.rxjava.core.http.HttpClient$10
  io.vertx.rxjava.core.http.HttpClient$11
  io.vertx.rxjava.core.http.HttpClient$12
  io.vertx.rxjava.core.http.HttpClient$13
  io.vertx.rxjava.core.http.HttpClient$14
  io.vertx.rxjava.core.http.HttpClient$15
  io.vertx.rxjava.core.http.HttpClient$16
  io.vertx.rxjava.core.http.HttpClient$17
  io.vertx.rxjava.core.http.HttpClient$18
  io.vertx.rxjava.core.http.HttpClient$19
  io.vertx.rxjava.core.http.HttpClient$2
  io.vertx.rxjava.core.http.HttpClient$20
  io.vertx.rxjava.core.http.HttpClient$21
  io.vertx.rxjava.core.http.HttpClient$22
  io.vertx.rxjava.core.http.HttpClient$23
  io.vertx.rxjava.core.http.HttpClient$24
  io.vertx.rxjava.core.http.HttpClient$25
  io.vertx.rxjava.core.http.HttpClient$26
  io.vertx.rxjava.core.http.HttpClient$27
  io.vertx.rxjava.core.http.HttpClient$28
  io.vertx.rxjava.core.http.HttpClient$29
  io.vertx.rxjava.core.http.HttpClient$3
  io.vertx.rxjava.core.http.HttpClient$30
  io.vertx.rxjava.core.http.HttpClient$31
  io.vertx.rxjava.core.http.HttpClient$32
  io.vertx.rxjava.core.http.HttpClient$33
  io.vertx.rxjava.core.http.HttpClient$34
  io.vertx.rxjava.core.http.HttpClient$35
  io.vertx.rxjava.core.http.HttpClient$36
  io.vertx.rxjava.core.http.HttpClient$37
  io.vertx.rxjava.core.http.HttpClient$38
  io.vertx.rxjava.core.http.HttpClient$39
  io.vertx.rxjava.core.http.HttpClient$4
  io.vertx.rxjava.core.http.HttpClient$40
  io.vertx.rxjava.core.http.HttpClient$41
  io.vertx.rxjava.core.http.HttpClient$42
  io.vertx.rxjava.core.http.HttpClient$43
  io.vertx.rxjava.core.http.HttpClient$44
  io.vertx.rxjava.core.http.HttpClient$45
  io.vertx.rxjava.core.http.HttpClient$46
  io.vertx.rxjava.core.http.HttpClient$47
  io.vertx.rxjava.core.http.HttpClient$48
  io.vertx.rxjava.core.http.HttpClient$49
  io.vertx.rxjava.core.http.HttpClient$5
  io.vertx.rxjava.core.http.HttpClient$50
  io.vertx.rxjava.core.http.HttpClient$51
  io.vertx.rxjava.core.http.HttpClient$52
  io.vertx.rxjava.core.http.HttpClient$53
  io.vertx.rxjava.core.http.HttpClient$54
  io.vertx.rxjava.core.http.HttpClient$55
  io.vertx.rxjava.core.http.HttpClient$56
  io.vertx.rxjava.core.http.HttpClient$57
  io.vertx.rxjava.core.http.HttpClient$58
  io.vertx.rxjava.core.http.HttpClient$59
  io.vertx.rxjava.core.http.HttpClient$6
  io.vertx.rxjava.core.http.HttpClient$60
  io.vertx.rxjava.core.http.HttpClient$61
  io.vertx.rxjava.core.http.HttpClient$62
  io.vertx.rxjava.core.http.HttpClient$63
  io.vertx.rxjava.core.http.HttpClient$64
  io.vertx.rxjava.core.http.HttpClient$65
  io.vertx.rxjava.core.http.HttpClient$66
  io.vertx.rxjava.core.http.HttpClient$67
  io.vertx.rxjava.core.http.HttpClient$68
  io.vertx.rxjava.core.http.HttpClient$69
  io.vertx.rxjava.core.http.HttpClient$7
  io.vertx.rxjava.core.http.HttpClient$70
  io.vertx.rxjava.core.http.HttpClient$71
  io.vertx.rxjava.core.http.HttpClient$72
  io.vertx.rxjava.core.http.HttpClient$73
  io.vertx.rxjava.core.http.HttpClient$74
  io.vertx.rxjava.core.http.HttpClient$75
  io.vertx.rxjava.core.http.HttpClient$76
  io.vertx.rxjava.core.http.HttpClient$77
  io.vertx.rxjava.core.http.HttpClient$78
  io.vertx.rxjava.core.http.HttpClient$79
  io.vertx.rxjava.core.http.HttpClient$8
  io.vertx.rxjava.core.http.HttpClient$80
  io.vertx.rxjava.core.http.HttpClient$81
  io.vertx.rxjava.core.http.HttpClient$82
  io.vertx.rxjava.core.http.HttpClient$83
  io.vertx.rxjava.core.http.HttpClient$84
  io.vertx.rxjava.core.http.HttpClient$85
  io.vertx.rxjava.core.http.HttpClient$86
  io.vertx.rxjava.core.http.HttpClient$87
  io.vertx.rxjava.core.http.HttpClient$88
  io.vertx.rxjava.core.http.HttpClient$89
  io.vertx.rxjava.core.http.HttpClient$9
  io.vertx.rxjava.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;)