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 // io.vertx.core.http.impl.WebSocketEndpoint$Waiter this
        start local 1 // io.vertx.core.Handler handler
        start local 2 // io.vertx.core.impl.ContextInternal context
         0: .line 47
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 48
            aload 0 /* this */
            aload 1 /* handler */
            putfield io.vertx.core.http.impl.WebSocketEndpoint$Waiter.handler:Lio/vertx/core/Handler;
         2: .line 49
            aload 0 /* this */
            aload 2 /* context */
            putfield io.vertx.core.http.impl.WebSocketEndpoint$Waiter.context:Lio/vertx/core/impl/ContextInternal;
         3: .line 50
            return
        end local 2 // io.vertx.core.impl.ContextInternal context
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.core.http.impl.WebSocketEndpoint$Waiter this
      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