class io.vertx.core.http.impl.WebSocketEndpoint$Waiter
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.vertx.core.http.impl.WebSocketEndpoint$Waiter
super_class: java.lang.Object
{
final io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.http.impl.HttpClientConnection>> handler;
descriptor: Lio/vertx/core/Handler;
flags: (0x0010) ACC_FINAL
Signature: Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/http/impl/HttpClientConnection;>;>;
final io.vertx.core.impl.ContextInternal context;
descriptor: Lio/vertx/core/impl/ContextInternal;
flags: (0x0010) ACC_FINAL
void <init>(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.http.impl.HttpClientConnection>>, io.vertx.core.impl.ContextInternal);
descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/impl/ContextInternal;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield io.vertx.core.http.impl.WebSocketEndpoint$Waiter.handler:Lio/vertx/core/Handler;
2: aload 0
aload 2
putfield io.vertx.core.http.impl.WebSocketEndpoint$Waiter.context:Lio/vertx/core/impl/ContextInternal;
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/vertx/core/http/impl/WebSocketEndpoint$Waiter;
0 4 1 handler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/http/impl/HttpClientConnection;>;>;
0 4 2 context Lio/vertx/core/impl/ContextInternal;
Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/http/impl/HttpClientConnection;>;>;Lio/vertx/core/impl/ContextInternal;)V
MethodParameters:
Name Flags
handler
context
}
SourceFile: "WebSocketEndpoint.java"
NestHost: io.vertx.core.http.impl.WebSocketEndpoint
InnerClasses:
private Waiter = io.vertx.core.http.impl.WebSocketEndpoint$Waiter of io.vertx.core.http.impl.WebSocketEndpoint