final class io.vertx.core.http.impl.HttpClientResponseImpl$BodyHandler implements io.vertx.core.Handler<io.vertx.core.buffer.Buffer>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.vertx.core.http.impl.HttpClientResponseImpl$BodyHandler
  super_class: java.lang.Object
{
  private io.vertx.core.buffer.Buffer body;
    descriptor: Lio/vertx/core/buffer/Buffer;
    flags: (0x0002) ACC_PRIVATE

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.HttpClientResponseImpl$BodyHandler this
         0: .line 276
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.vertx.core.http.impl.HttpClientResponseImpl$BodyHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/HttpClientResponseImpl$BodyHandler;

  public void handle(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.HttpClientResponseImpl$BodyHandler this
        start local 1 // io.vertx.core.buffer.Buffer event
         0: .line 281
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.HttpClientResponseImpl$BodyHandler.body:()Lio/vertx/core/buffer/Buffer;
            aload 1 /* event */
            invokeinterface io.vertx.core.buffer.Buffer.appendBuffer:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/buffer/Buffer;
            pop
         1: .line 282
            return
        end local 1 // io.vertx.core.buffer.Buffer event
        end local 0 // io.vertx.core.http.impl.HttpClientResponseImpl$BodyHandler this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/core/http/impl/HttpClientResponseImpl$BodyHandler;
            0    2     1  event  Lio/vertx/core/buffer/Buffer;
    MethodParameters:
       Name  Flags
      event  

  private io.vertx.core.buffer.Buffer body();
    descriptor: ()Lio/vertx/core/buffer/Buffer;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.HttpClientResponseImpl$BodyHandler this
         0: .line 285
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpClientResponseImpl$BodyHandler.body:Lio/vertx/core/buffer/Buffer;
            ifnonnull 2
         1: .line 286
            aload 0 /* this */
            invokestatic io.vertx.core.buffer.Buffer.buffer:()Lio/vertx/core/buffer/Buffer;
            putfield io.vertx.core.http.impl.HttpClientResponseImpl$BodyHandler.body:Lio/vertx/core/buffer/Buffer;
         2: .line 288
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpClientResponseImpl$BodyHandler.body:Lio/vertx/core/buffer/Buffer;
            areturn
        end local 0 // io.vertx.core.http.impl.HttpClientResponseImpl$BodyHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/http/impl/HttpClientResponseImpl$BodyHandler;

  void notifyHandler(io.vertx.core.Handler<io.vertx.core.buffer.Buffer>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.HttpClientResponseImpl$BodyHandler this
        start local 1 // io.vertx.core.Handler bodyHandler
         0: .line 292
            aload 1 /* bodyHandler */
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.HttpClientResponseImpl$BodyHandler.body:()Lio/vertx/core/buffer/Buffer;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         1: .line 294
            aload 0 /* this */
            aconst_null
            putfield io.vertx.core.http.impl.HttpClientResponseImpl$BodyHandler.body:Lio/vertx/core/buffer/Buffer;
         2: .line 295
            return
        end local 1 // io.vertx.core.Handler bodyHandler
        end local 0 // io.vertx.core.http.impl.HttpClientResponseImpl$BodyHandler this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lio/vertx/core/http/impl/HttpClientResponseImpl$BodyHandler;
            0    3     1  bodyHandler  Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;)V
    MethodParameters:
             Name  Flags
      bodyHandler  

  public void handle(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.core.buffer.Buffer
            invokevirtual io.vertx.core.http.impl.HttpClientResponseImpl$BodyHandler.handle:(Lio/vertx/core/buffer/Buffer;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;
SourceFile: "HttpClientResponseImpl.java"
NestHost: io.vertx.core.http.impl.HttpClientResponseImpl
InnerClasses:
  private final BodyHandler = io.vertx.core.http.impl.HttpClientResponseImpl$BodyHandler of io.vertx.core.http.impl.HttpClientResponseImpl