public class io.vertx.rxjava.core.http.HttpClientRequest implements io.vertx.rxjava.core.streams.WriteStream<io.vertx.rxjava.core.buffer.Buffer>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.rxjava.core.http.HttpClientRequest
  super_class: java.lang.Object
{
  public static final io.vertx.lang.rx.TypeArg<io.vertx.rxjava.core.http.HttpClientRequest> __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/HttpClientRequest;>;

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

  private io.vertx.rx.java.WriteStreamSubscriber<io.vertx.rxjava.core.buffer.Buffer> subscriber;
    descriptor: Lio/vertx/rx/java/WriteStreamSubscriber;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/rx/java/WriteStreamSubscriber<Lio/vertx/rxjava/core/buffer/Buffer;>;

  private io.vertx.rxjava.core.MultiMap cached_0;
    descriptor: Lio/vertx/rxjava/core/MultiMap;
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.rxjava.core.http.HttpConnection cached_1;
    descriptor: Lio/vertx/rxjava/core/http/HttpConnection;
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 90
            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/HttpClientRequest.lambda$0(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
         1: .line 91
            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/HttpClientRequest.getDelegate()Lio/vertx/core/http/HttpClientRequest; (5)
                  (Lio/vertx/rxjava/core/http/HttpClientRequest;)Ljava/lang/Object;
         2: .line 90
            invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
            putstatic io.vertx.rxjava.core.http.HttpClientRequest.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
         3: .line 92
            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.HttpClientRequest this
         0: .line 74
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientRequest.delegate:Lio/vertx/core/http/HttpClientRequest;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/http/HttpClientRequest;

  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.HttpClientRequest this
        start local 1 // java.lang.Object o
         0: .line 79
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 80
      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 81
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.rxjava.core.http.HttpClientRequest
            astore 2 /* that */
        start local 2 // io.vertx.rxjava.core.http.HttpClientRequest that
         4: .line 82
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientRequest.delegate:Lio/vertx/core/http/HttpClientRequest;
            aload 2 /* that */
            getfield io.vertx.rxjava.core.http.HttpClientRequest.delegate:Lio/vertx/core/http/HttpClientRequest;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.vertx.rxjava.core.http.HttpClientRequest that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            0    5     1     o  Ljava/lang/Object;
            4    5     2  that  Lio/vertx/rxjava/core/http/HttpClientRequest;
    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.HttpClientRequest this
         0: .line 87
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientRequest.delegate:Lio/vertx/core/http/HttpClientRequest;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/http/HttpClientRequest;

  public void <init>(io.vertx.core.http.HttpClientRequest);
    descriptor: (Lio/vertx/core/http/HttpClientRequest;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
        start local 1 // io.vertx.core.http.HttpClientRequest delegate
         0: .line 96
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 97
            aload 0 /* this */
            aload 1 /* delegate */
            putfield io.vertx.rxjava.core.http.HttpClientRequest.delegate:Lio/vertx/core/http/HttpClientRequest;
         2: .line 98
            return
        end local 1 // io.vertx.core.http.HttpClientRequest delegate
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            0    3     1  delegate  Lio/vertx/core/http/HttpClientRequest;
    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.HttpClientRequest this
        start local 1 // java.lang.Object delegate
         0: .line 100
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 101
            aload 0 /* this */
            aload 1 /* delegate */
            checkcast io.vertx.core.http.HttpClientRequest
            putfield io.vertx.rxjava.core.http.HttpClientRequest.delegate:Lio/vertx/core/http/HttpClientRequest;
         2: .line 102
            return
        end local 1 // java.lang.Object delegate
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            0    3     1  delegate  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      delegate  

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

  public synchronized io.vertx.rx.java.WriteStreamSubscriber<io.vertx.rxjava.core.buffer.Buffer> toSubscriber();
    descriptor: ()Lio/vertx/rx/java/WriteStreamSubscriber;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
         0: .line 111
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientRequest.subscriber:Lio/vertx/rx/java/WriteStreamSubscriber;
            ifnonnull 3
         1: .line 112
            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/buffer/Buffer.getDelegate()Lio/vertx/core/buffer/Buffer; (5)
                  (Lio/vertx/rxjava/core/buffer/Buffer;)Lio/vertx/core/buffer/Buffer;
            astore 1 /* conv */
        start local 1 // java.util.function.Function conv
         2: .line 113
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual io.vertx.rxjava.core.http.HttpClientRequest.getDelegate:()Lio/vertx/core/http/HttpClientRequest;
            aload 1 /* conv */
            invokestatic io.vertx.rx.java.RxHelper.toSubscriber:(Lio/vertx/core/streams/WriteStream;Ljava/util/function/Function;)Lio/vertx/rx/java/WriteStreamSubscriber;
            putfield io.vertx.rxjava.core.http.HttpClientRequest.subscriber:Lio/vertx/rx/java/WriteStreamSubscriber;
        end local 1 // java.util.function.Function conv
         3: .line 115
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientRequest.subscriber:Lio/vertx/rx/java/WriteStreamSubscriber;
            areturn
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            2    3     1  conv  Ljava/util/function/Function<Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/buffer/Buffer;>;
    Signature: ()Lio/vertx/rx/java/WriteStreamSubscriber<Lio/vertx/rxjava/core/buffer/Buffer;>;

  public void write(io.vertx.rxjava.core.buffer.Buffer, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
        start local 1 // io.vertx.rxjava.core.buffer.Buffer data
        start local 2 // io.vertx.core.Handler handler
         0: .line 124
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientRequest.delegate:Lio/vertx/core/http/HttpClientRequest;
            aload 1 /* data */
            invokevirtual io.vertx.rxjava.core.buffer.Buffer.getDelegate:()Lio/vertx/core/buffer/Buffer;
            aload 2 /* handler */
            invokeinterface io.vertx.core.http.HttpClientRequest.write:(Ljava/lang/Object;Lio/vertx/core/Handler;)V
         1: .line 125
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.rxjava.core.buffer.Buffer data
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            0    2     1     data  Lio/vertx/rxjava/core/buffer/Buffer;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
         Name  Flags
      data     
      handler  

  public void write(io.vertx.rxjava.core.buffer.Buffer);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
        start local 1 // io.vertx.rxjava.core.buffer.Buffer data
         0: .line 132
            aload 0 /* this */
            aload 1 /* data */
            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/HttpClientRequest.lambda$3(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.http.HttpClientRequest.write:(Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler;)V
         1: .line 133
            return
        end local 1 // io.vertx.rxjava.core.buffer.Buffer data
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            0    2     1  data  Lio/vertx/rxjava/core/buffer/Buffer;
    MethodParameters:
      Name  Flags
      data  

  public rx.Single<java.lang.Void> rxWrite(io.vertx.rxjava.core.buffer.Buffer);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
        start local 1 // io.vertx.rxjava.core.buffer.Buffer data
         0: .line 141
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            aload 1 /* data */
            invokedynamic accept(Lio/vertx/rxjava/core/http/HttpClientRequest;Lio/vertx/rxjava/core/buffer/Buffer;)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/HttpClientRequest.lambda$4(Lio/vertx/rxjava/core/buffer/Buffer;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.rxjava.core.buffer.Buffer data
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            0    1     1  data  Lio/vertx/rxjava/core/buffer/Buffer;
    Signature: (Lio/vertx/rxjava/core/buffer/Buffer;)Lrx/Single<Ljava/lang/Void;>;
    MethodParameters:
      Name  Flags
      data  

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

  public io.vertx.rxjava.core.http.HttpClientRequest exceptionHandler(io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
        start local 1 // io.vertx.core.Handler handler
         0: .line 156
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientRequest.delegate:Lio/vertx/core/http/HttpClientRequest;
            aload 1 /* handler */
            invokeinterface io.vertx.core.http.HttpClientRequest.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
            pop
         1: .line 157
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.rxjava.core.http.HttpClientRequest setWriteQueueMaxSize(int);
    descriptor: (I)Lio/vertx/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
        start local 1 // int maxSize
         0: .line 161
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientRequest.delegate:Lio/vertx/core/http/HttpClientRequest;
            iload 1 /* maxSize */
            invokeinterface io.vertx.core.http.HttpClientRequest.setWriteQueueMaxSize:(I)Lio/vertx/core/http/HttpClientRequest;
            pop
         1: .line 162
            aload 0 /* this */
            areturn
        end local 1 // int maxSize
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            0    2     1  maxSize  I
    MethodParameters:
         Name  Flags
      maxSize  

  public io.vertx.rxjava.core.http.HttpClientRequest drainHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
        start local 1 // io.vertx.core.Handler handler
         0: .line 166
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientRequest.delegate:Lio/vertx/core/http/HttpClientRequest;
            aload 1 /* handler */
            invokeinterface io.vertx.core.http.HttpClientRequest.drainHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
            pop
         1: .line 167
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.rxjava.core.http.HttpClientRequest setHost(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
        start local 1 // java.lang.String host
         0: .line 178
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientRequest.delegate:Lio/vertx/core/http/HttpClientRequest;
            aload 1 /* host */
            invokeinterface io.vertx.core.http.HttpClientRequest.setHost:(Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
            pop
         1: .line 179
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String host
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            0    2     1  host  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      host  

  public java.lang.String getHost();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
         0: .line 186
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientRequest.delegate:Lio/vertx/core/http/HttpClientRequest;
            invokeinterface io.vertx.core.http.HttpClientRequest.getHost:()Ljava/lang/String;
            astore 1 /* ret */
        start local 1 // java.lang.String ret
         1: .line 187
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.String ret
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            1    2     1   ret  Ljava/lang/String;

  public io.vertx.rxjava.core.http.HttpClientRequest setPort(int);
    descriptor: (I)Lio/vertx/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
        start local 1 // int port
         0: .line 199
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientRequest.delegate:Lio/vertx/core/http/HttpClientRequest;
            iload 1 /* port */
            invokeinterface io.vertx.core.http.HttpClientRequest.setPort:(I)Lio/vertx/core/http/HttpClientRequest;
            pop
         1: .line 200
            aload 0 /* this */
            areturn
        end local 1 // int port
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            0    2     1  port  I
    MethodParameters:
      Name  Flags
      port  

  public int getPort();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
         0: .line 207
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientRequest.delegate:Lio/vertx/core/http/HttpClientRequest;
            invokeinterface io.vertx.core.http.HttpClientRequest.getPort:()I
            istore 1 /* ret */
        start local 1 // int ret
         1: .line 208
            iload 1 /* ret */
            ireturn
        end local 1 // int ret
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            1    2     1   ret  I

  public io.vertx.rxjava.core.http.HttpClientRequest setFollowRedirects(boolean);
    descriptor: (Z)Lio/vertx/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
        start local 1 // boolean followRedirects
         0: .line 217
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientRequest.delegate:Lio/vertx/core/http/HttpClientRequest;
            iload 1 /* followRedirects */
            invokeinterface io.vertx.core.http.HttpClientRequest.setFollowRedirects:(Z)Lio/vertx/core/http/HttpClientRequest;
            pop
         1: .line 218
            aload 0 /* this */
            areturn
        end local 1 // boolean followRedirects
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            0    2     1  followRedirects  Z
    MethodParameters:
                 Name  Flags
      followRedirects  

  public io.vertx.rxjava.core.http.HttpClientRequest setMaxRedirects(int);
    descriptor: (I)Lio/vertx/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
        start local 1 // int maxRedirects
         0: .line 228
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientRequest.delegate:Lio/vertx/core/http/HttpClientRequest;
            iload 1 /* maxRedirects */
            invokeinterface io.vertx.core.http.HttpClientRequest.setMaxRedirects:(I)Lio/vertx/core/http/HttpClientRequest;
            pop
         1: .line 229
            aload 0 /* this */
            areturn
        end local 1 // int maxRedirects
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            0    2     1  maxRedirects  I
    MethodParameters:
              Name  Flags
      maxRedirects  

  public io.vertx.rxjava.core.http.HttpClientRequest setChunked(boolean);
    descriptor: (Z)Lio/vertx/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
        start local 1 // boolean chunked
         0: .line 238
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientRequest.delegate:Lio/vertx/core/http/HttpClientRequest;
            iload 1 /* chunked */
            invokeinterface io.vertx.core.http.HttpClientRequest.setChunked:(Z)Lio/vertx/core/http/HttpClientRequest;
            pop
         1: .line 239
            aload 0 /* this */
            areturn
        end local 1 // boolean chunked
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            0    2     1  chunked  Z
    MethodParameters:
         Name  Flags
      chunked  

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

  public io.vertx.core.http.HttpMethod getMethod();
    descriptor: ()Lio/vertx/core/http/HttpMethod;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
         0: .line 255
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientRequest.delegate:Lio/vertx/core/http/HttpClientRequest;
            invokeinterface io.vertx.core.http.HttpClientRequest.getMethod:()Lio/vertx/core/http/HttpMethod;
            astore 1 /* ret */
        start local 1 // io.vertx.core.http.HttpMethod ret
         1: .line 256
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.core.http.HttpMethod ret
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            1    2     1   ret  Lio/vertx/core/http/HttpMethod;

  public io.vertx.rxjava.core.http.HttpClientRequest setMethod(io.vertx.core.http.HttpMethod);
    descriptor: (Lio/vertx/core/http/HttpMethod;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
        start local 1 // io.vertx.core.http.HttpMethod method
         0: .line 265
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientRequest.delegate:Lio/vertx/core/http/HttpClientRequest;
            aload 1 /* method */
            invokeinterface io.vertx.core.http.HttpClientRequest.setMethod:(Lio/vertx/core/http/HttpMethod;)Lio/vertx/core/http/HttpClientRequest;
            pop
         1: .line 266
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.http.HttpMethod method
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            0    2     1  method  Lio/vertx/core/http/HttpMethod;
    MethodParameters:
        Name  Flags
      method  

  public java.lang.String absoluteURI();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
         0: .line 273
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientRequest.delegate:Lio/vertx/core/http/HttpClientRequest;
            invokeinterface io.vertx.core.http.HttpClientRequest.absoluteURI:()Ljava/lang/String;
            astore 1 /* ret */
        start local 1 // java.lang.String ret
         1: .line 274
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.String ret
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            1    2     1   ret  Ljava/lang/String;

  public java.lang.String getURI();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
         0: .line 281
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientRequest.delegate:Lio/vertx/core/http/HttpClientRequest;
            invokeinterface io.vertx.core.http.HttpClientRequest.getURI:()Ljava/lang/String;
            astore 1 /* ret */
        start local 1 // java.lang.String ret
         1: .line 282
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.String ret
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            1    2     1   ret  Ljava/lang/String;

  public io.vertx.rxjava.core.http.HttpClientRequest setURI(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
        start local 1 // java.lang.String uri
         0: .line 291
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientRequest.delegate:Lio/vertx/core/http/HttpClientRequest;
            aload 1 /* uri */
            invokeinterface io.vertx.core.http.HttpClientRequest.setURI:(Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
            pop
         1: .line 292
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String uri
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            0    2     1   uri  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      uri   

  public java.lang.String path();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
         0: .line 299
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientRequest.delegate:Lio/vertx/core/http/HttpClientRequest;
            invokeinterface io.vertx.core.http.HttpClientRequest.path:()Ljava/lang/String;
            astore 1 /* ret */
        start local 1 // java.lang.String ret
         1: .line 300
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.String ret
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            1    2     1   ret  Ljava/lang/String;

  public java.lang.String query();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
         0: .line 307
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientRequest.delegate:Lio/vertx/core/http/HttpClientRequest;
            invokeinterface io.vertx.core.http.HttpClientRequest.query:()Ljava/lang/String;
            astore 1 /* ret */
        start local 1 // java.lang.String ret
         1: .line 308
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.String ret
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            1    2     1   ret  Ljava/lang/String;

  public io.vertx.rxjava.core.MultiMap headers();
    descriptor: ()Lio/vertx/rxjava/core/MultiMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
         0: .line 315
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientRequest.cached_0:Lio/vertx/rxjava/core/MultiMap;
            ifnull 2
         1: .line 316
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientRequest.cached_0:Lio/vertx/rxjava/core/MultiMap;
            areturn
         2: .line 318
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientRequest.delegate:Lio/vertx/core/http/HttpClientRequest;
            invokeinterface io.vertx.core.http.HttpClientRequest.headers:()Lio/vertx/core/MultiMap;
            invokestatic io.vertx.rxjava.core.MultiMap.newInstance:(Lio/vertx/core/MultiMap;)Lio/vertx/rxjava/core/MultiMap;
            astore 1 /* ret */
        start local 1 // io.vertx.rxjava.core.MultiMap ret
         3: .line 319
            aload 0 /* this */
            aload 1 /* ret */
            putfield io.vertx.rxjava.core.http.HttpClientRequest.cached_0:Lio/vertx/rxjava/core/MultiMap;
         4: .line 320
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.rxjava.core.MultiMap ret
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            3    5     1   ret  Lio/vertx/rxjava/core/MultiMap;

  public io.vertx.rxjava.core.http.HttpClientRequest putHeader(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String value
         0: .line 330
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientRequest.delegate:Lio/vertx/core/http/HttpClientRequest;
            aload 1 /* name */
            aload 2 /* value */
            invokeinterface io.vertx.core.http.HttpClientRequest.putHeader:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
            pop
         1: .line 331
            aload 0 /* this */
            areturn
        end local 2 // java.lang.String value
        end local 1 // java.lang.String name
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            0    2     1   name  Ljava/lang/String;
            0    2     2  value  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      name   
      value  

  public io.vertx.core.http.HttpVersion version();
    descriptor: ()Lio/vertx/core/http/HttpVersion;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
         0: .line 338
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientRequest.delegate:Lio/vertx/core/http/HttpClientRequest;
            invokeinterface io.vertx.core.http.HttpClientRequest.version:()Lio/vertx/core/http/HttpVersion;
            astore 1 /* ret */
        start local 1 // io.vertx.core.http.HttpVersion ret
         1: .line 339
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.core.http.HttpVersion ret
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            1    2     1   ret  Lio/vertx/core/http/HttpVersion;

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

  public void write(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.HttpClientRequest this
        start local 1 // java.lang.String chunk
         0: .line 356
            aload 0 /* this */
            aload 1 /* chunk */
            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/HttpClientRequest.lambda$5(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.http.HttpClientRequest.write:(Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 357
            return
        end local 1 // java.lang.String chunk
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            0    2     1  chunk  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      chunk  

  public rx.Single<java.lang.Void> rxWrite(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.HttpClientRequest this
        start local 1 // java.lang.String chunk
         0: .line 365
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            aload 1 /* chunk */
            invokedynamic accept(Lio/vertx/rxjava/core/http/HttpClientRequest;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/HttpClientRequest.lambda$6(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 chunk
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            0    1     1  chunk  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Single<Ljava/lang/Void;>;
    MethodParameters:
       Name  Flags
      chunk  

  public void write(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
        start local 1 // java.lang.String chunk
        start local 2 // java.lang.String enc
        start local 3 // io.vertx.core.Handler handler
         0: .line 377
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientRequest.delegate:Lio/vertx/core/http/HttpClientRequest;
            aload 1 /* chunk */
            aload 2 /* enc */
            aload 3 /* handler */
            invokeinterface io.vertx.core.http.HttpClientRequest.write:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 378
            return
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String enc
        end local 1 // java.lang.String chunk
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            0    2     1    chunk  Ljava/lang/String;
            0    2     2      enc  Ljava/lang/String;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
         Name  Flags
      chunk    
      enc      
      handler  

  public void write(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.HttpClientRequest this
        start local 1 // java.lang.String chunk
        start local 2 // java.lang.String enc
         0: .line 386
            aload 0 /* this */
            aload 1 /* chunk */
            aload 2 /* enc */
            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/HttpClientRequest.lambda$7(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.http.HttpClientRequest.write:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 387
            return
        end local 2 // java.lang.String enc
        end local 1 // java.lang.String chunk
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            0    2     1  chunk  Ljava/lang/String;
            0    2     2    enc  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      chunk  
      enc    

  public rx.Single<java.lang.Void> rxWrite(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.HttpClientRequest this
        start local 1 // java.lang.String chunk
        start local 2 // java.lang.String enc
         0: .line 396
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            aload 1 /* chunk */
            aload 2 /* enc */
            invokedynamic accept(Lio/vertx/rxjava/core/http/HttpClientRequest;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/HttpClientRequest.lambda$8(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 enc
        end local 1 // java.lang.String chunk
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            0    1     1  chunk  Ljava/lang/String;
            0    1     2    enc  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Single<Ljava/lang/Void;>;
    MethodParameters:
       Name  Flags
      chunk  
      enc    

  public io.vertx.rxjava.core.http.HttpClientRequest continueHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
        start local 1 // io.vertx.core.Handler handler
         0: .line 412
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientRequest.delegate:Lio/vertx/core/http/HttpClientRequest;
            aload 1 /* handler */
            invokeinterface io.vertx.core.http.HttpClientRequest.continueHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
            pop
         1: .line 413
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.rxjava.core.http.HttpClientRequest sendHead(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
        start local 1 // io.vertx.core.Handler completionHandler
         0: .line 423
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientRequest.delegate:Lio/vertx/core/http/HttpClientRequest;
            aload 1 /* completionHandler */
            invokeinterface io.vertx.core.http.HttpClientRequest.sendHead:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
            pop
         1: .line 424
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler completionHandler
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            0    2     1  completionHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    MethodParameters:
                   Name  Flags
      completionHandler  

  public io.vertx.rxjava.core.http.HttpClientRequest sendHead();
    descriptor: ()Lio/vertx/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
         0: .line 434
            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/HttpClientRequest.lambda$9(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.http.HttpClientRequest.sendHead:(Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpClientRequest;
         1: .line 433
            areturn
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpClientRequest;

  public rx.Single<java.lang.Void> rxSendHead();
    descriptor: ()Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
         0: .line 443
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/rxjava/core/http/HttpClientRequest;)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/HttpClientRequest.lambda$10(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.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/http/HttpClientRequest;
    Signature: ()Lrx/Single<Ljava/lang/Void;>;

  public void connect(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.core.http.HttpClientResponse>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
        start local 1 // io.vertx.core.Handler handler
         0: .line 468
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientRequest.delegate:Lio/vertx/core/http/HttpClientRequest;
            new io.vertx.rxjava.core.http.HttpClientRequest$1
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.rxjava.core.http.HttpClientRequest$1.<init>:(Lio/vertx/rxjava/core/http/HttpClientRequest;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpClientRequest.connect:(Lio/vertx/core/Handler;)V
         1: .line 477
            return
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/rxjava/core/http/HttpClientResponse;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/rxjava/core/http/HttpClientResponse;>;>;)V
    MethodParameters:
         Name  Flags
      handler  

  public void connect();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
         0: .line 498
            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/HttpClientRequest.lambda$11(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.http.HttpClientRequest.connect:(Lio/vertx/core/Handler;)V
         1: .line 499
            return
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpClientRequest;

  public rx.Single<io.vertx.rxjava.core.http.HttpClientResponse> rxConnect();
    descriptor: ()Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
         0: .line 521
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/rxjava/core/http/HttpClientRequest;)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/HttpClientRequest.lambda$12(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.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/http/HttpClientRequest;
    Signature: ()Lrx/Single<Lio/vertx/rxjava/core/http/HttpClientResponse;>;

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

  public io.vertx.rxjava.core.http.HttpClientRequest response();
    descriptor: ()Lio/vertx/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
         0: .line 554
            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/HttpClientRequest.lambda$13(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.http.HttpClientRequest.response:(Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpClientRequest;
         1: .line 553
            areturn
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpClientRequest;

  public rx.Single<io.vertx.rxjava.core.http.HttpClientResponse> rxResponse();
    descriptor: ()Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
         0: .line 564
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/rxjava/core/http/HttpClientRequest;)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/HttpClientRequest.lambda$14(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.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/http/HttpClientRequest;
    Signature: ()Lrx/Single<Lio/vertx/rxjava/core/http/HttpClientResponse;>;

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

  public void send();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
         0: .line 589
            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/HttpClientRequest.lambda$15(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.http.HttpClientRequest.send:(Lio/vertx/core/Handler;)V
         1: .line 590
            return
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpClientRequest;

  public rx.Single<io.vertx.rxjava.core.http.HttpClientResponse> rxSend();
    descriptor: ()Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
         0: .line 597
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/rxjava/core/http/HttpClientRequest;)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/HttpClientRequest.lambda$16(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.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/http/HttpClientRequest;
    Signature: ()Lrx/Single<Lio/vertx/rxjava/core/http/HttpClientResponse;>;

  public void send(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.core.http.HttpClientResponse>>);
    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.HttpClientRequest this
        start local 1 // java.lang.String body
        start local 2 // io.vertx.core.Handler handler
         0: .line 608
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientRequest.delegate:Lio/vertx/core/http/HttpClientRequest;
            aload 1 /* body */
            new io.vertx.rxjava.core.http.HttpClientRequest$4
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.rxjava.core.http.HttpClientRequest$4.<init>:(Lio/vertx/rxjava/core/http/HttpClientRequest;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpClientRequest.send:(Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 617
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String body
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            0    2     1     body  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/rxjava/core/http/HttpClientResponse;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/rxjava/core/http/HttpClientResponse;>;>;)V
    MethodParameters:
         Name  Flags
      body     
      handler  

  public void send(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.HttpClientRequest this
        start local 1 // java.lang.String body
         0: .line 624
            aload 0 /* this */
            aload 1 /* body */
            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/HttpClientRequest.lambda$17(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.http.HttpClientRequest.send:(Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 625
            return
        end local 1 // java.lang.String body
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            0    2     1  body  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      body  

  public rx.Single<io.vertx.rxjava.core.http.HttpClientResponse> rxSend(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.HttpClientRequest this
        start local 1 // java.lang.String body
         0: .line 633
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            aload 1 /* body */
            invokedynamic accept(Lio/vertx/rxjava/core/http/HttpClientRequest;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/HttpClientRequest.lambda$18(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 body
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            0    1     1  body  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Single<Lio/vertx/rxjava/core/http/HttpClientResponse;>;
    MethodParameters:
      Name  Flags
      body  

  public void send(io.vertx.rxjava.core.buffer.Buffer, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.core.http.HttpClientResponse>>);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;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.HttpClientRequest this
        start local 1 // io.vertx.rxjava.core.buffer.Buffer body
        start local 2 // io.vertx.core.Handler handler
         0: .line 644
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientRequest.delegate:Lio/vertx/core/http/HttpClientRequest;
            aload 1 /* body */
            invokevirtual io.vertx.rxjava.core.buffer.Buffer.getDelegate:()Lio/vertx/core/buffer/Buffer;
            new io.vertx.rxjava.core.http.HttpClientRequest$5
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.rxjava.core.http.HttpClientRequest$5.<init>:(Lio/vertx/rxjava/core/http/HttpClientRequest;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpClientRequest.send:(Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler;)V
         1: .line 653
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.rxjava.core.buffer.Buffer body
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            0    2     1     body  Lio/vertx/rxjava/core/buffer/Buffer;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/rxjava/core/http/HttpClientResponse;>;>;
    Signature: (Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/rxjava/core/http/HttpClientResponse;>;>;)V
    MethodParameters:
         Name  Flags
      body     
      handler  

  public void send(io.vertx.rxjava.core.buffer.Buffer);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
        start local 1 // io.vertx.rxjava.core.buffer.Buffer body
         0: .line 660
            aload 0 /* this */
            aload 1 /* body */
            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/HttpClientRequest.lambda$19(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.http.HttpClientRequest.send:(Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler;)V
         1: .line 661
            return
        end local 1 // io.vertx.rxjava.core.buffer.Buffer body
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            0    2     1  body  Lio/vertx/rxjava/core/buffer/Buffer;
    MethodParameters:
      Name  Flags
      body  

  public rx.Single<io.vertx.rxjava.core.http.HttpClientResponse> rxSend(io.vertx.rxjava.core.buffer.Buffer);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
        start local 1 // io.vertx.rxjava.core.buffer.Buffer body
         0: .line 669
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            aload 1 /* body */
            invokedynamic accept(Lio/vertx/rxjava/core/http/HttpClientRequest;Lio/vertx/rxjava/core/buffer/Buffer;)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/HttpClientRequest.lambda$20(Lio/vertx/rxjava/core/buffer/Buffer;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.rxjava.core.buffer.Buffer body
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            0    1     1  body  Lio/vertx/rxjava/core/buffer/Buffer;
    Signature: (Lio/vertx/rxjava/core/buffer/Buffer;)Lrx/Single<Lio/vertx/rxjava/core/http/HttpClientResponse;>;
    MethodParameters:
      Name  Flags
      body  

  public void send(io.vertx.rxjava.core.streams.ReadStream<io.vertx.rxjava.core.buffer.Buffer>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.core.http.HttpClientResponse>>);
    descriptor: (Lio/vertx/rxjava/core/streams/ReadStream;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.HttpClientRequest this
        start local 1 // io.vertx.rxjava.core.streams.ReadStream body
        start local 2 // io.vertx.core.Handler handler
         0: .line 683
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientRequest.delegate:Lio/vertx/core/http/HttpClientRequest;
            aload 1 /* body */
            invokeinterface io.vertx.rxjava.core.streams.ReadStream.getDelegate:()Lio/vertx/core/streams/ReadStream;
            new io.vertx.rxjava.core.http.HttpClientRequest$6
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.rxjava.core.http.HttpClientRequest$6.<init>:(Lio/vertx/rxjava/core/http/HttpClientRequest;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpClientRequest.send:(Lio/vertx/core/streams/ReadStream;Lio/vertx/core/Handler;)V
         1: .line 692
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.rxjava.core.streams.ReadStream body
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            0    2     1     body  Lio/vertx/rxjava/core/streams/ReadStream<Lio/vertx/rxjava/core/buffer/Buffer;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/rxjava/core/http/HttpClientResponse;>;>;
    Signature: (Lio/vertx/rxjava/core/streams/ReadStream<Lio/vertx/rxjava/core/buffer/Buffer;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/rxjava/core/http/HttpClientResponse;>;>;)V
    MethodParameters:
         Name  Flags
      body     
      handler  

  public void send(io.vertx.rxjava.core.streams.ReadStream<io.vertx.rxjava.core.buffer.Buffer>);
    descriptor: (Lio/vertx/rxjava/core/streams/ReadStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
        start local 1 // io.vertx.rxjava.core.streams.ReadStream body
         0: .line 702
            aload 0 /* this */
            aload 1 /* body */
            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/HttpClientRequest.lambda$21(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.http.HttpClientRequest.send:(Lio/vertx/rxjava/core/streams/ReadStream;Lio/vertx/core/Handler;)V
         1: .line 703
            return
        end local 1 // io.vertx.rxjava.core.streams.ReadStream body
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            0    2     1  body  Lio/vertx/rxjava/core/streams/ReadStream<Lio/vertx/rxjava/core/buffer/Buffer;>;
    Signature: (Lio/vertx/rxjava/core/streams/ReadStream<Lio/vertx/rxjava/core/buffer/Buffer;>;)V
    MethodParameters:
      Name  Flags
      body  

  public rx.Single<io.vertx.rxjava.core.http.HttpClientResponse> rxSend(io.vertx.rxjava.core.streams.ReadStream<io.vertx.rxjava.core.buffer.Buffer>);
    descriptor: (Lio/vertx/rxjava/core/streams/ReadStream;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
        start local 1 // io.vertx.rxjava.core.streams.ReadStream body
         0: .line 714
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            aload 1 /* body */
            invokedynamic accept(Lio/vertx/rxjava/core/http/HttpClientRequest;Lio/vertx/rxjava/core/streams/ReadStream;)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/HttpClientRequest.lambda$22(Lio/vertx/rxjava/core/streams/ReadStream;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.rxjava.core.streams.ReadStream body
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            0    1     1  body  Lio/vertx/rxjava/core/streams/ReadStream<Lio/vertx/rxjava/core/buffer/Buffer;>;
    Signature: (Lio/vertx/rxjava/core/streams/ReadStream<Lio/vertx/rxjava/core/buffer/Buffer;>;)Lrx/Single<Lio/vertx/rxjava/core/http/HttpClientResponse;>;
    MethodParameters:
      Name  Flags
      body  

  public void send(rx.Observable<io.vertx.rxjava.core.buffer.Buffer>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.core.http.HttpClientResponse>>);
    descriptor: (Lrx/Observable;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.HttpClientRequest this
        start local 1 // rx.Observable body
        start local 2 // io.vertx.core.Handler handler
         0: .line 728
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientRequest.delegate:Lio/vertx/core/http/HttpClientRequest;
            aload 1 /* body */
            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/HttpClientRequest.lambda$23(Lio/vertx/rxjava/core/buffer/Buffer;)Lio/vertx/core/buffer/Buffer; (6)
                  (Lio/vertx/rxjava/core/buffer/Buffer;)Lio/vertx/core/buffer/Buffer;
            invokestatic io.vertx.rx.java.ReadStreamSubscriber.asReadStream:(Lrx/Observable;Ljava/util/function/Function;)Lio/vertx/core/streams/ReadStream;
            invokeinterface io.vertx.core.streams.ReadStream.resume:()Lio/vertx/core/streams/ReadStream;
            new io.vertx.rxjava.core.http.HttpClientRequest$7
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.rxjava.core.http.HttpClientRequest$7.<init>:(Lio/vertx/rxjava/core/http/HttpClientRequest;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpClientRequest.send:(Lio/vertx/core/streams/ReadStream;Lio/vertx/core/Handler;)V
         1: .line 737
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // rx.Observable body
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            0    2     1     body  Lrx/Observable<Lio/vertx/rxjava/core/buffer/Buffer;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/rxjava/core/http/HttpClientResponse;>;>;
    Signature: (Lrx/Observable<Lio/vertx/rxjava/core/buffer/Buffer;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/rxjava/core/http/HttpClientResponse;>;>;)V
    MethodParameters:
         Name  Flags
      body     
      handler  

  public void send(rx.Observable<io.vertx.rxjava.core.buffer.Buffer>);
    descriptor: (Lrx/Observable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
        start local 1 // rx.Observable body
         0: .line 747
            aload 0 /* this */
            aload 1 /* body */
            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/HttpClientRequest.lambda$24(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.http.HttpClientRequest.send:(Lrx/Observable;Lio/vertx/core/Handler;)V
         1: .line 748
            return
        end local 1 // rx.Observable body
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            0    2     1  body  Lrx/Observable<Lio/vertx/rxjava/core/buffer/Buffer;>;
    Signature: (Lrx/Observable<Lio/vertx/rxjava/core/buffer/Buffer;>;)V
    MethodParameters:
      Name  Flags
      body  

  public rx.Single<io.vertx.rxjava.core.http.HttpClientResponse> rxSend(rx.Observable<io.vertx.rxjava.core.buffer.Buffer>);
    descriptor: (Lrx/Observable;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
        start local 1 // rx.Observable body
         0: .line 759
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            aload 1 /* body */
            invokedynamic accept(Lio/vertx/rxjava/core/http/HttpClientRequest;Lrx/Observable;)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/HttpClientRequest.lambda$25(Lrx/Observable;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 // rx.Observable body
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            0    1     1  body  Lrx/Observable<Lio/vertx/rxjava/core/buffer/Buffer;>;
    Signature: (Lrx/Observable<Lio/vertx/rxjava/core/buffer/Buffer;>;)Lrx/Single<Lio/vertx/rxjava/core/http/HttpClientResponse;>;
    MethodParameters:
      Name  Flags
      body  

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

  public void end(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.HttpClientRequest this
        start local 1 // java.lang.String chunk
         0: .line 778
            aload 0 /* this */
            aload 1 /* chunk */
            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/HttpClientRequest.lambda$26(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.http.HttpClientRequest.end:(Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 779
            return
        end local 1 // java.lang.String chunk
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            0    2     1  chunk  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      chunk  

  public rx.Single<java.lang.Void> rxEnd(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.HttpClientRequest this
        start local 1 // java.lang.String chunk
         0: .line 787
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            aload 1 /* chunk */
            invokedynamic accept(Lio/vertx/rxjava/core/http/HttpClientRequest;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/HttpClientRequest.lambda$27(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 chunk
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            0    1     1  chunk  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Single<Ljava/lang/Void;>;
    MethodParameters:
       Name  Flags
      chunk  

  public void end(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
        start local 1 // java.lang.String chunk
        start local 2 // java.lang.String enc
        start local 3 // io.vertx.core.Handler handler
         0: .line 799
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientRequest.delegate:Lio/vertx/core/http/HttpClientRequest;
            aload 1 /* chunk */
            aload 2 /* enc */
            aload 3 /* handler */
            invokeinterface io.vertx.core.http.HttpClientRequest.end:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 800
            return
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String enc
        end local 1 // java.lang.String chunk
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            0    2     1    chunk  Ljava/lang/String;
            0    2     2      enc  Ljava/lang/String;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
         Name  Flags
      chunk    
      enc      
      handler  

  public void end(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.HttpClientRequest this
        start local 1 // java.lang.String chunk
        start local 2 // java.lang.String enc
         0: .line 808
            aload 0 /* this */
            aload 1 /* chunk */
            aload 2 /* enc */
            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/HttpClientRequest.lambda$28(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.http.HttpClientRequest.end:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 809
            return
        end local 2 // java.lang.String enc
        end local 1 // java.lang.String chunk
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            0    2     1  chunk  Ljava/lang/String;
            0    2     2    enc  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      chunk  
      enc    

  public rx.Single<java.lang.Void> rxEnd(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.HttpClientRequest this
        start local 1 // java.lang.String chunk
        start local 2 // java.lang.String enc
         0: .line 818
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            aload 1 /* chunk */
            aload 2 /* enc */
            invokedynamic accept(Lio/vertx/rxjava/core/http/HttpClientRequest;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/HttpClientRequest.lambda$29(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 enc
        end local 1 // java.lang.String chunk
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            0    1     1  chunk  Ljava/lang/String;
            0    1     2    enc  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Single<Ljava/lang/Void;>;
    MethodParameters:
       Name  Flags
      chunk  
      enc    

  public void end(io.vertx.rxjava.core.buffer.Buffer, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
        start local 1 // io.vertx.rxjava.core.buffer.Buffer chunk
        start local 2 // io.vertx.core.Handler handler
         0: .line 829
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientRequest.delegate:Lio/vertx/core/http/HttpClientRequest;
            aload 1 /* chunk */
            invokevirtual io.vertx.rxjava.core.buffer.Buffer.getDelegate:()Lio/vertx/core/buffer/Buffer;
            aload 2 /* handler */
            invokeinterface io.vertx.core.http.HttpClientRequest.end:(Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler;)V
         1: .line 830
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.rxjava.core.buffer.Buffer chunk
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            0    2     1    chunk  Lio/vertx/rxjava/core/buffer/Buffer;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
         Name  Flags
      chunk    
      handler  

  public void end(io.vertx.rxjava.core.buffer.Buffer);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
        start local 1 // io.vertx.rxjava.core.buffer.Buffer chunk
         0: .line 837
            aload 0 /* this */
            aload 1 /* chunk */
            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/HttpClientRequest.lambda$30(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.http.HttpClientRequest.end:(Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler;)V
         1: .line 838
            return
        end local 1 // io.vertx.rxjava.core.buffer.Buffer chunk
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            0    2     1  chunk  Lio/vertx/rxjava/core/buffer/Buffer;
    MethodParameters:
       Name  Flags
      chunk  

  public rx.Single<java.lang.Void> rxEnd(io.vertx.rxjava.core.buffer.Buffer);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
        start local 1 // io.vertx.rxjava.core.buffer.Buffer chunk
         0: .line 846
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            aload 1 /* chunk */
            invokedynamic accept(Lio/vertx/rxjava/core/http/HttpClientRequest;Lio/vertx/rxjava/core/buffer/Buffer;)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/HttpClientRequest.lambda$31(Lio/vertx/rxjava/core/buffer/Buffer;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.rxjava.core.buffer.Buffer chunk
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            0    1     1  chunk  Lio/vertx/rxjava/core/buffer/Buffer;
    Signature: (Lio/vertx/rxjava/core/buffer/Buffer;)Lrx/Single<Ljava/lang/Void;>;
    MethodParameters:
       Name  Flags
      chunk  

  public void end(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.HttpClientRequest this
        start local 1 // io.vertx.core.Handler handler
         0: .line 856
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientRequest.delegate:Lio/vertx/core/http/HttpClientRequest;
            aload 1 /* handler */
            invokeinterface io.vertx.core.http.HttpClientRequest.end:(Lio/vertx/core/Handler;)V
         1: .line 857
            return
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            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 end();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
         0: .line 863
            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/HttpClientRequest.lambda$32(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.http.HttpClientRequest.end:(Lio/vertx/core/Handler;)V
         1: .line 864
            return
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpClientRequest;

  public rx.Single<java.lang.Void> rxEnd();
    descriptor: ()Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
         0: .line 871
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/rxjava/core/http/HttpClientRequest;)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/HttpClientRequest.lambda$33(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.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/http/HttpClientRequest;
    Signature: ()Lrx/Single<Ljava/lang/Void;>;

  public io.vertx.rxjava.core.http.HttpClientRequest setTimeout(long);
    descriptor: (J)Lio/vertx/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
        start local 1 // long timeoutMs
         0: .line 887
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientRequest.delegate:Lio/vertx/core/http/HttpClientRequest;
            lload 1 /* timeoutMs */
            invokeinterface io.vertx.core.http.HttpClientRequest.setTimeout:(J)Lio/vertx/core/http/HttpClientRequest;
            pop
         1: .line 888
            aload 0 /* this */
            areturn
        end local 1 // long timeoutMs
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            0    2     1  timeoutMs  J
    MethodParameters:
           Name  Flags
      timeoutMs  

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

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

  public boolean reset(long);
    descriptor: (J)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
        start local 1 // long code
         0: .line 942
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientRequest.delegate:Lio/vertx/core/http/HttpClientRequest;
            lload 1 /* code */
            invokeinterface io.vertx.core.http.HttpClientRequest.reset:(J)Z
            istore 3 /* ret */
        start local 3 // boolean ret
         1: .line 943
            iload 3 /* ret */
            ireturn
        end local 3 // boolean ret
        end local 1 // long code
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            0    2     1  code  J
            1    2     3   ret  Z
    MethodParameters:
      Name  Flags
      code  

  public boolean reset(long, java.lang.Throwable);
    descriptor: (JLjava/lang/Throwable;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
        start local 1 // long code
        start local 3 // java.lang.Throwable cause
         0: .line 961
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientRequest.delegate:Lio/vertx/core/http/HttpClientRequest;
            lload 1 /* code */
            aload 3 /* cause */
            invokeinterface io.vertx.core.http.HttpClientRequest.reset:(JLjava/lang/Throwable;)Z
            istore 4 /* ret */
        start local 4 // boolean ret
         1: .line 962
            iload 4 /* ret */
            ireturn
        end local 4 // boolean ret
        end local 3 // java.lang.Throwable cause
        end local 1 // long code
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            0    2     1   code  J
            0    2     3  cause  Ljava/lang/Throwable;
            1    2     4    ret  Z
    MethodParameters:
       Name  Flags
      code   
      cause  

  public io.vertx.rxjava.core.http.HttpConnection connection();
    descriptor: ()Lio/vertx/rxjava/core/http/HttpConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
         0: .line 969
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientRequest.cached_1:Lio/vertx/rxjava/core/http/HttpConnection;
            ifnull 2
         1: .line 970
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientRequest.cached_1:Lio/vertx/rxjava/core/http/HttpConnection;
            areturn
         2: .line 972
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientRequest.delegate:Lio/vertx/core/http/HttpClientRequest;
            invokeinterface io.vertx.core.http.HttpClientRequest.connection:()Lio/vertx/core/http/HttpConnection;
            invokestatic io.vertx.rxjava.core.http.HttpConnection.newInstance:(Lio/vertx/core/http/HttpConnection;)Lio/vertx/rxjava/core/http/HttpConnection;
            astore 1 /* ret */
        start local 1 // io.vertx.rxjava.core.http.HttpConnection ret
         3: .line 973
            aload 0 /* this */
            aload 1 /* ret */
            putfield io.vertx.rxjava.core.http.HttpClientRequest.cached_1:Lio/vertx/rxjava/core/http/HttpConnection;
         4: .line 974
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.rxjava.core.http.HttpConnection ret
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            3    5     1   ret  Lio/vertx/rxjava/core/http/HttpConnection;

  public io.vertx.rxjava.core.http.HttpClientRequest writeCustomFrame(int, int, io.vertx.rxjava.core.buffer.Buffer);
    descriptor: (IILio/vertx/rxjava/core/buffer/Buffer;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
        start local 1 // int type
        start local 2 // int flags
        start local 3 // io.vertx.rxjava.core.buffer.Buffer payload
         0: .line 990
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientRequest.delegate:Lio/vertx/core/http/HttpClientRequest;
            iload 1 /* type */
            iload 2 /* flags */
            aload 3 /* payload */
            invokevirtual io.vertx.rxjava.core.buffer.Buffer.getDelegate:()Lio/vertx/core/buffer/Buffer;
            invokeinterface io.vertx.core.http.HttpClientRequest.writeCustomFrame:(IILio/vertx/core/buffer/Buffer;)Lio/vertx/core/http/HttpClientRequest;
            pop
         1: .line 991
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.rxjava.core.buffer.Buffer payload
        end local 2 // int flags
        end local 1 // int type
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            0    2     1     type  I
            0    2     2    flags  I
            0    2     3  payload  Lio/vertx/rxjava/core/buffer/Buffer;
    MethodParameters:
         Name  Flags
      type     
      flags    
      payload  

  public int streamId();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
         0: .line 998
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientRequest.delegate:Lio/vertx/core/http/HttpClientRequest;
            invokeinterface io.vertx.core.http.HttpClientRequest.streamId:()I
            istore 1 /* ret */
        start local 1 // int ret
         1: .line 999
            iload 1 /* ret */
            ireturn
        end local 1 // int ret
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            1    2     1   ret  I

  public io.vertx.rxjava.core.http.HttpClientRequest writeCustomFrame(io.vertx.rxjava.core.http.HttpFrame);
    descriptor: (Lio/vertx/rxjava/core/http/HttpFrame;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
        start local 1 // io.vertx.rxjava.core.http.HttpFrame frame
         0: .line 1008
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientRequest.delegate:Lio/vertx/core/http/HttpClientRequest;
            aload 1 /* frame */
            invokevirtual io.vertx.rxjava.core.http.HttpFrame.getDelegate:()Lio/vertx/core/http/HttpFrame;
            invokeinterface io.vertx.core.http.HttpClientRequest.writeCustomFrame:(Lio/vertx/core/http/HttpFrame;)Lio/vertx/core/http/HttpClientRequest;
            pop
         1: .line 1009
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.rxjava.core.http.HttpFrame frame
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            0    2     1  frame  Lio/vertx/rxjava/core/http/HttpFrame;
    MethodParameters:
       Name  Flags
      frame  

  public io.vertx.rxjava.core.http.HttpClientRequest setStreamPriority(io.vertx.core.http.StreamPriority);
    descriptor: (Lio/vertx/core/http/StreamPriority;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
        start local 1 // io.vertx.core.http.StreamPriority streamPriority
         0: .line 1020
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientRequest.delegate:Lio/vertx/core/http/HttpClientRequest;
            aload 1 /* streamPriority */
            invokeinterface io.vertx.core.http.HttpClientRequest.setStreamPriority:(Lio/vertx/core/http/StreamPriority;)Lio/vertx/core/http/HttpClientRequest;
            pop
         1: .line 1021
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.http.StreamPriority streamPriority
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            0    2     1  streamPriority  Lio/vertx/core/http/StreamPriority;
    MethodParameters:
                Name  Flags
      streamPriority  

  public io.vertx.core.http.StreamPriority getStreamPriority();
    descriptor: ()Lio/vertx/core/http/StreamPriority;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
         0: .line 1028
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientRequest.delegate:Lio/vertx/core/http/HttpClientRequest;
            invokeinterface io.vertx.core.http.HttpClientRequest.getStreamPriority:()Lio/vertx/core/http/StreamPriority;
            astore 1 /* ret */
        start local 1 // io.vertx.core.http.StreamPriority ret
         1: .line 1029
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.core.http.StreamPriority ret
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            1    2     1   ret  Lio/vertx/core/http/StreamPriority;

  public io.vertx.rxjava.core.http.HttpClientRequest putHeader(java.lang.CharSequence, java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
        start local 1 // java.lang.CharSequence name
        start local 2 // java.lang.CharSequence value
         0: .line 1039
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientRequest.delegate:Lio/vertx/core/http/HttpClientRequest;
            aload 1 /* name */
            aload 2 /* value */
            invokeinterface io.vertx.core.http.HttpClientRequest.putHeader:(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Lio/vertx/core/http/HttpClientRequest;
            pop
         1: .line 1040
            aload 0 /* this */
            areturn
        end local 2 // java.lang.CharSequence value
        end local 1 // java.lang.CharSequence name
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            0    2     1   name  Ljava/lang/CharSequence;
            0    2     2  value  Ljava/lang/CharSequence;
    MethodParameters:
       Name  Flags
      name   
      value  

  public io.vertx.rxjava.core.http.HttpClientRequest putHeader(java.lang.String, java.lang.Iterable<java.lang.String>);
    descriptor: (Ljava/lang/String;Ljava/lang/Iterable;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
        start local 1 // java.lang.String name
        start local 2 // java.lang.Iterable values
         0: .line 1050
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientRequest.delegate:Lio/vertx/core/http/HttpClientRequest;
            aload 1 /* name */
            aload 2 /* values */
            invokeinterface io.vertx.core.http.HttpClientRequest.putHeader:(Ljava/lang/String;Ljava/lang/Iterable;)Lio/vertx/core/http/HttpClientRequest;
            pop
         1: .line 1051
            aload 0 /* this */
            areturn
        end local 2 // java.lang.Iterable values
        end local 1 // java.lang.String name
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            0    2     1    name  Ljava/lang/String;
            0    2     2  values  Ljava/lang/Iterable<Ljava/lang/String;>;
    Signature: (Ljava/lang/String;Ljava/lang/Iterable<Ljava/lang/String;>;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    MethodParameters:
        Name  Flags
      name    
      values  

  public io.vertx.rxjava.core.http.HttpClientRequest putHeader(java.lang.CharSequence, java.lang.Iterable<java.lang.CharSequence>);
    descriptor: (Ljava/lang/CharSequence;Ljava/lang/Iterable;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
        start local 1 // java.lang.CharSequence name
        start local 2 // java.lang.Iterable values
         0: .line 1061
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientRequest.delegate:Lio/vertx/core/http/HttpClientRequest;
            aload 1 /* name */
            aload 2 /* values */
            invokeinterface io.vertx.core.http.HttpClientRequest.putHeader:(Ljava/lang/CharSequence;Ljava/lang/Iterable;)Lio/vertx/core/http/HttpClientRequest;
            pop
         1: .line 1062
            aload 0 /* this */
            areturn
        end local 2 // java.lang.Iterable values
        end local 1 // java.lang.CharSequence name
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            0    2     1    name  Ljava/lang/CharSequence;
            0    2     2  values  Ljava/lang/Iterable<Ljava/lang/CharSequence;>;
    Signature: (Ljava/lang/CharSequence;Ljava/lang/Iterable<Ljava/lang/CharSequence;>;)Lio/vertx/rxjava/core/http/HttpClientRequest;
    MethodParameters:
        Name  Flags
      name    
      values  

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

  public void end(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.rxjava.core.buffer.Buffer
            invokevirtual io.vertx.rxjava.core.http.HttpClientRequest.end:(Lio/vertx/rxjava/core/buffer/Buffer;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void end(java.lang.Object, io.vertx.core.Handler);
    descriptor: (Ljava/lang/Object;Lio/vertx/core/Handler;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.rxjava.core.buffer.Buffer
            aload 2
            invokevirtual io.vertx.rxjava.core.http.HttpClientRequest.end:(Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void write(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.rxjava.core.buffer.Buffer
            invokevirtual io.vertx.rxjava.core.http.HttpClientRequest.write:(Lio/vertx/rxjava/core/buffer/Buffer;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void write(java.lang.Object, io.vertx.core.Handler);
    descriptor: (Ljava/lang/Object;Lio/vertx/core/Handler;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.rxjava.core.buffer.Buffer
            aload 2
            invokevirtual io.vertx.rxjava.core.http.HttpClientRequest.write:(Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.rxjava.core.streams.WriteStream setWriteQueueMaxSize(int);
    descriptor: (I)Lio/vertx/rxjava/core/streams/WriteStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.rxjava.core.http.HttpClientRequest.setWriteQueueMaxSize:(I)Lio/vertx/rxjava/core/http/HttpClientRequest;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.StreamBase getDelegate();
    descriptor: ()Lio/vertx/core/streams/StreamBase;
    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.HttpClientRequest.getDelegate:()Lio/vertx/core/http/HttpClientRequest;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.WriteStream getDelegate();
    descriptor: ()Lio/vertx/core/streams/WriteStream;
    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.HttpClientRequest.getDelegate:()Lio/vertx/core/http/HttpClientRequest;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public rx.Single rxWrite(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lrx/Single;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.rxjava.core.buffer.Buffer
            invokevirtual io.vertx.rxjava.core.http.HttpClientRequest.rxWrite:(Lio/vertx/rxjava/core/buffer/Buffer;)Lrx/Single;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.rxjava.core.streams.StreamBase exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/streams/StreamBase;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.rxjava.core.http.HttpClientRequest.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpClientRequest;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.rxjava.core.streams.WriteStream exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/streams/WriteStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.rxjava.core.http.HttpClientRequest.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpClientRequest;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.rxjava.core.streams.WriteStream drainHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/streams/WriteStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.rxjava.core.http.HttpClientRequest.drainHandler:(Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpClientRequest;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public rx.Single rxEnd(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lrx/Single;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.rxjava.core.buffer.Buffer
            invokevirtual io.vertx.rxjava.core.http.HttpClientRequest.rxEnd:(Lio/vertx/rxjava/core/buffer/Buffer;)Lrx/Single;
            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 90
            new io.vertx.rxjava.core.http.HttpClientRequest
            dup
            aload 0 /* obj */
            checkcast io.vertx.core.http.HttpClientRequest
            invokespecial io.vertx.rxjava.core.http.HttpClientRequest.<init>:(Lio/vertx/core/http/HttpClientRequest;)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$3(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 132
            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$4(io.vertx.rxjava.core.buffer.Buffer, io.vertx.core.Handler);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;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.HttpClientRequest this
        start local 2 // io.vertx.core.Handler fut
         0: .line 142
            aload 0 /* this */
            aload 1
            aload 2 /* fut */
            invokevirtual io.vertx.rxjava.core.http.HttpClientRequest.write:(Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler;)V
         1: .line 143
            return
        end local 2 // io.vertx.core.Handler fut
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            0    2     2   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$5(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<Ljava/lang/Void;>;

  private void lambda$6(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.HttpClientRequest this
        start local 2 // io.vertx.core.Handler fut
         0: .line 366
            aload 0 /* this */
            aload 1
            aload 2 /* fut */
            invokevirtual io.vertx.rxjava.core.http.HttpClientRequest.write:(Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 367
            return
        end local 2 // io.vertx.core.Handler fut
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            0    2     2   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$7(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 386
            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$8(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.HttpClientRequest this
        start local 3 // io.vertx.core.Handler fut
         0: .line 397
            aload 0 /* this */
            aload 1
            aload 2
            aload 3 /* fut */
            invokevirtual io.vertx.rxjava.core.http.HttpClientRequest.write:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 398
            return
        end local 3 // io.vertx.core.Handler fut
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            0    2     3   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$9(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 434
            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$10(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.HttpClientRequest this
        start local 1 // io.vertx.core.Handler fut
         0: .line 444
            aload 0 /* this */
            aload 1 /* fut */
            invokevirtual io.vertx.rxjava.core.http.HttpClientRequest.sendHead:(Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpClientRequest;
            pop
         1: .line 445
            return
        end local 1 // io.vertx.core.Handler fut
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            0    2     1   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$11(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 498
            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/HttpClientResponse;>;

  private void lambda$12(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.HttpClientRequest this
        start local 1 // io.vertx.core.Handler fut
         0: .line 522
            aload 0 /* this */
            aload 1 /* fut */
            invokevirtual io.vertx.rxjava.core.http.HttpClientRequest.connect:(Lio/vertx/core/Handler;)V
         1: .line 523
            return
        end local 1 // io.vertx.core.Handler fut
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            0    2     1   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/rxjava/core/http/HttpClientResponse;>;>;

  private static void lambda$13(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 554
            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/HttpClientResponse;>;

  private void lambda$14(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.HttpClientRequest this
        start local 1 // io.vertx.core.Handler fut
         0: .line 565
            aload 0 /* this */
            aload 1 /* fut */
            invokevirtual io.vertx.rxjava.core.http.HttpClientRequest.response:(Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpClientRequest;
            pop
         1: .line 566
            return
        end local 1 // io.vertx.core.Handler fut
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            0    2     1   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/rxjava/core/http/HttpClientResponse;>;>;

  private static void lambda$15(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 589
            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/HttpClientResponse;>;

  private void lambda$16(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.HttpClientRequest this
        start local 1 // io.vertx.core.Handler fut
         0: .line 598
            aload 0 /* this */
            aload 1 /* fut */
            invokevirtual io.vertx.rxjava.core.http.HttpClientRequest.send:(Lio/vertx/core/Handler;)V
         1: .line 599
            return
        end local 1 // io.vertx.core.Handler fut
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            0    2     1   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/rxjava/core/http/HttpClientResponse;>;>;

  private static void lambda$17(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 624
            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/HttpClientResponse;>;

  private void lambda$18(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.HttpClientRequest this
        start local 2 // io.vertx.core.Handler fut
         0: .line 634
            aload 0 /* this */
            aload 1
            aload 2 /* fut */
            invokevirtual io.vertx.rxjava.core.http.HttpClientRequest.send:(Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 635
            return
        end local 2 // io.vertx.core.Handler fut
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            0    2     2   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/rxjava/core/http/HttpClientResponse;>;>;

  private static void lambda$19(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 660
            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/HttpClientResponse;>;

  private void lambda$20(io.vertx.rxjava.core.buffer.Buffer, io.vertx.core.Handler);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;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.HttpClientRequest this
        start local 2 // io.vertx.core.Handler fut
         0: .line 670
            aload 0 /* this */
            aload 1
            aload 2 /* fut */
            invokevirtual io.vertx.rxjava.core.http.HttpClientRequest.send:(Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler;)V
         1: .line 671
            return
        end local 2 // io.vertx.core.Handler fut
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            0    2     2   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/rxjava/core/http/HttpClientResponse;>;>;

  private static void lambda$21(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 702
            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/HttpClientResponse;>;

  private void lambda$22(io.vertx.rxjava.core.streams.ReadStream, io.vertx.core.Handler);
    descriptor: (Lio/vertx/rxjava/core/streams/ReadStream;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.HttpClientRequest this
        start local 2 // io.vertx.core.Handler fut
         0: .line 715
            aload 0 /* this */
            aload 1
            aload 2 /* fut */
            invokevirtual io.vertx.rxjava.core.http.HttpClientRequest.send:(Lio/vertx/rxjava/core/streams/ReadStream;Lio/vertx/core/Handler;)V
         1: .line 716
            return
        end local 2 // io.vertx.core.Handler fut
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            0    2     2   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/rxjava/core/http/HttpClientResponse;>;>;

  private static io.vertx.core.buffer.Buffer lambda$23(io.vertx.rxjava.core.buffer.Buffer);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;)Lio/vertx/core/buffer/Buffer;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.buffer.Buffer obj
         0: .line 728
            aload 0 /* obj */
            invokevirtual io.vertx.rxjava.core.buffer.Buffer.getDelegate:()Lio/vertx/core/buffer/Buffer;
            areturn
        end local 0 // io.vertx.rxjava.core.buffer.Buffer obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   obj  Lio/vertx/rxjava/core/buffer/Buffer;

  private static void lambda$24(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 747
            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/HttpClientResponse;>;

  private void lambda$25(rx.Observable, io.vertx.core.Handler);
    descriptor: (Lrx/Observable;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.HttpClientRequest this
        start local 2 // io.vertx.core.Handler fut
         0: .line 760
            aload 0 /* this */
            aload 1
            aload 2 /* fut */
            invokevirtual io.vertx.rxjava.core.http.HttpClientRequest.send:(Lrx/Observable;Lio/vertx/core/Handler;)V
         1: .line 761
            return
        end local 2 // io.vertx.core.Handler fut
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            0    2     2   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/rxjava/core/http/HttpClientResponse;>;>;

  private static void lambda$26(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 778
            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$27(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.HttpClientRequest this
        start local 2 // io.vertx.core.Handler fut
         0: .line 788
            aload 0 /* this */
            aload 1
            aload 2 /* fut */
            invokevirtual io.vertx.rxjava.core.http.HttpClientRequest.end:(Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 789
            return
        end local 2 // io.vertx.core.Handler fut
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            0    2     2   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$28(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 808
            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$29(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.HttpClientRequest this
        start local 3 // io.vertx.core.Handler fut
         0: .line 819
            aload 0 /* this */
            aload 1
            aload 2
            aload 3 /* fut */
            invokevirtual io.vertx.rxjava.core.http.HttpClientRequest.end:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 820
            return
        end local 3 // io.vertx.core.Handler fut
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            0    2     3   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$30(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 837
            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$31(io.vertx.rxjava.core.buffer.Buffer, io.vertx.core.Handler);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;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.HttpClientRequest this
        start local 2 // io.vertx.core.Handler fut
         0: .line 847
            aload 0 /* this */
            aload 1
            aload 2 /* fut */
            invokevirtual io.vertx.rxjava.core.http.HttpClientRequest.end:(Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler;)V
         1: .line 848
            return
        end local 2 // io.vertx.core.Handler fut
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            0    2     2   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$32(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 863
            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$33(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.HttpClientRequest this
        start local 1 // io.vertx.core.Handler fut
         0: .line 872
            aload 0 /* this */
            aload 1 /* fut */
            invokevirtual io.vertx.rxjava.core.http.HttpClientRequest.end:(Lio/vertx/core/Handler;)V
         1: .line 873
            return
        end local 1 // io.vertx.core.Handler fut
        end local 0 // io.vertx.rxjava.core.http.HttpClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpClientRequest;
            0    2     1   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
}
Signature: Ljava/lang/Object;Lio/vertx/rxjava/core/streams/WriteStream<Lio/vertx/rxjava/core/buffer/Buffer;>;
SourceFile: "HttpClientRequest.java"
NestMembers:
  io.vertx.rxjava.core.http.HttpClientRequest$1  io.vertx.rxjava.core.http.HttpClientRequest$2  io.vertx.rxjava.core.http.HttpClientRequest$3  io.vertx.rxjava.core.http.HttpClientRequest$4  io.vertx.rxjava.core.http.HttpClientRequest$5  io.vertx.rxjava.core.http.HttpClientRequest$6  io.vertx.rxjava.core.http.HttpClientRequest$7  io.vertx.rxjava.core.http.HttpClientRequest$8
InnerClasses:
  io.vertx.rxjava.core.http.HttpClientRequest$1
  io.vertx.rxjava.core.http.HttpClientRequest$2
  io.vertx.rxjava.core.http.HttpClientRequest$3
  io.vertx.rxjava.core.http.HttpClientRequest$4
  io.vertx.rxjava.core.http.HttpClientRequest$5
  io.vertx.rxjava.core.http.HttpClientRequest$6
  io.vertx.rxjava.core.http.HttpClientRequest$7
  io.vertx.rxjava.core.http.HttpClientRequest$8
  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/HttpClientRequest;)