final class io.vertx.core.http.impl.pool.Waiter<C>
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.vertx.core.http.impl.pool.Waiter
super_class: java.lang.Object
{
public final io.vertx.core.Handler<io.vertx.core.AsyncResult<C>> handler;
descriptor: Lio/vertx/core/Handler;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Signature: Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TC;>;>;
void <init>(io.vertx.core.Handler<io.vertx.core.AsyncResult<C>>);
descriptor: (Lio/vertx/core/Handler;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield io.vertx.core.http.impl.pool.Waiter.handler:Lio/vertx/core/Handler;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/core/http/impl/pool/Waiter<TC;>;
0 3 1 handler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TC;>;>;
Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TC;>;>;)V
MethodParameters:
Name Flags
handler
}
Signature: <C:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "Waiter.java"