public class io.vertx.core.http.impl.HttpClientResponseImpl implements io.vertx.core.http.HttpClientResponse
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.core.http.impl.HttpClientResponseImpl
  super_class: java.lang.Object
{
  private static final io.vertx.core.logging.Logger log;
    descriptor: Lio/vertx/core/logging/Logger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

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

  private final int statusCode;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String statusMessage;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

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

  private io.vertx.core.Handler<io.vertx.core.buffer.Buffer> dataHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;

  private io.vertx.core.Handler<io.vertx.core.http.HttpFrame> customFrameHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<Lio/vertx/core/http/HttpFrame;>;

  private io.vertx.core.Handler<java.lang.Void> endHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<Ljava/lang/Void;>;

  private io.vertx.core.Handler<java.lang.Throwable> exceptionHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<Ljava/lang/Throwable;>;

  private io.vertx.core.Handler<io.vertx.core.http.StreamPriority> priorityHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<Lio/vertx/core/http/StreamPriority;>;

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

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

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

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 37
            ldc Lio/vertx/core/http/impl/HttpClientResponseImpl;
            invokestatic io.vertx.core.logging.LoggerFactory.getLogger:(Ljava/lang/Class;)Lio/vertx/core/logging/Logger;
            putstatic io.vertx.core.http.impl.HttpClientResponseImpl.log:Lio/vertx/core/logging/Logger;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(io.vertx.core.http.impl.HttpClientRequestBase, io.vertx.core.http.HttpVersion, io.vertx.core.http.impl.HttpClientStream, int, java.lang.String, io.vertx.core.MultiMap);
    descriptor: (Lio/vertx/core/http/impl/HttpClientRequestBase;Lio/vertx/core/http/HttpVersion;Lio/vertx/core/http/impl/HttpClientStream;ILjava/lang/String;Lio/vertx/core/MultiMap;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=7, args_size=7
        start local 0 // io.vertx.core.http.impl.HttpClientResponseImpl this
        start local 1 // io.vertx.core.http.impl.HttpClientRequestBase request
        start local 2 // io.vertx.core.http.HttpVersion version
        start local 3 // io.vertx.core.http.impl.HttpClientStream stream
        start local 4 // int statusCode
        start local 5 // java.lang.String statusMessage
        start local 6 // io.vertx.core.MultiMap headers
         0: .line 58
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 59
            aload 0 /* this */
            aload 2 /* version */
            putfield io.vertx.core.http.impl.HttpClientResponseImpl.version:Lio/vertx/core/http/HttpVersion;
         2: .line 60
            aload 0 /* this */
            iload 4 /* statusCode */
            putfield io.vertx.core.http.impl.HttpClientResponseImpl.statusCode:I
         3: .line 61
            aload 0 /* this */
            aload 5 /* statusMessage */
            putfield io.vertx.core.http.impl.HttpClientResponseImpl.statusMessage:Ljava/lang/String;
         4: .line 62
            aload 0 /* this */
            aload 1 /* request */
            putfield io.vertx.core.http.impl.HttpClientResponseImpl.request:Lio/vertx/core/http/impl/HttpClientRequestBase;
         5: .line 63
            aload 0 /* this */
            aload 3 /* stream */
            putfield io.vertx.core.http.impl.HttpClientResponseImpl.stream:Lio/vertx/core/http/impl/HttpClientStream;
         6: .line 64
            aload 0 /* this */
            aload 3 /* stream */
            invokeinterface io.vertx.core.http.impl.HttpClientStream.connection:()Lio/vertx/core/http/HttpConnection;
            putfield io.vertx.core.http.impl.HttpClientResponseImpl.conn:Lio/vertx/core/http/HttpConnection;
         7: .line 65
            aload 0 /* this */
            aload 6 /* headers */
            putfield io.vertx.core.http.impl.HttpClientResponseImpl.headers:Lio/vertx/core/MultiMap;
         8: .line 66
            return
        end local 6 // io.vertx.core.MultiMap headers
        end local 5 // java.lang.String statusMessage
        end local 4 // int statusCode
        end local 3 // io.vertx.core.http.impl.HttpClientStream stream
        end local 2 // io.vertx.core.http.HttpVersion version
        end local 1 // io.vertx.core.http.impl.HttpClientRequestBase request
        end local 0 // io.vertx.core.http.impl.HttpClientResponseImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    9     0           this  Lio/vertx/core/http/impl/HttpClientResponseImpl;
            0    9     1        request  Lio/vertx/core/http/impl/HttpClientRequestBase;
            0    9     2        version  Lio/vertx/core/http/HttpVersion;
            0    9     3         stream  Lio/vertx/core/http/impl/HttpClientStream;
            0    9     4     statusCode  I
            0    9     5  statusMessage  Ljava/lang/String;
            0    9     6        headers  Lio/vertx/core/MultiMap;
    MethodParameters:
               Name  Flags
      request        
      version        
      stream         
      statusCode     
      statusMessage  
      headers        

  public io.vertx.core.http.impl.HttpClientRequestBase request();
    descriptor: ()Lio/vertx/core/http/impl/HttpClientRequestBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.HttpClientResponseImpl this
         0: .line 70
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpClientResponseImpl.request:Lio/vertx/core/http/impl/HttpClientRequestBase;
            areturn
        end local 0 // io.vertx.core.http.impl.HttpClientResponseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/HttpClientResponseImpl;

  public io.vertx.core.http.HttpVersion version();
    descriptor: ()Lio/vertx/core/http/HttpVersion;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.HttpClientResponseImpl this
         0: .line 75
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpClientResponseImpl.version:Lio/vertx/core/http/HttpVersion;
            areturn
        end local 0 // io.vertx.core.http.impl.HttpClientResponseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/HttpClientResponseImpl;

  public int statusCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.HttpClientResponseImpl this
         0: .line 80
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpClientResponseImpl.statusCode:I
            ireturn
        end local 0 // io.vertx.core.http.impl.HttpClientResponseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/HttpClientResponseImpl;

  public java.lang.String statusMessage();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.HttpClientResponseImpl this
         0: .line 85
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpClientResponseImpl.statusMessage:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.core.http.impl.HttpClientResponseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/HttpClientResponseImpl;

  public io.vertx.core.MultiMap headers();
    descriptor: ()Lio/vertx/core/MultiMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.HttpClientResponseImpl this
         0: .line 90
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpClientResponseImpl.headers:Lio/vertx/core/MultiMap;
            areturn
        end local 0 // io.vertx.core.http.impl.HttpClientResponseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/HttpClientResponseImpl;

  public java.lang.String getHeader(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.HttpClientResponseImpl this
        start local 1 // java.lang.String headerName
         0: .line 95
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpClientResponseImpl.headers:Lio/vertx/core/MultiMap;
            aload 1 /* headerName */
            invokeinterface io.vertx.core.MultiMap.get:(Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 1 // java.lang.String headerName
        end local 0 // io.vertx.core.http.impl.HttpClientResponseImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/vertx/core/http/impl/HttpClientResponseImpl;
            0    1     1  headerName  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      headerName  

  public java.lang.String getHeader(java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.HttpClientResponseImpl this
        start local 1 // java.lang.CharSequence headerName
         0: .line 100
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpClientResponseImpl.headers:Lio/vertx/core/MultiMap;
            aload 1 /* headerName */
            invokeinterface io.vertx.core.MultiMap.get:(Ljava/lang/CharSequence;)Ljava/lang/String;
            areturn
        end local 1 // java.lang.CharSequence headerName
        end local 0 // io.vertx.core.http.impl.HttpClientResponseImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/vertx/core/http/impl/HttpClientResponseImpl;
            0    1     1  headerName  Ljava/lang/CharSequence;
    MethodParameters:
            Name  Flags
      headerName  

  public io.vertx.core.MultiMap trailers();
    descriptor: ()Lio/vertx/core/MultiMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // io.vertx.core.http.impl.HttpClientResponseImpl this
         0: .line 105
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpClientResponseImpl.conn:Lio/vertx/core/http/HttpConnection;
            dup
            astore 1
            monitorenter
         1: .line 106
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpClientResponseImpl.trailers:Lio/vertx/core/MultiMap;
            ifnonnull 3
         2: .line 107
            aload 0 /* this */
            new io.vertx.core.http.impl.HeadersAdaptor
            dup
            new io.netty.handler.codec.http.DefaultHttpHeaders
            dup
            invokespecial io.netty.handler.codec.http.DefaultHttpHeaders.<init>:()V
            invokespecial io.vertx.core.http.impl.HeadersAdaptor.<init>:(Lio/netty/handler/codec/http/HttpHeaders;)V
            putfield io.vertx.core.http.impl.HttpClientResponseImpl.trailers:Lio/vertx/core/MultiMap;
         3: .line 109
      StackMap locals: io.vertx.core.http.HttpConnection
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpClientResponseImpl.trailers:Lio/vertx/core/MultiMap;
            aload 1
            monitorexit
         4: areturn
         5: .line 105
      StackMap locals:
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         6: athrow
        end local 0 // io.vertx.core.http.impl.HttpClientResponseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/vertx/core/http/impl/HttpClientResponseImpl;
      Exception table:
        from    to  target  type
           1     4       5  any
           5     6       5  any

  public java.lang.String getTrailer(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.HttpClientResponseImpl this
        start local 1 // java.lang.String trailerName
         0: .line 115
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpClientResponseImpl.trailers:Lio/vertx/core/MultiMap;
            ifnull 1
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpClientResponseImpl.trailers:Lio/vertx/core/MultiMap;
            aload 1 /* trailerName */
            invokeinterface io.vertx.core.MultiMap.get:(Ljava/lang/String;)Ljava/lang/String;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: java.lang.String
         2: areturn
        end local 1 // java.lang.String trailerName
        end local 0 // io.vertx.core.http.impl.HttpClientResponseImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lio/vertx/core/http/impl/HttpClientResponseImpl;
            0    3     1  trailerName  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      trailerName  

  public java.util.List<java.lang.String> cookies();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.vertx.core.http.impl.HttpClientResponseImpl this
         0: .line 120
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpClientResponseImpl.conn:Lio/vertx/core/http/HttpConnection;
            dup
            astore 1
            monitorenter
         1: .line 121
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpClientResponseImpl.cookies:Ljava/util/List;
            ifnonnull 6
         2: .line 122
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield io.vertx.core.http.impl.HttpClientResponseImpl.cookies:Ljava/util/List;
         3: .line 123
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpClientResponseImpl.cookies:Ljava/util/List;
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.HttpClientResponseImpl.headers:()Lio/vertx/core/MultiMap;
            getstatic io.vertx.core.http.HttpHeaders.SET_COOKIE:Ljava/lang/CharSequence;
            invokeinterface io.vertx.core.MultiMap.getAll:(Ljava/lang/CharSequence;)Ljava/util/List;
            invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
            pop
         4: .line 124
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpClientResponseImpl.trailers:Lio/vertx/core/MultiMap;
            ifnull 6
         5: .line 125
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpClientResponseImpl.cookies:Ljava/util/List;
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpClientResponseImpl.trailers:Lio/vertx/core/MultiMap;
            getstatic io.vertx.core.http.HttpHeaders.SET_COOKIE:Ljava/lang/CharSequence;
            invokeinterface io.vertx.core.MultiMap.getAll:(Ljava/lang/CharSequence;)Ljava/util/List;
            invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
            pop
         6: .line 128
      StackMap locals: io.vertx.core.http.HttpConnection
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpClientResponseImpl.cookies:Ljava/util/List;
            aload 1
            monitorexit
         7: areturn
         8: .line 120
      StackMap locals:
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         9: athrow
        end local 0 // io.vertx.core.http.impl.HttpClientResponseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lio/vertx/core/http/impl/HttpClientResponseImpl;
      Exception table:
        from    to  target  type
           1     7       8  any
           8     9       8  any
    Signature: ()Ljava/util/List<Ljava/lang/String;>;

  private void checkEnded();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.HttpClientResponseImpl this
         0: .line 133
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpClientResponseImpl.trailers:Lio/vertx/core/MultiMap;
            ifnull 2
         1: .line 134
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         2: .line 136
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.core.http.impl.HttpClientResponseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/http/impl/HttpClientResponseImpl;

  public io.vertx.core.http.HttpClientResponse handler(io.vertx.core.Handler<io.vertx.core.buffer.Buffer>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.core.http.impl.HttpClientResponseImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 140
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpClientResponseImpl.conn:Lio/vertx/core/http/HttpConnection;
            dup
            astore 2
            monitorenter
         1: .line 141
            aload 1 /* handler */
            ifnull 3
         2: .line 142
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.HttpClientResponseImpl.checkEnded:()V
         3: .line 144
      StackMap locals: io.vertx.core.http.HttpConnection
      StackMap stack:
            aload 0 /* this */
            aload 1 /* handler */
            putfield io.vertx.core.http.impl.HttpClientResponseImpl.dataHandler:Lio/vertx/core/Handler;
         4: .line 145
            aload 0 /* this */
            aload 2
            monitorexit
         5: areturn
         6: .line 140
      StackMap locals:
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         7: athrow
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.core.http.impl.HttpClientResponseImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lio/vertx/core/http/impl/HttpClientResponseImpl;
            0    8     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;
      Exception table:
        from    to  target  type
           1     5       6  any
           6     7       6  any
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;)Lio/vertx/core/http/HttpClientResponse;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.core.http.HttpClientResponse endHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.core.http.impl.HttpClientResponseImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 151
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpClientResponseImpl.conn:Lio/vertx/core/http/HttpConnection;
            dup
            astore 2
            monitorenter
         1: .line 152
            aload 1 /* handler */
            ifnull 3
         2: .line 153
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.HttpClientResponseImpl.checkEnded:()V
         3: .line 155
      StackMap locals: io.vertx.core.http.HttpConnection
      StackMap stack:
            aload 0 /* this */
            aload 1 /* handler */
            putfield io.vertx.core.http.impl.HttpClientResponseImpl.endHandler:Lio/vertx/core/Handler;
         4: .line 156
            aload 0 /* this */
            aload 2
            monitorexit
         5: areturn
         6: .line 151
      StackMap locals:
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         7: athrow
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.core.http.impl.HttpClientResponseImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lio/vertx/core/http/impl/HttpClientResponseImpl;
            0    8     1  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
      Exception table:
        from    to  target  type
           1     5       6  any
           6     7       6  any
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/core/http/HttpClientResponse;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.core.http.HttpClientResponse exceptionHandler(io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.core.http.impl.HttpClientResponseImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 162
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpClientResponseImpl.conn:Lio/vertx/core/http/HttpConnection;
            dup
            astore 2
            monitorenter
         1: .line 163
            aload 1 /* handler */
            ifnull 3
         2: .line 164
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.HttpClientResponseImpl.checkEnded:()V
         3: .line 166
      StackMap locals: io.vertx.core.http.HttpConnection
      StackMap stack:
            aload 0 /* this */
            aload 1 /* handler */
            putfield io.vertx.core.http.impl.HttpClientResponseImpl.exceptionHandler:Lio/vertx/core/Handler;
         4: .line 167
            aload 0 /* this */
            aload 2
            monitorexit
         5: areturn
         6: .line 162
      StackMap locals:
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         7: athrow
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.core.http.impl.HttpClientResponseImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lio/vertx/core/http/impl/HttpClientResponseImpl;
            0    8     1  handler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
      Exception table:
        from    to  target  type
           1     5       6  any
           6     7       6  any
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/core/http/HttpClientResponse;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.core.http.HttpClientResponse pause();
    descriptor: ()Lio/vertx/core/http/HttpClientResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.HttpClientResponseImpl this
         0: .line 173
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpClientResponseImpl.stream:Lio/vertx/core/http/impl/HttpClientStream;
            invokeinterface io.vertx.core.http.impl.HttpClientStream.doPause:()V
         1: .line 174
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.core.http.impl.HttpClientResponseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/http/impl/HttpClientResponseImpl;

  public io.vertx.core.http.HttpClientResponse resume();
    descriptor: ()Lio/vertx/core/http/HttpClientResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.HttpClientResponseImpl this
         0: .line 179
            aload 0 /* this */
            ldc 9223372036854775807
            invokevirtual io.vertx.core.http.impl.HttpClientResponseImpl.fetch:(J)Lio/vertx/core/http/HttpClientResponse;
            areturn
        end local 0 // io.vertx.core.http.impl.HttpClientResponseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/HttpClientResponseImpl;

  public io.vertx.core.http.HttpClientResponse fetch(long);
    descriptor: (J)Lio/vertx/core/http/HttpClientResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.core.http.impl.HttpClientResponseImpl this
        start local 1 // long amount
         0: .line 184
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpClientResponseImpl.stream:Lio/vertx/core/http/impl/HttpClientStream;
            lload 1 /* amount */
            invokeinterface io.vertx.core.http.impl.HttpClientStream.doFetch:(J)V
         1: .line 185
            aload 0 /* this */
            areturn
        end local 1 // long amount
        end local 0 // io.vertx.core.http.impl.HttpClientResponseImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/core/http/impl/HttpClientResponseImpl;
            0    2     1  amount  J
    MethodParameters:
        Name  Flags
      amount  

  public io.vertx.core.http.HttpClientResponse bodyHandler(io.vertx.core.Handler<io.vertx.core.buffer.Buffer>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.core.http.impl.HttpClientResponseImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 190
            aload 1 /* handler */
            ifnull 5
         1: .line 191
            new io.vertx.core.http.impl.HttpClientResponseImpl$BodyHandler
            dup
            invokespecial io.vertx.core.http.impl.HttpClientResponseImpl$BodyHandler.<init>:()V
            astore 2 /* bodyHandler */
        start local 2 // io.vertx.core.http.impl.HttpClientResponseImpl$BodyHandler bodyHandler
         2: .line 192
            aload 0 /* this */
            aload 2 /* bodyHandler */
            invokevirtual io.vertx.core.http.impl.HttpClientResponseImpl.handler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientResponse;
            pop
         3: .line 193
            aload 0 /* this */
            aload 2 /* bodyHandler */
            aload 1 /* handler */
            invokedynamic handle(Lio/vertx/core/http/impl/HttpClientResponseImpl$BodyHandler;Lio/vertx/core/Handler;)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/core/http/impl/HttpClientResponseImpl.lambda$0(Lio/vertx/core/http/impl/HttpClientResponseImpl$BodyHandler;Lio/vertx/core/Handler;Ljava/lang/Void;)V (6)
                  (Ljava/lang/Void;)V
            invokevirtual io.vertx.core.http.impl.HttpClientResponseImpl.endHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientResponse;
            pop
        end local 2 // io.vertx.core.http.impl.HttpClientResponseImpl$BodyHandler bodyHandler
         4: .line 194
            goto 7
         5: .line 195
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            invokevirtual io.vertx.core.http.impl.HttpClientResponseImpl.handler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientResponse;
            pop
         6: .line 196
            aload 0 /* this */
            aconst_null
            invokevirtual io.vertx.core.http.impl.HttpClientResponseImpl.endHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientResponse;
            pop
         7: .line 198
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.core.http.impl.HttpClientResponseImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    8     0         this  Lio/vertx/core/http/impl/HttpClientResponseImpl;
            0    8     1      handler  Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;
            2    4     2  bodyHandler  Lio/vertx/core/http/impl/HttpClientResponseImpl$BodyHandler;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;)Lio/vertx/core/http/HttpClientResponse;
    MethodParameters:
         Name  Flags
      handler  final

  public io.vertx.core.http.HttpClientResponse customFrameHandler(io.vertx.core.Handler<io.vertx.core.http.HttpFrame>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.core.http.impl.HttpClientResponseImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 203
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpClientResponseImpl.conn:Lio/vertx/core/http/HttpConnection;
            dup
            astore 2
            monitorenter
         1: .line 204
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpClientResponseImpl.endHandler:Lio/vertx/core/Handler;
            ifnull 3
         2: .line 205
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.HttpClientResponseImpl.checkEnded:()V
         3: .line 207
      StackMap locals: io.vertx.core.http.HttpConnection
      StackMap stack:
            aload 0 /* this */
            aload 1 /* handler */
            putfield io.vertx.core.http.impl.HttpClientResponseImpl.customFrameHandler:Lio/vertx/core/Handler;
         4: .line 208
            aload 0 /* this */
            aload 2
            monitorexit
         5: areturn
         6: .line 203
      StackMap locals:
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         7: athrow
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.core.http.impl.HttpClientResponseImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lio/vertx/core/http/impl/HttpClientResponseImpl;
            0    8     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/http/HttpFrame;>;
      Exception table:
        from    to  target  type
           1     5       6  any
           6     7       6  any
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/http/HttpFrame;>;)Lio/vertx/core/http/HttpClientResponse;
    MethodParameters:
         Name  Flags
      handler  

  void handleUnknownFrame(io.vertx.core.http.HttpFrame);
    descriptor: (Lio/vertx/core/http/HttpFrame;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // io.vertx.core.http.impl.HttpClientResponseImpl this
        start local 1 // io.vertx.core.http.HttpFrame frame
         0: .line 213
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpClientResponseImpl.conn:Lio/vertx/core/http/HttpConnection;
            dup
            astore 2
            monitorenter
         1: .line 214
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpClientResponseImpl.customFrameHandler:Lio/vertx/core/Handler;
            ifnull 6
         2: .line 216
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpClientResponseImpl.customFrameHandler:Lio/vertx/core/Handler;
            aload 1 /* frame */
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         3: .line 217
            goto 6
      StackMap locals: io.vertx.core.http.impl.HttpClientResponseImpl io.vertx.core.http.HttpFrame io.vertx.core.http.HttpConnection
      StackMap stack: java.lang.Throwable
         4: astore 3 /* t */
        start local 3 // java.lang.Throwable t
         5: .line 218
            aload 0 /* this */
            aload 3 /* t */
            invokevirtual io.vertx.core.http.impl.HttpClientResponseImpl.handleException:(Ljava/lang/Throwable;)V
        end local 3 // java.lang.Throwable t
         6: .line 213
      StackMap locals:
      StackMap stack:
            aload 2
            monitorexit
         7: goto 10
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: aload 2
            monitorexit
         9: athrow
        10: .line 222
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.http.HttpFrame frame
        end local 0 // io.vertx.core.http.impl.HttpClientResponseImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0   this  Lio/vertx/core/http/impl/HttpClientResponseImpl;
            0   11     1  frame  Lio/vertx/core/http/HttpFrame;
            5    6     3      t  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.Throwable
           1     7       8  any
           8     9       8  any
    MethodParameters:
       Name  Flags
      frame  

  void handleChunk(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // io.vertx.core.http.impl.HttpClientResponseImpl this
        start local 1 // io.vertx.core.buffer.Buffer data
         0: .line 225
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpClientResponseImpl.request:Lio/vertx/core/http/impl/HttpClientRequestBase;
            invokevirtual io.vertx.core.http.impl.HttpClientRequestBase.dataReceived:()V
         1: .line 227
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpClientResponseImpl.conn:Lio/vertx/core/http/HttpConnection;
            dup
            astore 3
            monitorenter
         2: .line 228
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpClientResponseImpl.dataHandler:Lio/vertx/core/Handler;
            astore 2 /* handler */
        start local 2 // io.vertx.core.Handler handler
         3: .line 227
            aload 3
            monitorexit
         4: goto 7
        end local 2 // io.vertx.core.Handler handler
      StackMap locals: io.vertx.core.http.impl.HttpClientResponseImpl io.vertx.core.buffer.Buffer top io.vertx.core.http.HttpConnection
      StackMap stack: java.lang.Throwable
         5: aload 3
            monitorexit
         6: athrow
        start local 2 // io.vertx.core.Handler handler
         7: .line 230
      StackMap locals: io.vertx.core.http.impl.HttpClientResponseImpl io.vertx.core.buffer.Buffer io.vertx.core.Handler
      StackMap stack:
            aload 2 /* handler */
            ifnull 12
         8: .line 232
            aload 2 /* handler */
            aload 1 /* data */
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         9: .line 233
            goto 12
      StackMap locals:
      StackMap stack: java.lang.Throwable
        10: astore 3 /* t */
        start local 3 // java.lang.Throwable t
        11: .line 234
            aload 0 /* this */
            aload 3 /* t */
            invokevirtual io.vertx.core.http.impl.HttpClientResponseImpl.handleException:(Ljava/lang/Throwable;)V
        end local 3 // java.lang.Throwable t
        12: .line 237
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.core.buffer.Buffer data
        end local 0 // io.vertx.core.http.impl.HttpClientResponseImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   13     0     this  Lio/vertx/core/http/impl/HttpClientResponseImpl;
            0   13     1     data  Lio/vertx/core/buffer/Buffer;
            3    5     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;
            7   13     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;
           11   12     3        t  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           2     4       5  any
           5     6       5  any
           8     9      10  Class java.lang.Throwable
    MethodParameters:
      Name  Flags
      data  

  void handleEnd(io.vertx.core.MultiMap);
    descriptor: (Lio/vertx/core/MultiMap;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // io.vertx.core.http.impl.HttpClientResponseImpl this
        start local 1 // io.vertx.core.MultiMap trailers
         0: .line 241
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpClientResponseImpl.conn:Lio/vertx/core/http/HttpConnection;
            dup
            astore 3
            monitorenter
         1: .line 242
            aload 0 /* this */
            aload 1 /* trailers */
            putfield io.vertx.core.http.impl.HttpClientResponseImpl.trailers:Lio/vertx/core/MultiMap;
         2: .line 243
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpClientResponseImpl.endHandler:Lio/vertx/core/Handler;
            astore 2 /* handler */
        start local 2 // io.vertx.core.Handler handler
         3: .line 244
            aload 0 /* this */
            aconst_null
            putfield io.vertx.core.http.impl.HttpClientResponseImpl.endHandler:Lio/vertx/core/Handler;
         4: .line 241
            aload 3
            monitorexit
         5: goto 8
        end local 2 // io.vertx.core.Handler handler
      StackMap locals: io.vertx.core.http.impl.HttpClientResponseImpl io.vertx.core.MultiMap top io.vertx.core.http.HttpConnection
      StackMap stack: java.lang.Throwable
         6: aload 3
            monitorexit
         7: athrow
        start local 2 // io.vertx.core.Handler handler
         8: .line 246
      StackMap locals: io.vertx.core.http.impl.HttpClientResponseImpl io.vertx.core.MultiMap io.vertx.core.Handler
      StackMap stack:
            aload 2 /* handler */
            ifnull 13
         9: .line 248
            aload 2 /* handler */
            aconst_null
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        10: .line 249
            goto 13
      StackMap locals:
      StackMap stack: java.lang.Throwable
        11: astore 3 /* t */
        start local 3 // java.lang.Throwable t
        12: .line 250
            aload 0 /* this */
            aload 3 /* t */
            invokevirtual io.vertx.core.http.impl.HttpClientResponseImpl.handleException:(Ljava/lang/Throwable;)V
        end local 3 // java.lang.Throwable t
        13: .line 253
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.core.MultiMap trailers
        end local 0 // io.vertx.core.http.impl.HttpClientResponseImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   14     0      this  Lio/vertx/core/http/impl/HttpClientResponseImpl;
            0   14     1  trailers  Lio/vertx/core/MultiMap;
            3    6     2   handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
            8   14     2   handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
           12   13     3         t  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           1     5       6  any
           6     7       6  any
           9    10      11  Class java.lang.Throwable
    MethodParameters:
          Name  Flags
      trailers  

  void handleException(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // io.vertx.core.http.impl.HttpClientResponseImpl this
        start local 1 // java.lang.Throwable e
         0: .line 257
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpClientResponseImpl.conn:Lio/vertx/core/http/HttpConnection;
            dup
            astore 3
            monitorenter
         1: .line 258
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpClientResponseImpl.exceptionHandler:Lio/vertx/core/Handler;
            astore 2 /* handler */
        start local 2 // io.vertx.core.Handler handler
         2: .line 259
            aload 2 /* handler */
            ifnonnull 4
         3: .line 260
            getstatic io.vertx.core.http.impl.HttpClientResponseImpl.log:Lio/vertx/core/logging/Logger;
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            invokedynamic handle(Lio/vertx/core/logging/Logger;)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/core/logging/Logger.error(Ljava/lang/Object;)V (5)
                  (Ljava/lang/Throwable;)V
            astore 2 /* handler */
         4: .line 257
      StackMap locals: io.vertx.core.Handler io.vertx.core.http.HttpConnection
      StackMap stack:
            aload 3
            monitorexit
         5: goto 8
        end local 2 // io.vertx.core.Handler handler
      StackMap locals: io.vertx.core.http.impl.HttpClientResponseImpl java.lang.Throwable top io.vertx.core.http.HttpConnection
      StackMap stack: java.lang.Throwable
         6: aload 3
            monitorexit
         7: athrow
        start local 2 // io.vertx.core.Handler handler
         8: .line 263
      StackMap locals: io.vertx.core.http.impl.HttpClientResponseImpl java.lang.Throwable io.vertx.core.Handler
      StackMap stack:
            aload 2 /* handler */
            aload 1 /* e */
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         9: .line 264
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.Throwable e
        end local 0 // io.vertx.core.http.impl.HttpClientResponseImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Lio/vertx/core/http/impl/HttpClientResponseImpl;
            0   10     1        e  Ljava/lang/Throwable;
            2    6     2  handler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
            8   10     2  handler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
      Exception table:
        from    to  target  type
           1     5       6  any
           6     7       6  any
    MethodParameters:
      Name  Flags
      e     

  public io.vertx.core.net.NetSocket netSocket();
    descriptor: ()Lio/vertx/core/net/NetSocket;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.core.http.impl.HttpClientResponseImpl this
         0: .line 268
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpClientResponseImpl.conn:Lio/vertx/core/http/HttpConnection;
            dup
            astore 1
            monitorenter
         1: .line 269
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpClientResponseImpl.netSocket:Lio/vertx/core/net/NetSocket;
            ifnonnull 3
         2: .line 270
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpClientResponseImpl.stream:Lio/vertx/core/http/impl/HttpClientStream;
            invokeinterface io.vertx.core.http.impl.HttpClientStream.createNetSocket:()Lio/vertx/core/net/NetSocket;
            putfield io.vertx.core.http.impl.HttpClientResponseImpl.netSocket:Lio/vertx/core/net/NetSocket;
         3: .line 272
      StackMap locals: io.vertx.core.http.HttpConnection
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpClientResponseImpl.netSocket:Lio/vertx/core/net/NetSocket;
            aload 1
            monitorexit
         4: areturn
         5: .line 268
      StackMap locals:
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         6: athrow
        end local 0 // io.vertx.core.http.impl.HttpClientResponseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/vertx/core/http/impl/HttpClientResponseImpl;
      Exception table:
        from    to  target  type
           1     4       5  any
           5     6       5  any

  public io.vertx.core.http.HttpClientResponse streamPriorityHandler(io.vertx.core.Handler<io.vertx.core.http.StreamPriority>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.core.http.impl.HttpClientResponseImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 300
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpClientResponseImpl.conn:Lio/vertx/core/http/HttpConnection;
            dup
            astore 2
            monitorenter
         1: .line 301
            aload 1 /* handler */
            ifnull 3
         2: .line 302
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.HttpClientResponseImpl.checkEnded:()V
         3: .line 304
      StackMap locals: io.vertx.core.http.HttpConnection
      StackMap stack:
            aload 0 /* this */
            aload 1 /* handler */
            putfield io.vertx.core.http.impl.HttpClientResponseImpl.priorityHandler:Lio/vertx/core/Handler;
         4: .line 300
            aload 2
            monitorexit
         5: goto 8
      StackMap locals:
      StackMap stack: java.lang.Throwable
         6: aload 2
            monitorexit
         7: athrow
         8: .line 306
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.core.http.impl.HttpClientResponseImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lio/vertx/core/http/impl/HttpClientResponseImpl;
            0    9     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/http/StreamPriority;>;
      Exception table:
        from    to  target  type
           1     5       6  any
           6     7       6  any
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/http/StreamPriority;>;)Lio/vertx/core/http/HttpClientResponse;
    MethodParameters:
         Name  Flags
      handler  

  void handlePriorityChange(io.vertx.core.http.StreamPriority);
    descriptor: (Lio/vertx/core/http/StreamPriority;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // io.vertx.core.http.impl.HttpClientResponseImpl this
        start local 1 // io.vertx.core.http.StreamPriority streamPriority
         0: .line 311
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpClientResponseImpl.conn:Lio/vertx/core/http/HttpConnection;
            dup
            astore 3
            monitorenter
         1: .line 312
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpClientResponseImpl.priorityHandler:Lio/vertx/core/Handler;
            dup
            astore 2 /* handler */
        start local 2 // io.vertx.core.Handler handler
         2: ifnonnull 5
         3: .line 313
            aload 3
            monitorexit
         4: return
         5: .line 311
      StackMap locals: io.vertx.core.Handler io.vertx.core.http.HttpConnection
      StackMap stack:
            aload 3
            monitorexit
         6: goto 9
        end local 2 // io.vertx.core.Handler handler
      StackMap locals: io.vertx.core.http.impl.HttpClientResponseImpl io.vertx.core.http.StreamPriority top io.vertx.core.http.HttpConnection
      StackMap stack: java.lang.Throwable
         7: aload 3
            monitorexit
         8: athrow
        start local 2 // io.vertx.core.Handler handler
         9: .line 316
      StackMap locals: io.vertx.core.http.impl.HttpClientResponseImpl io.vertx.core.http.StreamPriority io.vertx.core.Handler
      StackMap stack:
            aload 2 /* handler */
            aload 1 /* streamPriority */
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        10: .line 317
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.core.http.StreamPriority streamPriority
        end local 0 // io.vertx.core.http.impl.HttpClientResponseImpl this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   11     0            this  Lio/vertx/core/http/impl/HttpClientResponseImpl;
            0   11     1  streamPriority  Lio/vertx/core/http/StreamPriority;
            2    7     2         handler  Lio/vertx/core/Handler<Lio/vertx/core/http/StreamPriority;>;
            9   11     2         handler  Lio/vertx/core/Handler<Lio/vertx/core/http/StreamPriority;>;
      Exception table:
        from    to  target  type
           1     4       7  any
           5     6       7  any
           7     8       7  any
    MethodParameters:
                Name  Flags
      streamPriority  

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

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

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

  public io.vertx.core.http.HttpClientRequest request();
    descriptor: ()Lio/vertx/core/http/HttpClientRequest;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.core.http.impl.HttpClientResponseImpl.request:()Lio/vertx/core/http/impl/HttpClientRequestBase;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

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

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

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

  private static void lambda$0(io.vertx.core.http.impl.HttpClientResponseImpl$BodyHandler, io.vertx.core.Handler, java.lang.Void);
    descriptor: (Lio/vertx/core/http/impl/HttpClientResponseImpl$BodyHandler;Lio/vertx/core/Handler;Ljava/lang/Void;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=3
        start local 2 // java.lang.Void v
         0: .line 193
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.impl.HttpClientResponseImpl$BodyHandler.notifyHandler:(Lio/vertx/core/Handler;)V
            return
        end local 2 // java.lang.Void v
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     2     v  Ljava/lang/Void;
}
SourceFile: "HttpClientResponseImpl.java"
NestMembers:
  io.vertx.core.http.impl.HttpClientResponseImpl$BodyHandler
InnerClasses:
  private final BodyHandler = io.vertx.core.http.impl.HttpClientResponseImpl$BodyHandler of io.vertx.core.http.impl.HttpClientResponseImpl
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles