class io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler$1 implements io.vertx.ext.web.handler.graphql.ApolloWSConnectionInitEvent
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler$1
  super_class: java.lang.Object
{
  final io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler this$0;
    descriptor: Lio/vertx/ext/web/handler/graphql/impl/ApolloWSConnectionHandler;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final io.vertx.ext.web.handler.graphql.impl.ApolloWSMessageImpl val$message;
    descriptor: Lio/vertx/ext/web/handler/graphql/impl/ApolloWSMessageImpl;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler, io.vertx.ext.web.handler.graphql.impl.ApolloWSMessageImpl);
    descriptor: (Lio/vertx/ext/web/handler/graphql/impl/ApolloWSConnectionHandler;Lio/vertx/ext/web/handler/graphql/impl/ApolloWSMessageImpl;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler$1 this
         0: .line 123
            aload 0 /* this */
            aload 1
            putfield io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler$1.this$0:Lio/vertx/ext/web/handler/graphql/impl/ApolloWSConnectionHandler;
            aload 0 /* this */
            aload 2
            putfield io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler$1.val$message:Lio/vertx/ext/web/handler/graphql/impl/ApolloWSMessageImpl;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/handler/graphql/impl/ApolloWSConnectionHandler$1;
    MethodParameters:
             Name  Flags
      this$0       final
      val$message  final

  public io.vertx.ext.web.handler.graphql.ApolloWSMessage message();
    descriptor: ()Lio/vertx/ext/web/handler/graphql/ApolloWSMessage;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler$1 this
         0: .line 126
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler$1.val$message:Lio/vertx/ext/web/handler/graphql/impl/ApolloWSMessageImpl;
            areturn
        end local 0 // io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/handler/graphql/impl/ApolloWSConnectionHandler$1;

  public boolean tryComplete(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler$1 this
        start local 1 // java.lang.Object o
         0: .line 131
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler$1.this$0:Lio/vertx/ext/web/handler/graphql/impl/ApolloWSConnectionHandler;
            getfield io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler.connectionPromise:Lio/vertx/core/Promise;
            aload 1 /* o */
            invokeinterface io.vertx.core.Promise.tryComplete:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/handler/graphql/impl/ApolloWSConnectionHandler$1;
            0    1     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     

  public boolean tryFail(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler$1 this
        start local 1 // java.lang.Throwable throwable
         0: .line 136
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler$1.this$0:Lio/vertx/ext/web/handler/graphql/impl/ApolloWSConnectionHandler;
            getfield io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler.connectionPromise:Lio/vertx/core/Promise;
            aload 1 /* throwable */
            invokeinterface io.vertx.core.Promise.tryFail:(Ljava/lang/Throwable;)Z
            ireturn
        end local 1 // java.lang.Throwable throwable
        end local 0 // io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler$1 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lio/vertx/ext/web/handler/graphql/impl/ApolloWSConnectionHandler$1;
            0    1     1  throwable  Ljava/lang/Throwable;
    MethodParameters:
           Name  Flags
      throwable  

  public io.vertx.core.Future<java.lang.Object> future();
    descriptor: ()Lio/vertx/core/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler$1 this
         0: .line 141
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler$1.this$0:Lio/vertx/ext/web/handler/graphql/impl/ApolloWSConnectionHandler;
            getfield io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler.connectionPromise:Lio/vertx/core/Promise;
            invokeinterface io.vertx.core.Promise.future:()Lio/vertx/core/Future;
            areturn
        end local 0 // io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/handler/graphql/impl/ApolloWSConnectionHandler$1;
    Signature: ()Lio/vertx/core/Future<Ljava/lang/Object;>;

  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.AsyncResult
            invokeinterface io.vertx.core.Promise.handle:(Lio/vertx/core/AsyncResult;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "ApolloWSConnectionHandler.java"
EnclosingMethod: io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler.handleMessage:(Lio/vertx/core/json/JsonObject;)V
NestHost: io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler
InnerClasses:
  io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler$1