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 89
            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 90
            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 89
            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 91
            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 73
            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 78
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 79
      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 80
      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 81
            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 86
            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 95
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 96
            aload 0 /* this */
            aload 1 /* delegate */
            putfield io.vertx.rxjava.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
         2: .line 97
            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 void <init>(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 1 // java.lang.Object delegate
         0: .line 99
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 100
            aload 0 /* this */
            aload 1 /* delegate */
            checkcast io.vertx.core.http.HttpClient
            putfield io.vertx.rxjava.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
         2: .line 101
            return
        end local 1 // java.lang.Object 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  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      delegate  

  public io.vertx.core.http.HttpClient getDelegate();
    descriptor: ()Lio/vertx/core/http/HttpClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
         0: .line 104
            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 112
            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 113
            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 void request(io.vertx.core.http.RequestOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.core.http.HttpClientRequest>>);
    descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 1 // io.vertx.core.http.RequestOptions options
        start local 2 // io.vertx.core.Handler handler
         0: .line 123
            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$1
            dup
            aload 0 /* this */
            aload 2 /* handler */
            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/RequestOptions;Lio/vertx/core/Handler;)V
         1: .line 132
            return
        end local 2 // io.vertx.core.Handler handler
        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  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/rxjava/core/http/HttpClientRequest;>;>;
    Signature: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/rxjava/core/http/HttpClientRequest;>;>;)V
    MethodParameters:
         Name  Flags
      options  
      handler  

  public void request(io.vertx.core.http.RequestOptions);
    descriptor: (Lio/vertx/core/http/RequestOptions;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 1 // io.vertx.core.http.RequestOptions options
         0: .line 140
            aload 0 /* this */
            aload 1 /* options */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/rxjava/core/http/HttpClient.lambda$2(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.http.HttpClient.request:(Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)V
         1: .line 141
            return
        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;
    MethodParameters:
         Name  Flags
      options  

  public rx.Single<io.vertx.rxjava.core.http.HttpClientRequest> rxRequest(io.vertx.core.http.RequestOptions);
    descriptor: (Lio/vertx/core/http/RequestOptions;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 1 // io.vertx.core.http.RequestOptions options
         0: .line 150
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            aload 1 /* options */
            invokedynamic accept(Lio/vertx/rxjava/core/http/HttpClient;Lio/vertx/core/http/RequestOptions;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/rxjava/core/http/HttpClient.lambda$3(Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        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    1     0     this  Lio/vertx/rxjava/core/http/HttpClient;
            0    1     1  options  Lio/vertx/core/http/RequestOptions;
    Signature: (Lio/vertx/core/http/RequestOptions;)Lrx/Single<Lio/vertx/rxjava/core/http/HttpClientRequest;>;
    MethodParameters:
         Name  Flags
      options  

  public void request(io.vertx.core.http.HttpMethod, int, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.core.http.HttpClientRequest>>);
    descriptor: (Lio/vertx/core/http/HttpMethod;ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=6, args_size=6
        start local 0 // io.vertx.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 handler
         0: .line 165
            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$2
            dup
            aload 0 /* this */
            aload 5 /* handler */
            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;ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 174
            return
        end local 5 // io.vertx.core.Handler handler
        end local 4 // java.lang.String requestURI
        end local 3 // java.lang.String host
        end local 2 // int port
        end local 1 // io.vertx.core.http.HttpMethod method
        end local 0 // io.vertx.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     handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/rxjava/core/http/HttpClientRequest;>;>;
    Signature: (Lio/vertx/core/http/HttpMethod;ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/rxjava/core/http/HttpClientRequest;>;>;)V
    MethodParameters:
            Name  Flags
      method      
      port        
      host        
      requestURI  
      handler     

  public void request(io.vertx.core.http.HttpMethod, int, java.lang.String, java.lang.String);
    descriptor: (Lio/vertx/core/http/HttpMethod;ILjava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // io.vertx.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 185
            aload 0 /* this */
            aload 1 /* method */
            iload 2 /* port */
            aload 3 /* host */
            aload 4 /* requestURI */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/rxjava/core/http/HttpClient.lambda$4(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.http.HttpClient.request:(Lio/vertx/core/http/HttpMethod;ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 186
            return
        end local 4 // java.lang.String requestURI
        end local 3 // java.lang.String host
        end local 2 // int port
        end local 1 // io.vertx.core.http.HttpMethod method
        end local 0 // io.vertx.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;
    MethodParameters:
            Name  Flags
      method      
      port        
      host        
      requestURI  

  public rx.Single<io.vertx.rxjava.core.http.HttpClientRequest> rxRequest(io.vertx.core.http.HttpMethod, int, java.lang.String, java.lang.String);
    descriptor: (Lio/vertx/core/http/HttpMethod;ILjava/lang/String;Ljava/lang/String;)Lrx/Single;
    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.HttpMethod method
        start local 2 // int port
        start local 3 // java.lang.String host
        start local 4 // java.lang.String requestURI
         0: .line 198
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            aload 1 /* method */
            iload 2 /* port */
            aload 3 /* host */
            aload 4 /* requestURI */
            invokedynamic accept(Lio/vertx/rxjava/core/http/HttpClient;Lio/vertx/core/http/HttpMethod;ILjava/lang/String;Ljava/lang/String;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/rxjava/core/http/HttpClient.lambda$5(Lio/vertx/core/http/HttpMethod;ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        end local 4 // java.lang.String requestURI
        end local 3 // java.lang.String host
        end local 2 // int port
        end local 1 // io.vertx.core.http.HttpMethod method
        end local 0 // io.vertx.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/vertx/rxjava/core/http/HttpClient;
            0    1     1      method  Lio/vertx/core/http/HttpMethod;
            0    1     2        port  I
            0    1     3        host  Ljava/lang/String;
            0    1     4  requestURI  Ljava/lang/String;
    Signature: (Lio/vertx/core/http/HttpMethod;ILjava/lang/String;Ljava/lang/String;)Lrx/Single<Lio/vertx/rxjava/core/http/HttpClientRequest;>;
    MethodParameters:
            Name  Flags
      method      
      port        
      host        
      requestURI  

  public void request(io.vertx.core.http.HttpMethod, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.core.http.HttpClientRequest>>);
    descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=5
        start local 0 // io.vertx.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 handler
         0: .line 212
            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$3
            dup
            aload 0 /* this */
            aload 4 /* handler */
            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;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 221
            return
        end local 4 // io.vertx.core.Handler handler
        end local 3 // java.lang.String requestURI
        end local 2 // java.lang.String host
        end local 1 // io.vertx.core.http.HttpMethod method
        end local 0 // io.vertx.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     handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/rxjava/core/http/HttpClientRequest;>;>;
    Signature: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/rxjava/core/http/HttpClientRequest;>;>;)V
    MethodParameters:
            Name  Flags
      method      
      host        
      requestURI  
      handler     

  public void request(io.vertx.core.http.HttpMethod, java.lang.String, java.lang.String);
    descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // io.vertx.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 231
            aload 0 /* this */
            aload 1 /* method */
            aload 2 /* host */
            aload 3 /* requestURI */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/rxjava/core/http/HttpClient.lambda$6(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.http.HttpClient.request:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 232
            return
        end local 3 // java.lang.String requestURI
        end local 2 // java.lang.String host
        end local 1 // io.vertx.core.http.HttpMethod method
        end local 0 // io.vertx.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;
    MethodParameters:
            Name  Flags
      method      
      host        
      requestURI  

  public rx.Single<io.vertx.rxjava.core.http.HttpClientRequest> rxRequest(io.vertx.core.http.HttpMethod, java.lang.String, java.lang.String);
    descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;)Lrx/Single;
    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.HttpMethod method
        start local 2 // java.lang.String host
        start local 3 // java.lang.String requestURI
         0: .line 243
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            aload 1 /* method */
            aload 2 /* host */
            aload 3 /* requestURI */
            invokedynamic accept(Lio/vertx/rxjava/core/http/HttpClient;Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/rxjava/core/http/HttpClient.lambda$7(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        end local 3 // java.lang.String requestURI
        end local 2 // java.lang.String host
        end local 1 // io.vertx.core.http.HttpMethod method
        end local 0 // io.vertx.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/vertx/rxjava/core/http/HttpClient;
            0    1     1      method  Lio/vertx/core/http/HttpMethod;
            0    1     2        host  Ljava/lang/String;
            0    1     3  requestURI  Ljava/lang/String;
    Signature: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;)Lrx/Single<Lio/vertx/rxjava/core/http/HttpClientRequest;>;
    MethodParameters:
            Name  Flags
      method      
      host        
      requestURI  

  public void request(io.vertx.core.http.HttpMethod, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.core.http.HttpClientRequest>>);
    descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // io.vertx.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 handler
         0: .line 256
            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$4
            dup
            aload 0 /* this */
            aload 3 /* handler */
            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;Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 265
            return
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String requestURI
        end local 1 // io.vertx.core.http.HttpMethod method
        end local 0 // io.vertx.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     handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/rxjava/core/http/HttpClientRequest;>;>;
    Signature: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/rxjava/core/http/HttpClientRequest;>;>;)V
    MethodParameters:
            Name  Flags
      method      
      requestURI  
      handler     

  public void request(io.vertx.core.http.HttpMethod, java.lang.String);
    descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 1 // io.vertx.core.http.HttpMethod method
        start local 2 // java.lang.String requestURI
         0: .line 274
            aload 0 /* this */
            aload 1 /* method */
            aload 2 /* requestURI */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/rxjava/core/http/HttpClient.lambda$8(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.http.HttpClient.request:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 275
            return
        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;
    MethodParameters:
            Name  Flags
      method      
      requestURI  

  public rx.Single<io.vertx.rxjava.core.http.HttpClientRequest> rxRequest(io.vertx.core.http.HttpMethod, java.lang.String);
    descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, 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 285
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            aload 1 /* method */
            aload 2 /* requestURI */
            invokedynamic accept(Lio/vertx/rxjava/core/http/HttpClient;Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/rxjava/core/http/HttpClient.lambda$9(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        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    1     0        this  Lio/vertx/rxjava/core/http/HttpClient;
            0    1     1      method  Lio/vertx/core/http/HttpMethod;
            0    1     2  requestURI  Ljava/lang/String;
    Signature: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)Lrx/Single<Lio/vertx/rxjava/core/http/HttpClientRequest;>;
    MethodParameters:
            Name  Flags
      method      
      requestURI  

  public void webSocket(int, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.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 298
            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$5
            dup
            aload 0 /* this */
            aload 4 /* handler */
            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.webSocket:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 307
            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 void webSocket(int, java.lang.String, java.lang.String);
    descriptor: (ILjava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // io.vertx.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 316
            aload 0 /* this */
            iload 1 /* port */
            aload 2 /* host */
            aload 3 /* requestURI */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/rxjava/core/http/HttpClient.lambda$10(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.http.HttpClient.webSocket:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 317
            return
        end local 3 // java.lang.String requestURI
        end local 2 // java.lang.String host
        end local 1 // int port
        end local 0 // io.vertx.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;
    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=6, locals=4, 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 327
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            iload 1 /* port */
            aload 2 /* host */
            aload 3 /* requestURI */
            invokedynamic accept(Lio/vertx/rxjava/core/http/HttpClient;ILjava/lang/String;Ljava/lang/String;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/rxjava/core/http/HttpClient.lambda$11(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        end local 3 // java.lang.String requestURI
        end local 2 // java.lang.String host
        end local 1 // int port
        end local 0 // io.vertx.rxjava.core.http.HttpClient this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/vertx/rxjava/core/http/HttpClient;
            0    1     1        port  I
            0    1     2        host  Ljava/lang/String;
            0    1     3  requestURI  Ljava/lang/String;
    Signature: (ILjava/lang/String;Ljava/lang/String;)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 339
            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$6
            dup
            aload 0 /* this */
            aload 3 /* handler */
            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.webSocket:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 348
            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 void webSocket(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 1 // java.lang.String host
        start local 2 // java.lang.String requestURI
         0: .line 356
            aload 0 /* this */
            aload 1 /* host */
            aload 2 /* requestURI */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/rxjava/core/http/HttpClient.lambda$12(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.http.HttpClient.webSocket:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 357
            return
        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;
    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=5, locals=3, 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 366
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            aload 1 /* host */
            aload 2 /* requestURI */
            invokedynamic accept(Lio/vertx/rxjava/core/http/HttpClient;Ljava/lang/String;Ljava/lang/String;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/rxjava/core/http/HttpClient.lambda$13(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        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    1     0        this  Lio/vertx/rxjava/core/http/HttpClient;
            0    1     1        host  Ljava/lang/String;
            0    1     2  requestURI  Ljava/lang/String;
    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 377
            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$7
            dup
            aload 0 /* this */
            aload 2 /* handler */
            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.webSocket:(Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 386
            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 void webSocket(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 1 // java.lang.String requestURI
         0: .line 393
            aload 0 /* this */
            aload 1 /* requestURI */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/rxjava/core/http/HttpClient.lambda$14(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.http.HttpClient.webSocket:(Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 394
            return
        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;
    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=4, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 1 // java.lang.String requestURI
         0: .line 402
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            aload 1 /* requestURI */
            invokedynamic accept(Lio/vertx/rxjava/core/http/HttpClient;Ljava/lang/String;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/rxjava/core/http/HttpClient.lambda$15(Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        end local 1 // java.lang.String requestURI
        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;
            0    1     1  requestURI  Ljava/lang/String;
    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 413
            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$8
            dup
            aload 0 /* this */
            aload 2 /* handler */
            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.webSocket:(Lio/vertx/core/http/WebSocketConnectOptions;Lio/vertx/core/Handler;)V
         1: .line 422
            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 void webSocket(io.vertx.core.http.WebSocketConnectOptions);
    descriptor: (Lio/vertx/core/http/WebSocketConnectOptions;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 1 // io.vertx.core.http.WebSocketConnectOptions options
         0: .line 429
            aload 0 /* this */
            aload 1 /* options */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/rxjava/core/http/HttpClient.lambda$16(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.http.HttpClient.webSocket:(Lio/vertx/core/http/WebSocketConnectOptions;Lio/vertx/core/Handler;)V
         1: .line 430
            return
        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;
    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=4, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 1 // io.vertx.core.http.WebSocketConnectOptions options
         0: .line 438
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            aload 1 /* options */
            invokedynamic accept(Lio/vertx/rxjava/core/http/HttpClient;Lio/vertx/core/http/WebSocketConnectOptions;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/rxjava/core/http/HttpClient.lambda$17(Lio/vertx/core/http/WebSocketConnectOptions;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        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    1     0     this  Lio/vertx/rxjava/core/http/HttpClient;
            0    1     1  options  Lio/vertx/core/http/WebSocketConnectOptions;
    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 453
            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$9
            dup
            aload 0 /* this */
            aload 5 /* handler */
            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.webSocketAbs:(Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 462
            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 void webSocketAbs(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;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, 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.util.List subProtocols
         0: .line 473
            aload 0 /* this */
            aload 1 /* url */
            aload 2 /* headers */
            aload 3 /* version */
            aload 4 /* subProtocols */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/rxjava/core/http/HttpClient.lambda$18(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.http.HttpClient.webSocketAbs:(Ljava/lang/String;Lio/vertx/rxjava/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 474
            return
        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;>;
    Signature: (Ljava/lang/String;Lio/vertx/rxjava/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/util/List<Ljava/lang/String;>;)V
    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=7, locals=5, 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.util.List subProtocols
         0: .line 486
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            aload 1 /* url */
            aload 2 /* headers */
            aload 3 /* version */
            aload 4 /* subProtocols */
            invokedynamic accept(Lio/vertx/rxjava/core/http/HttpClient;Ljava/lang/String;Lio/vertx/rxjava/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/util/List;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/rxjava/core/http/HttpClient.lambda$19(Ljava/lang/String;Lio/vertx/rxjava/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/util/List;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        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    1     0          this  Lio/vertx/rxjava/core/http/HttpClient;
            0    1     1           url  Ljava/lang/String;
            0    1     2       headers  Lio/vertx/rxjava/core/MultiMap;
            0    1     3       version  Lio/vertx/core/http/WebsocketVersion;
            0    1     4  subProtocols  Ljava/util/List<Ljava/lang/String;>;
    Signature: (Ljava/lang/String;Lio/vertx/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.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 497
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            new io.vertx.rxjava.core.http.HttpClient$10
            dup
            aload 0 /* this */
            aload 1 /* handler */
            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.connectionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
            pop
         1: .line 502
            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.core.Future<io.vertx.core.http.RequestOptions>>);
    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 524
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            new io.vertx.rxjava.core.http.HttpClient$11
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.rxjava.core.http.HttpClient$11.<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 530
            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/core/Future<Lio/vertx/core/http/RequestOptions;>;>;
    Signature: (Ljava/util/function/Function<Lio/vertx/rxjava/core/http/HttpClientResponse;Lio/vertx/core/Future<Lio/vertx/core/http/RequestOptions;>;>;)Lio/vertx/rxjava/core/http/HttpClient;
    MethodParameters:
         Name  Flags
      handler  

  public void close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 1 // io.vertx.core.Handler handler
         0: .line 539
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClient.delegate:Lio/vertx/core/http/HttpClient;
            aload 1 /* handler */
            invokeinterface io.vertx.core.http.HttpClient.close:(Lio/vertx/core/Handler;)V
         1: .line 540
            return
        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/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
         Name  Flags
      handler  

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
         0: .line 547
            aload 0 /* this */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/rxjava/core/http/HttpClient.lambda$20(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.http.HttpClient.close:(Lio/vertx/core/Handler;)V
         1: .line 548
            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 rx.Single<java.lang.Void> rxClose();
    descriptor: ()Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
         0: .line 556
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/rxjava/core/http/HttpClient;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/rxjava/core/http/HttpClient.lambda$21(Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            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;
    Signature: ()Lrx/Single<Ljava/lang/Void;>;

  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 562
            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 89
            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;

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

  private void lambda$3(io.vertx.core.http.RequestOptions, io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 2 // io.vertx.core.Handler fut
         0: .line 151
            aload 0 /* this */
            aload 1
            aload 2 /* fut */
            invokevirtual io.vertx.rxjava.core.http.HttpClient.request:(Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)V
         1: .line 152
            return
        end local 2 // io.vertx.core.Handler fut
        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     2   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/rxjava/core/http/HttpClientRequest;>;>;

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

  private void lambda$5(io.vertx.core.http.HttpMethod, int, java.lang.String, java.lang.String, io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/http/HttpMethod;ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 5 // io.vertx.core.Handler fut
         0: .line 199
            aload 0 /* this */
            aload 1
            iload 2
            aload 3
            aload 4
            aload 5 /* fut */
            invokevirtual io.vertx.rxjava.core.http.HttpClient.request:(Lio/vertx/core/http/HttpMethod;ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 200
            return
        end local 5 // io.vertx.core.Handler fut
        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     5   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/rxjava/core/http/HttpClientRequest;>;>;

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

  private void lambda$7(io.vertx.core.http.HttpMethod, java.lang.String, java.lang.String, io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 4 // io.vertx.core.Handler fut
         0: .line 244
            aload 0 /* this */
            aload 1
            aload 2
            aload 3
            aload 4 /* fut */
            invokevirtual io.vertx.rxjava.core.http.HttpClient.request:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 245
            return
        end local 4 // io.vertx.core.Handler fut
        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     4   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/rxjava/core/http/HttpClientRequest;>;>;

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

  private void lambda$9(io.vertx.core.http.HttpMethod, java.lang.String, io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 3 // io.vertx.core.Handler fut
         0: .line 286
            aload 0 /* this */
            aload 1
            aload 2
            aload 3 /* fut */
            invokevirtual io.vertx.rxjava.core.http.HttpClient.request:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 287
            return
        end local 3 // io.vertx.core.Handler fut
        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     3   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/rxjava/core/http/HttpClientRequest;>;>;

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

  private void lambda$11(int, java.lang.String, java.lang.String, io.vertx.core.Handler);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 4 // io.vertx.core.Handler fut
         0: .line 328
            aload 0 /* this */
            iload 1
            aload 2
            aload 3
            aload 4 /* fut */
            invokevirtual io.vertx.rxjava.core.http.HttpClient.webSocket:(ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 329
            return
        end local 4 // io.vertx.core.Handler fut
        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     4   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/rxjava/core/http/WebSocket;>;>;

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

  private void lambda$13(java.lang.String, java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 3 // io.vertx.core.Handler fut
         0: .line 367
            aload 0 /* this */
            aload 1
            aload 2
            aload 3 /* fut */
            invokevirtual io.vertx.rxjava.core.http.HttpClient.webSocket:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 368
            return
        end local 3 // io.vertx.core.Handler fut
        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     3   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/rxjava/core/http/WebSocket;>;>;

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

  private void lambda$15(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 2 // io.vertx.core.Handler fut
         0: .line 403
            aload 0 /* this */
            aload 1
            aload 2 /* fut */
            invokevirtual io.vertx.rxjava.core.http.HttpClient.webSocket:(Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 404
            return
        end local 2 // io.vertx.core.Handler fut
        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     2   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/rxjava/core/http/WebSocket;>;>;

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

  private void lambda$17(io.vertx.core.http.WebSocketConnectOptions, io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/http/WebSocketConnectOptions;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 2 // io.vertx.core.Handler fut
         0: .line 439
            aload 0 /* this */
            aload 1
            aload 2 /* fut */
            invokevirtual io.vertx.rxjava.core.http.HttpClient.webSocket:(Lio/vertx/core/http/WebSocketConnectOptions;Lio/vertx/core/Handler;)V
         1: .line 440
            return
        end local 2 // io.vertx.core.Handler fut
        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     2   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/rxjava/core/http/WebSocket;>;>;

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

  private void lambda$19(java.lang.String, io.vertx.rxjava.core.MultiMap, io.vertx.core.http.WebsocketVersion, java.util.List, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/rxjava/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/util/List;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 5 // io.vertx.core.Handler fut
         0: .line 487
            aload 0 /* this */
            aload 1
            aload 2
            aload 3
            aload 4
            aload 5 /* fut */
            invokevirtual io.vertx.rxjava.core.http.HttpClient.webSocketAbs:(Ljava/lang/String;Lio/vertx/rxjava/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/util/List;Lio/vertx/core/Handler;)V
         1: .line 488
            return
        end local 5 // io.vertx.core.Handler fut
        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     5   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/rxjava/core/http/WebSocket;>;>;

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

  private void lambda$21(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpClient this
        start local 1 // io.vertx.core.Handler fut
         0: .line 557
            aload 0 /* this */
            aload 1 /* fut */
            invokevirtual io.vertx.rxjava.core.http.HttpClient.close:(Lio/vertx/core/Handler;)V
         1: .line 558
            return
        end local 1 // io.vertx.core.Handler fut
        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   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
}
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$2  io.vertx.rxjava.core.http.HttpClient$3  io.vertx.rxjava.core.http.HttpClient$4  io.vertx.rxjava.core.http.HttpClient$5  io.vertx.rxjava.core.http.HttpClient$6  io.vertx.rxjava.core.http.HttpClient$7  io.vertx.rxjava.core.http.HttpClient$8  io.vertx.rxjava.core.http.HttpClient$9
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$2
  io.vertx.rxjava.core.http.HttpClient$3
  io.vertx.rxjava.core.http.HttpClient$4
  io.vertx.rxjava.core.http.HttpClient$5
  io.vertx.rxjava.core.http.HttpClient$6
  io.vertx.rxjava.core.http.HttpClient$7
  io.vertx.rxjava.core.http.HttpClient$8
  io.vertx.rxjava.core.http.HttpClient$9
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public abstract OnSubscribe = rx.Single$OnSubscribe of rx.Single
    RuntimeVisibleAnnotations: 
      io.vertx.lang.rx.RxGen(value = Lio/vertx/core/http/HttpClient;)