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 io.vertx.rxjava.core.MultiMap cached_0;
    descriptor: Lio/vertx/rxjava/core/MultiMap;
    flags: (0x0002) ACC_PRIVATE

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

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

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

  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 62
            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 63
            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 62
            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 64
            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 46
            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 51
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 52
      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 53
      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 54
            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 59
            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 68
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 69
            aload 0 /* this */
            aload 1 /* delegate */
            putfield io.vertx.rxjava.core.http.HttpClientResponse.delegate:Lio/vertx/core/http/HttpClientResponse;
         2: .line 70
            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 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 73
            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=1, args_size=1
        start local 0 // io.vertx.rxjava.core.http.HttpClientResponse this
         0: .line 81
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.http.HttpClientResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/http/HttpClientResponse;
    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 93
            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.buffer.Buffer.__TYPE_ARG: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 94
            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>);
    descriptor: (Lio/vertx/rxjava/core/streams/WriteStream;)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.rxjava.core.streams.WriteStream dst
         0: .line 102
            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;
            invokeinterface io.vertx.core.http.HttpClientResponse.pipeTo:(Lio/vertx/core/streams/WriteStream;)V
         1: .line 103
            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 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 116
            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 117
            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 rx.Observable<java.lang.Void> pipeToObservable(io.vertx.rxjava.core.streams.WriteStream<io.vertx.rxjava.core.buffer.Buffer>);
    descriptor: (Lio/vertx/rxjava/core/streams/WriteStream;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpClientResponse this
         0: .line 132
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.http.HttpClientResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/http/HttpClientResponse;
    Signature: (Lio/vertx/rxjava/core/streams/WriteStream<Lio/vertx/rxjava/core/buffer/Buffer;>;)Lrx/Observable<Ljava/lang/Void;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    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=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpClientResponse this
         0: .line 148
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.core.http.HttpClientResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/http/HttpClientResponse;
    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 154
            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 155
            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 159
            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 160
            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 164
            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 165
            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 169
            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 174
            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 178
            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 179
            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 183
            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 184
            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.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 191
            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 192
            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 199
            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 200
            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 207
            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 208
            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 215
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientResponse.cached_0:Lio/vertx/rxjava/core/MultiMap;
            ifnull 2
         1: .line 216
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientResponse.cached_0:Lio/vertx/rxjava/core/MultiMap;
            areturn
         2: .line 218
      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 219
            aload 0 /* this */
            aload 1 /* ret */
            putfield io.vertx.rxjava.core.http.HttpClientResponse.cached_0:Lio/vertx/rxjava/core/MultiMap;
         4: .line 220
            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 229
            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 230
            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 239
            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 240
            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 247
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientResponse.cached_1:Lio/vertx/rxjava/core/MultiMap;
            ifnull 2
         1: .line 248
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientResponse.cached_1:Lio/vertx/rxjava/core/MultiMap;
            areturn
         2: .line 250
      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 251
            aload 0 /* this */
            aload 1 /* ret */
            putfield io.vertx.rxjava.core.http.HttpClientResponse.cached_1:Lio/vertx/rxjava/core/MultiMap;
         4: .line 252
            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 259
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientResponse.cached_2:Ljava/util/List;
            ifnull 2
         1: .line 260
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientResponse.cached_2:Ljava/util/List;
            areturn
         2: .line 262
      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 263
            aload 0 /* this */
            aload 1 /* ret */
            putfield io.vertx.rxjava.core.http.HttpClientResponse.cached_2:Ljava/util/List;
         4: .line 264
            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 276
            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 281
            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 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 291
            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.customFrameHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientResponse;
            pop
         1: .line 296
            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.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 311
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientResponse.cached_3:Lio/vertx/rxjava/core/net/NetSocket;
            ifnull 2
         1: .line 312
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientResponse.cached_3:Lio/vertx/rxjava/core/net/NetSocket;
            areturn
         2: .line 314
      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 315
            aload 0 /* this */
            aload 1 /* ret */
            putfield io.vertx.rxjava.core.http.HttpClientResponse.cached_3:Lio/vertx/rxjava/core/net/NetSocket;
         4: .line 316
            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.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 323
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientResponse.cached_4:Lio/vertx/rxjava/core/http/HttpClientRequest;
            ifnull 2
         1: .line 324
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpClientResponse.cached_4:Lio/vertx/rxjava/core/http/HttpClientRequest;
            areturn
         2: .line 326
      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 327
            aload 0 /* this */
            aload 1 /* ret */
            putfield io.vertx.rxjava.core.http.HttpClientResponse.cached_4:Lio/vertx/rxjava/core/http/HttpClientRequest;
         4: .line 328
            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 339
            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 340
            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 349
            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 350
            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 360
            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 62
            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;
}
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
InnerClasses:
  io.vertx.rxjava.core.http.HttpClientResponse$1
  io.vertx.rxjava.core.http.HttpClientResponse$2
  io.vertx.rxjava.core.http.HttpClientResponse$3
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
    RuntimeVisibleAnnotations: 
      io.vertx.lang.rx.RxGen(value = Lio/vertx/core/http/HttpClientResponse;)