public class io.vertx.rxjava.core.http.HttpClientResponse implements io.vertx.rxjava.core.streams.ReadStream<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.HttpClientResponse
  super_class: java.lang.Object
{
  public static final io.vertx.lang.rx.TypeArg<io.vertx.rxjava.core.http.HttpClientResponse> __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/HttpClientResponse;>;

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

  private rx.Observable<io.vertx.rxjava.core.buffer.Buffer> observable;
    descriptor: Lrx/Observable;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lrx/Observable<Lio/vertx/rxjava/core/buffer/Buffer;>;

  private static final io.vertx.lang.rx.TypeArg<io.vertx.rxjava.core.buffer.Buffer> TYPE_ARG_0;
    descriptor: Lio/vertx/lang/rx/TypeArg;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lio/vertx/lang/rx/TypeArg<Lio/vertx/rxjava/core/buffer/Buffer;>;

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

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

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

  private java.util.List<java.lang.String> cached_3;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Ljava/lang/String;>;

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

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

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

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

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

  public synchronized rx.Observable<io.vertx.rxjava.core.buffer.Buffer> toObservable();
    descriptor: ()Lrx/Observable;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.http.HttpClientResponse this
         0: .line 93
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientResponse.observable:Lrx/Observable;
            ifnonnull 3
         1: .line 94
            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.newInstance(Lio/vertx/core/buffer/Buffer;)Lio/vertx/rxjava/core/buffer/Buffer; (6)
                  (Lio/vertx/core/buffer/Buffer;)Lio/vertx/rxjava/core/buffer/Buffer;
            astore 1 /* conv */
        start local 1 // java.util.function.Function conv
         2: .line 95
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientResponse.delegate:Lio/vertx/core/http/HttpClientResponse;
            aload 1 /* conv */
            invokestatic io.vertx.rx.java.RxHelper.toObservable:(Lio/vertx/core/streams/ReadStream;Ljava/util/function/Function;)Lrx/Observable;
            putfield io.vertx.rxjava.core.http.HttpClientResponse.observable:Lrx/Observable;
        end local 1 // java.util.function.Function conv
         3: .line 97
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientResponse.observable:Lrx/Observable;
            areturn
        end local 0 // io.vertx.rxjava.core.http.HttpClientResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/rxjava/core/http/HttpClientResponse;
            2    3     1  conv  Ljava/util/function/Function<Lio/vertx/core/buffer/Buffer;Lio/vertx/rxjava/core/buffer/Buffer;>;
    Signature: ()Lrx/Observable<Lio/vertx/rxjava/core/buffer/Buffer;>;

  public io.vertx.rxjava.core.streams.Pipe<io.vertx.rxjava.core.buffer.Buffer> pipe();
    descriptor: ()Lio/vertx/rxjava/core/streams/Pipe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.http.HttpClientResponse this
         0: .line 109
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientResponse.delegate:Lio/vertx/core/http/HttpClientResponse;
            invokeinterface io.vertx.core.http.HttpClientResponse.pipe:()Lio/vertx/core/streams/Pipe;
            getstatic io.vertx.rxjava.core.http.HttpClientResponse.TYPE_ARG_0:Lio/vertx/lang/rx/TypeArg;
            invokestatic io.vertx.rxjava.core.streams.Pipe.newInstance:(Lio/vertx/core/streams/Pipe;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/rxjava/core/streams/Pipe;
            astore 1 /* ret */
        start local 1 // io.vertx.rxjava.core.streams.Pipe ret
         1: .line 110
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.rxjava.core.streams.Pipe ret
        end local 0 // io.vertx.rxjava.core.http.HttpClientResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpClientResponse;
            1    2     1   ret  Lio/vertx/rxjava/core/streams/Pipe<Lio/vertx/rxjava/core/buffer/Buffer;>;
    Signature: ()Lio/vertx/rxjava/core/streams/Pipe<Lio/vertx/rxjava/core/buffer/Buffer;>;

  public void pipeTo(io.vertx.rxjava.core.streams.WriteStream<io.vertx.rxjava.core.buffer.Buffer>, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/rxjava/core/streams/WriteStream;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.HttpClientResponse this
        start local 1 // io.vertx.rxjava.core.streams.WriteStream dst
        start local 2 // io.vertx.core.Handler handler
         0: .line 124
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientResponse.delegate:Lio/vertx/core/http/HttpClientResponse;
            aload 1 /* dst */
            invokeinterface io.vertx.rxjava.core.streams.WriteStream.getDelegate:()Lio/vertx/core/streams/WriteStream;
            aload 2 /* handler */
            invokeinterface io.vertx.core.http.HttpClientResponse.pipeTo:(Lio/vertx/core/streams/WriteStream;Lio/vertx/core/Handler;)V
         1: .line 125
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.rxjava.core.streams.WriteStream dst
        end local 0 // io.vertx.rxjava.core.http.HttpClientResponse this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/http/HttpClientResponse;
            0    2     1      dst  Lio/vertx/rxjava/core/streams/WriteStream<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/streams/WriteStream<Lio/vertx/rxjava/core/buffer/Buffer;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
         Name  Flags
      dst      
      handler  

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

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

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

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

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

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

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

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

  public io.vertx.rxjava.core.net.NetSocket netSocket();
    descriptor: ()Lio/vertx/rxjava/core/net/NetSocket;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.http.HttpClientResponse this
         0: .line 194
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientResponse.cached_0:Lio/vertx/rxjava/core/net/NetSocket;
            ifnull 2
         1: .line 195
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientResponse.cached_0:Lio/vertx/rxjava/core/net/NetSocket;
            areturn
         2: .line 197
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientResponse.delegate:Lio/vertx/core/http/HttpClientResponse;
            invokeinterface io.vertx.core.http.HttpClientResponse.netSocket:()Lio/vertx/core/net/NetSocket;
            invokestatic io.vertx.rxjava.core.net.NetSocket.newInstance:(Lio/vertx/core/net/NetSocket;)Lio/vertx/rxjava/core/net/NetSocket;
            astore 1 /* ret */
        start local 1 // io.vertx.rxjava.core.net.NetSocket ret
         3: .line 198
            aload 0 /* this */
            aload 1 /* ret */
            putfield io.vertx.rxjava.core.http.HttpClientResponse.cached_0:Lio/vertx/rxjava/core/net/NetSocket;
         4: .line 199
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.rxjava.core.net.NetSocket ret
        end local 0 // io.vertx.rxjava.core.http.HttpClientResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/rxjava/core/http/HttpClientResponse;
            3    5     1   ret  Lio/vertx/rxjava/core/net/NetSocket;

  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.HttpClientResponse this
         0: .line 206
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientResponse.delegate:Lio/vertx/core/http/HttpClientResponse;
            invokeinterface io.vertx.core.http.HttpClientResponse.version:()Lio/vertx/core/http/HttpVersion;
            astore 1 /* ret */
        start local 1 // io.vertx.core.http.HttpVersion ret
         1: .line 207
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.core.http.HttpVersion ret
        end local 0 // io.vertx.rxjava.core.http.HttpClientResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpClientResponse;
            1    2     1   ret  Lio/vertx/core/http/HttpVersion;

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

  public java.lang.String statusMessage();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.http.HttpClientResponse this
         0: .line 222
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientResponse.delegate:Lio/vertx/core/http/HttpClientResponse;
            invokeinterface io.vertx.core.http.HttpClientResponse.statusMessage:()Ljava/lang/String;
            astore 1 /* ret */
        start local 1 // java.lang.String ret
         1: .line 223
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.String ret
        end local 0 // io.vertx.rxjava.core.http.HttpClientResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpClientResponse;
            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.HttpClientResponse this
         0: .line 230
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientResponse.cached_1:Lio/vertx/rxjava/core/MultiMap;
            ifnull 2
         1: .line 231
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientResponse.cached_1:Lio/vertx/rxjava/core/MultiMap;
            areturn
         2: .line 233
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientResponse.delegate:Lio/vertx/core/http/HttpClientResponse;
            invokeinterface io.vertx.core.http.HttpClientResponse.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 234
            aload 0 /* this */
            aload 1 /* ret */
            putfield io.vertx.rxjava.core.http.HttpClientResponse.cached_1:Lio/vertx/rxjava/core/MultiMap;
         4: .line 235
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.rxjava.core.MultiMap ret
        end local 0 // io.vertx.rxjava.core.http.HttpClientResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/rxjava/core/http/HttpClientResponse;
            3    5     1   ret  Lio/vertx/rxjava/core/MultiMap;

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

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

  public io.vertx.rxjava.core.MultiMap trailers();
    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.HttpClientResponse this
         0: .line 262
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientResponse.cached_2:Lio/vertx/rxjava/core/MultiMap;
            ifnull 2
         1: .line 263
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientResponse.cached_2:Lio/vertx/rxjava/core/MultiMap;
            areturn
         2: .line 265
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientResponse.delegate:Lio/vertx/core/http/HttpClientResponse;
            invokeinterface io.vertx.core.http.HttpClientResponse.trailers:()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 266
            aload 0 /* this */
            aload 1 /* ret */
            putfield io.vertx.rxjava.core.http.HttpClientResponse.cached_2:Lio/vertx/rxjava/core/MultiMap;
         4: .line 267
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.rxjava.core.MultiMap ret
        end local 0 // io.vertx.rxjava.core.http.HttpClientResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/rxjava/core/http/HttpClientResponse;
            3    5     1   ret  Lio/vertx/rxjava/core/MultiMap;

  public java.util.List<java.lang.String> cookies();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.http.HttpClientResponse this
         0: .line 274
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientResponse.cached_3:Ljava/util/List;
            ifnull 2
         1: .line 275
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientResponse.cached_3:Ljava/util/List;
            areturn
         2: .line 277
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientResponse.delegate:Lio/vertx/core/http/HttpClientResponse;
            invokeinterface io.vertx.core.http.HttpClientResponse.cookies:()Ljava/util/List;
            astore 1 /* ret */
        start local 1 // java.util.List ret
         3: .line 278
            aload 0 /* this */
            aload 1 /* ret */
            putfield io.vertx.rxjava.core.http.HttpClientResponse.cached_3:Ljava/util/List;
         4: .line 279
            aload 1 /* ret */
            areturn
        end local 1 // java.util.List ret
        end local 0 // io.vertx.rxjava.core.http.HttpClientResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/rxjava/core/http/HttpClientResponse;
            3    5     1   ret  Ljava/util/List<Ljava/lang/String;>;
    Signature: ()Ljava/util/List<Ljava/lang/String;>;

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

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

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

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

  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.HttpClientResponse this
        start local 1 // io.vertx.core.Handler handler
         0: .line 341
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientResponse.delegate:Lio/vertx/core/http/HttpClientResponse;
            aload 1 /* handler */
            invokeinterface io.vertx.core.http.HttpClientResponse.end:(Lio/vertx/core/Handler;)V
         1: .line 342
            return
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.rxjava.core.http.HttpClientResponse this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/http/HttpClientResponse;
            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.HttpClientResponse this
         0: .line 348
            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/HttpClientResponse.lambda$9(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.http.HttpClientResponse.end:(Lio/vertx/core/Handler;)V
         1: .line 349
            return
        end local 0 // io.vertx.rxjava.core.http.HttpClientResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpClientResponse;

  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.HttpClientResponse this
         0: .line 356
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/rxjava/core/http/HttpClientResponse;)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/HttpClientResponse.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.HttpClientResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/http/HttpClientResponse;
    Signature: ()Lrx/Single<Ljava/lang/Void;>;

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

  public io.vertx.rxjava.core.http.HttpClientRequest request();
    descriptor: ()Lio/vertx/rxjava/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.http.HttpClientResponse this
         0: .line 380
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientResponse.cached_4:Lio/vertx/rxjava/core/http/HttpClientRequest;
            ifnull 2
         1: .line 381
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientResponse.cached_4:Lio/vertx/rxjava/core/http/HttpClientRequest;
            areturn
         2: .line 383
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientResponse.delegate:Lio/vertx/core/http/HttpClientResponse;
            invokeinterface io.vertx.core.http.HttpClientResponse.request:()Lio/vertx/core/http/HttpClientRequest;
            invokestatic io.vertx.rxjava.core.http.HttpClientRequest.newInstance:(Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/rxjava/core/http/HttpClientRequest;
            astore 1 /* ret */
        start local 1 // io.vertx.rxjava.core.http.HttpClientRequest ret
         3: .line 384
            aload 0 /* this */
            aload 1 /* ret */
            putfield io.vertx.rxjava.core.http.HttpClientResponse.cached_4:Lio/vertx/rxjava/core/http/HttpClientRequest;
         4: .line 385
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.rxjava.core.http.HttpClientRequest ret
        end local 0 // io.vertx.rxjava.core.http.HttpClientResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/rxjava/core/http/HttpClientResponse;
            3    5     1   ret  Lio/vertx/rxjava/core/http/HttpClientRequest;

  public io.vertx.rxjava.core.http.HttpClientResponse streamPriorityHandler(io.vertx.core.Handler<io.vertx.core.http.StreamPriority>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpClientResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpClientResponse this
        start local 1 // io.vertx.core.Handler handler
         0: .line 396
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientResponse.delegate:Lio/vertx/core/http/HttpClientResponse;
            aload 1 /* handler */
            invokeinterface io.vertx.core.http.HttpClientResponse.streamPriorityHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientResponse;
            pop
         1: .line 397
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.rxjava.core.http.HttpClientResponse this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/http/HttpClientResponse;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/http/StreamPriority;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/http/StreamPriority;>;)Lio/vertx/rxjava/core/http/HttpClientResponse;
    MethodParameters:
         Name  Flags
      handler  

  public java.lang.String getHeader(java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpClientResponse this
        start local 1 // java.lang.CharSequence headerName
         0: .line 406
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientResponse.delegate:Lio/vertx/core/http/HttpClientResponse;
            aload 1 /* headerName */
            invokeinterface io.vertx.core.http.HttpClientResponse.getHeader:(Ljava/lang/CharSequence;)Ljava/lang/String;
            astore 2 /* ret */
        start local 2 // java.lang.String ret
         1: .line 407
            aload 2 /* ret */
            areturn
        end local 2 // java.lang.String ret
        end local 1 // java.lang.CharSequence headerName
        end local 0 // io.vertx.rxjava.core.http.HttpClientResponse this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/rxjava/core/http/HttpClientResponse;
            0    2     1  headerName  Ljava/lang/CharSequence;
            1    2     2         ret  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      headerName  

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

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

  public io.vertx.rxjava.core.streams.ReadStream handler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/streams/ReadStream;
    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.core.Handler
            invokevirtual io.vertx.rxjava.core.http.HttpClientResponse.handler:(Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpClientResponse;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

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

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

  public io.vertx.rxjava.core.streams.ReadStream fetch(long);
    descriptor: (J)Lio/vertx/rxjava/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=2
         0: .line 1
            aload 0
            lload 1
            invokevirtual io.vertx.rxjava.core.http.HttpClientResponse.fetch:(J)Lio/vertx/rxjava/core/http/HttpClientResponse;
            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.HttpClientResponse.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpClientResponse;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.rxjava.core.streams.ReadStream exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/streams/ReadStream;
    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.HttpClientResponse.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpClientResponse;
            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 72
            new io.vertx.rxjava.core.http.HttpClientResponse
            dup
            aload 0 /* obj */
            checkcast io.vertx.core.http.HttpClientResponse
            invokespecial io.vertx.rxjava.core.http.HttpClientResponse.<init>:(Lio/vertx/core/http/HttpClientResponse;)V
            areturn
        end local 0 // java.lang.Object obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   obj  Ljava/lang/Object;

  private static java.lang.Object lambda$2(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.lang.Object o1
         0: .line 100
            aload 0 /* o1 */
            checkcast io.vertx.core.buffer.Buffer
            invokestatic io.vertx.rxjava.core.buffer.Buffer.newInstance:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/rxjava/core/buffer/Buffer;
            areturn
        end local 0 // java.lang.Object o1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    o1  Ljava/lang/Object;

  private static java.lang.Object lambda$3(io.vertx.rxjava.core.buffer.Buffer);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;)Ljava/lang/Object;
    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 o1
         0: .line 100
            aload 0 /* o1 */
            invokevirtual io.vertx.rxjava.core.buffer.Buffer.getDelegate:()Lio/vertx/core/buffer/Buffer;
            areturn
        end local 0 // io.vertx.rxjava.core.buffer.Buffer o1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    o1  Lio/vertx/rxjava/core/buffer/Buffer;

  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 137
            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(io.vertx.rxjava.core.streams.WriteStream, io.vertx.core.Handler);
    descriptor: (Lio/vertx/rxjava/core/streams/WriteStream;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.HttpClientResponse this
        start local 2 // io.vertx.core.Handler fut
         0: .line 152
            aload 0 /* this */
            aload 1
            aload 2 /* fut */
            invokevirtual io.vertx.rxjava.core.http.HttpClientResponse.pipeTo:(Lio/vertx/rxjava/core/streams/WriteStream;Lio/vertx/core/Handler;)V
         1: .line 153
            return
        end local 2 // io.vertx.core.Handler fut
        end local 0 // io.vertx.rxjava.core.http.HttpClientResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpClientResponse;
            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 323
            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/buffer/Buffer;>;

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

  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 348
            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.HttpClientResponse this
        start local 1 // io.vertx.core.Handler fut
         0: .line 357
            aload 0 /* this */
            aload 1 /* fut */
            invokevirtual io.vertx.rxjava.core.http.HttpClientResponse.end:(Lio/vertx/core/Handler;)V
         1: .line 358
            return
        end local 1 // io.vertx.core.Handler fut
        end local 0 // io.vertx.rxjava.core.http.HttpClientResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpClientResponse;
            0    2     1   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
}
Signature: Ljava/lang/Object;Lio/vertx/rxjava/core/streams/ReadStream<Lio/vertx/rxjava/core/buffer/Buffer;>;
SourceFile: "HttpClientResponse.java"
NestMembers:
  io.vertx.rxjava.core.http.HttpClientResponse$1  io.vertx.rxjava.core.http.HttpClientResponse$2  io.vertx.rxjava.core.http.HttpClientResponse$3  io.vertx.rxjava.core.http.HttpClientResponse$4
InnerClasses:
  io.vertx.rxjava.core.http.HttpClientResponse$1
  io.vertx.rxjava.core.http.HttpClientResponse$2
  io.vertx.rxjava.core.http.HttpClientResponse$3
  io.vertx.rxjava.core.http.HttpClientResponse$4
  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/HttpClientResponse;)