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 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 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 start local 1 0: aload 0
invokevirtual io.vertx.core.http.impl.HttpClientResponseImpl$BodyHandler.body:()Lio/vertx/core/buffer/Buffer;
aload 1
invokeinterface io.vertx.core.buffer.Buffer.appendBuffer:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/buffer/Buffer;
pop
1: return
end local 1 end local 0 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 0: aload 0
getfield io.vertx.core.http.impl.HttpClientResponseImpl$BodyHandler.body:Lio/vertx/core/buffer/Buffer;
ifnonnull 2
1: aload 0
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: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.core.http.impl.HttpClientResponseImpl$BodyHandler.body:Lio/vertx/core/buffer/Buffer;
areturn
end local 0 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 start local 1 0: aload 1
aload 0
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: aload 0
aconst_null
putfield io.vertx.core.http.impl.HttpClientResponseImpl$BodyHandler.body:Lio/vertx/core/buffer/Buffer;
2: return
end local 1 end local 0 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: 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