public class io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl implements io.vertx.ext.web.handler.graphql.ApolloWSHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl
  super_class: java.lang.Object
{
  private static final java.util.function.Function<io.vertx.ext.web.handler.graphql.ApolloWSMessage, java.lang.Object> DEFAULT_QUERY_CONTEXT_FACTORY;
    descriptor: Ljava/util/function/Function;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/function/Function<Lio/vertx/ext/web/handler/graphql/ApolloWSMessage;Ljava/lang/Object;>;

  private static final java.util.function.Function<io.vertx.ext.web.handler.graphql.ApolloWSMessage, org.dataloader.DataLoaderRegistry> DEFAULT_DATA_LOADER_REGISTRY_FACTORY;
    descriptor: Ljava/util/function/Function;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/function/Function<Lio/vertx/ext/web/handler/graphql/ApolloWSMessage;Lorg/dataloader/DataLoaderRegistry;>;

  private static final java.util.function.Function<io.vertx.ext.web.handler.graphql.ApolloWSMessage, java.util.Locale> DEFAULT_LOCALE_FACTORY;
    descriptor: Ljava/util/function/Function;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/function/Function<Lio/vertx/ext/web/handler/graphql/ApolloWSMessage;Ljava/util/Locale;>;

  private final graphql.GraphQL graphQL;
    descriptor: Lgraphql/GraphQL;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final long keepAlive;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private java.util.function.Function<io.vertx.ext.web.handler.graphql.ApolloWSMessage, java.lang.Object> queryContextFactory;
    descriptor: Ljava/util/function/Function;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/function/Function<Lio/vertx/ext/web/handler/graphql/ApolloWSMessage;Ljava/lang/Object;>;

  private java.util.function.Function<io.vertx.ext.web.handler.graphql.ApolloWSMessage, org.dataloader.DataLoaderRegistry> dataLoaderRegistryFactory;
    descriptor: Ljava/util/function/Function;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/function/Function<Lio/vertx/ext/web/handler/graphql/ApolloWSMessage;Lorg/dataloader/DataLoaderRegistry;>;

  private java.util.function.Function<io.vertx.ext.web.handler.graphql.ApolloWSMessage, java.util.Locale> localeFactory;
    descriptor: Ljava/util/function/Function;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/function/Function<Lio/vertx/ext/web/handler/graphql/ApolloWSMessage;Ljava/util/Locale;>;

  private io.vertx.core.Handler<io.vertx.core.http.ServerWebSocket> connectionHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<Lio/vertx/core/http/ServerWebSocket;>;

  private io.vertx.core.Handler<io.vertx.ext.web.handler.graphql.ApolloWSConnectionInitEvent> connectionInitHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<Lio/vertx/ext/web/handler/graphql/ApolloWSConnectionInitEvent;>;

  private io.vertx.core.Handler<io.vertx.core.http.ServerWebSocket> endHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<Lio/vertx/core/http/ServerWebSocket;>;

  private io.vertx.core.Handler<io.vertx.ext.web.handler.graphql.ApolloWSMessage> messageHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<Lio/vertx/ext/web/handler/graphql/ApolloWSMessage;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 42
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/ext/web/handler/graphql/impl/ApolloWSHandlerImpl.lambda$0(Lio/vertx/ext/web/handler/graphql/ApolloWSMessage;)Ljava/lang/Object; (6)
                  (Lio/vertx/ext/web/handler/graphql/ApolloWSMessage;)Ljava/lang/Object;
            putstatic io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl.DEFAULT_QUERY_CONTEXT_FACTORY:Ljava/util/function/Function;
         1: .line 43
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/ext/web/handler/graphql/impl/ApolloWSHandlerImpl.lambda$1(Lio/vertx/ext/web/handler/graphql/ApolloWSMessage;)Lorg/dataloader/DataLoaderRegistry; (6)
                  (Lio/vertx/ext/web/handler/graphql/ApolloWSMessage;)Lorg/dataloader/DataLoaderRegistry;
            putstatic io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl.DEFAULT_DATA_LOADER_REGISTRY_FACTORY:Ljava/util/function/Function;
         2: .line 44
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/ext/web/handler/graphql/impl/ApolloWSHandlerImpl.lambda$2(Lio/vertx/ext/web/handler/graphql/ApolloWSMessage;)Ljava/util/Locale; (6)
                  (Lio/vertx/ext/web/handler/graphql/ApolloWSMessage;)Ljava/util/Locale;
            putstatic io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl.DEFAULT_LOCALE_FACTORY:Ljava/util/function/Function;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(graphql.GraphQL, io.vertx.ext.web.handler.graphql.ApolloWSOptions);
    descriptor: (Lgraphql/GraphQL;Lio/vertx/ext/web/handler/graphql/ApolloWSOptions;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl this
        start local 1 // graphql.GraphQL graphQL
        start local 2 // io.vertx.ext.web.handler.graphql.ApolloWSOptions options
         0: .line 57
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 49
            aload 0 /* this */
            getstatic io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl.DEFAULT_QUERY_CONTEXT_FACTORY:Ljava/util/function/Function;
            putfield io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl.queryContextFactory:Ljava/util/function/Function;
         2: .line 50
            aload 0 /* this */
            getstatic io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl.DEFAULT_DATA_LOADER_REGISTRY_FACTORY:Ljava/util/function/Function;
            putfield io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl.dataLoaderRegistryFactory:Ljava/util/function/Function;
         3: .line 51
            aload 0 /* this */
            getstatic io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl.DEFAULT_LOCALE_FACTORY:Ljava/util/function/Function;
            putfield io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl.localeFactory:Ljava/util/function/Function;
         4: .line 58
            aload 1 /* graphQL */
            ldc "graphQL"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         5: .line 59
            aload 2 /* options */
            ldc "options"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         6: .line 60
            aload 0 /* this */
            aload 1 /* graphQL */
            putfield io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl.graphQL:Lgraphql/GraphQL;
         7: .line 61
            aload 0 /* this */
            aload 2 /* options */
            invokevirtual io.vertx.ext.web.handler.graphql.ApolloWSOptions.getKeepAlive:()J
            putfield io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl.keepAlive:J
         8: .line 62
            return
        end local 2 // io.vertx.ext.web.handler.graphql.ApolloWSOptions options
        end local 1 // graphql.GraphQL graphQL
        end local 0 // io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lio/vertx/ext/web/handler/graphql/impl/ApolloWSHandlerImpl;
            0    9     1  graphQL  Lgraphql/GraphQL;
            0    9     2  options  Lio/vertx/ext/web/handler/graphql/ApolloWSOptions;
    MethodParameters:
         Name  Flags
      graphQL  
      options  

  graphql.GraphQL getGraphQL();
    descriptor: ()Lgraphql/GraphQL;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl this
         0: .line 65
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl.graphQL:Lgraphql/GraphQL;
            areturn
        end local 0 // io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/handler/graphql/impl/ApolloWSHandlerImpl;

  long getKeepAlive();
    descriptor: ()J
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl this
         0: .line 69
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl.keepAlive:J
            lreturn
        end local 0 // io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/handler/graphql/impl/ApolloWSHandlerImpl;

  public synchronized io.vertx.ext.web.handler.graphql.ApolloWSHandler connectionHandler(io.vertx.core.Handler<io.vertx.core.http.ServerWebSocket>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/web/handler/graphql/ApolloWSHandler;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl this
        start local 1 // io.vertx.core.Handler connectionHandler
         0: .line 74
            aload 0 /* this */
            aload 1 /* connectionHandler */
            putfield io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl.connectionHandler:Lio/vertx/core/Handler;
         1: .line 75
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler connectionHandler
        end local 0 // io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lio/vertx/ext/web/handler/graphql/impl/ApolloWSHandlerImpl;
            0    2     1  connectionHandler  Lio/vertx/core/Handler<Lio/vertx/core/http/ServerWebSocket;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/http/ServerWebSocket;>;)Lio/vertx/ext/web/handler/graphql/ApolloWSHandler;
    MethodParameters:
                   Name  Flags
      connectionHandler  

  synchronized io.vertx.core.Handler<io.vertx.core.http.ServerWebSocket> getConnectionHandler();
    descriptor: ()Lio/vertx/core/Handler;
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl this
         0: .line 79
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl.connectionHandler:Lio/vertx/core/Handler;
            areturn
        end local 0 // io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/handler/graphql/impl/ApolloWSHandlerImpl;
    Signature: ()Lio/vertx/core/Handler<Lio/vertx/core/http/ServerWebSocket;>;

  public io.vertx.ext.web.handler.graphql.ApolloWSHandler connectionInitHandler(io.vertx.core.Handler<io.vertx.ext.web.handler.graphql.ApolloWSConnectionInitEvent>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/web/handler/graphql/ApolloWSHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl this
        start local 1 // io.vertx.core.Handler connectionInitHandler
         0: .line 84
            aload 0 /* this */
            aload 1 /* connectionInitHandler */
            putfield io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl.connectionInitHandler:Lio/vertx/core/Handler;
         1: .line 85
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler connectionInitHandler
        end local 0 // io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    2     0                   this  Lio/vertx/ext/web/handler/graphql/impl/ApolloWSHandlerImpl;
            0    2     1  connectionInitHandler  Lio/vertx/core/Handler<Lio/vertx/ext/web/handler/graphql/ApolloWSConnectionInitEvent;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/ext/web/handler/graphql/ApolloWSConnectionInitEvent;>;)Lio/vertx/ext/web/handler/graphql/ApolloWSHandler;
    MethodParameters:
                       Name  Flags
      connectionInitHandler  

  synchronized io.vertx.core.Handler<io.vertx.ext.web.handler.graphql.ApolloWSConnectionInitEvent> getConnectionInitHandler();
    descriptor: ()Lio/vertx/core/Handler;
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl this
         0: .line 89
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl.connectionInitHandler:Lio/vertx/core/Handler;
            areturn
        end local 0 // io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/handler/graphql/impl/ApolloWSHandlerImpl;
    Signature: ()Lio/vertx/core/Handler<Lio/vertx/ext/web/handler/graphql/ApolloWSConnectionInitEvent;>;

  public synchronized io.vertx.ext.web.handler.graphql.ApolloWSHandler messageHandler(io.vertx.core.Handler<io.vertx.ext.web.handler.graphql.ApolloWSMessage>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/web/handler/graphql/ApolloWSHandler;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl this
        start local 1 // io.vertx.core.Handler messageHandler
         0: .line 94
            aload 0 /* this */
            aload 1 /* messageHandler */
            putfield io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl.messageHandler:Lio/vertx/core/Handler;
         1: .line 95
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler messageHandler
        end local 0 // io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lio/vertx/ext/web/handler/graphql/impl/ApolloWSHandlerImpl;
            0    2     1  messageHandler  Lio/vertx/core/Handler<Lio/vertx/ext/web/handler/graphql/ApolloWSMessage;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/ext/web/handler/graphql/ApolloWSMessage;>;)Lio/vertx/ext/web/handler/graphql/ApolloWSHandler;
    MethodParameters:
                Name  Flags
      messageHandler  

  synchronized io.vertx.core.Handler<io.vertx.ext.web.handler.graphql.ApolloWSMessage> getMessageHandler();
    descriptor: ()Lio/vertx/core/Handler;
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl this
         0: .line 99
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl.messageHandler:Lio/vertx/core/Handler;
            areturn
        end local 0 // io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/handler/graphql/impl/ApolloWSHandlerImpl;
    Signature: ()Lio/vertx/core/Handler<Lio/vertx/ext/web/handler/graphql/ApolloWSMessage;>;

  public synchronized io.vertx.ext.web.handler.graphql.ApolloWSHandler endHandler(io.vertx.core.Handler<io.vertx.core.http.ServerWebSocket>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/web/handler/graphql/ApolloWSHandler;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl this
        start local 1 // io.vertx.core.Handler endHandler
         0: .line 104
            aload 0 /* this */
            aload 1 /* endHandler */
            putfield io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl.endHandler:Lio/vertx/core/Handler;
         1: .line 105
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler endHandler
        end local 0 // io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/ext/web/handler/graphql/impl/ApolloWSHandlerImpl;
            0    2     1  endHandler  Lio/vertx/core/Handler<Lio/vertx/core/http/ServerWebSocket;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/http/ServerWebSocket;>;)Lio/vertx/ext/web/handler/graphql/ApolloWSHandler;
    MethodParameters:
            Name  Flags
      endHandler  

  synchronized io.vertx.core.Handler<io.vertx.core.http.ServerWebSocket> getEndHandler();
    descriptor: ()Lio/vertx/core/Handler;
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl this
         0: .line 109
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl.endHandler:Lio/vertx/core/Handler;
            areturn
        end local 0 // io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/handler/graphql/impl/ApolloWSHandlerImpl;
    Signature: ()Lio/vertx/core/Handler<Lio/vertx/core/http/ServerWebSocket;>;

  public synchronized io.vertx.ext.web.handler.graphql.ApolloWSHandler queryContext(java.util.function.Function<io.vertx.ext.web.handler.graphql.ApolloWSMessage, java.lang.Object>);
    descriptor: (Ljava/util/function/Function;)Lio/vertx/ext/web/handler/graphql/ApolloWSHandler;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl this
        start local 1 // java.util.function.Function factory
         0: .line 114
            aload 0 /* this */
            aload 1 /* factory */
            ifnull 1
            aload 1 /* factory */
            goto 2
      StackMap locals:
      StackMap stack: io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl
         1: getstatic io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl.DEFAULT_QUERY_CONTEXT_FACTORY:Ljava/util/function/Function;
      StackMap locals: io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl java.util.function.Function
      StackMap stack: io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl java.util.function.Function
         2: putfield io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl.queryContextFactory:Ljava/util/function/Function;
         3: .line 115
            aload 0 /* this */
            areturn
        end local 1 // java.util.function.Function factory
        end local 0 // io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lio/vertx/ext/web/handler/graphql/impl/ApolloWSHandlerImpl;
            0    4     1  factory  Ljava/util/function/Function<Lio/vertx/ext/web/handler/graphql/ApolloWSMessage;Ljava/lang/Object;>;
    Signature: (Ljava/util/function/Function<Lio/vertx/ext/web/handler/graphql/ApolloWSMessage;Ljava/lang/Object;>;)Lio/vertx/ext/web/handler/graphql/ApolloWSHandler;
    MethodParameters:
         Name  Flags
      factory  

  synchronized java.util.function.Function<io.vertx.ext.web.handler.graphql.ApolloWSMessage, java.lang.Object> getQueryContext();
    descriptor: ()Ljava/util/function/Function;
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl this
         0: .line 119
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl.queryContextFactory:Ljava/util/function/Function;
            areturn
        end local 0 // io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/handler/graphql/impl/ApolloWSHandlerImpl;
    Signature: ()Ljava/util/function/Function<Lio/vertx/ext/web/handler/graphql/ApolloWSMessage;Ljava/lang/Object;>;

  public synchronized io.vertx.ext.web.handler.graphql.ApolloWSHandler dataLoaderRegistry(java.util.function.Function<io.vertx.ext.web.handler.graphql.ApolloWSMessage, org.dataloader.DataLoaderRegistry>);
    descriptor: (Ljava/util/function/Function;)Lio/vertx/ext/web/handler/graphql/ApolloWSHandler;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl this
        start local 1 // java.util.function.Function factory
         0: .line 124
            aload 0 /* this */
            aload 1 /* factory */
            ifnull 1
            aload 1 /* factory */
            goto 2
      StackMap locals:
      StackMap stack: io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl
         1: getstatic io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl.DEFAULT_DATA_LOADER_REGISTRY_FACTORY:Ljava/util/function/Function;
      StackMap locals: io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl java.util.function.Function
      StackMap stack: io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl java.util.function.Function
         2: putfield io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl.dataLoaderRegistryFactory:Ljava/util/function/Function;
         3: .line 125
            aload 0 /* this */
            areturn
        end local 1 // java.util.function.Function factory
        end local 0 // io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lio/vertx/ext/web/handler/graphql/impl/ApolloWSHandlerImpl;
            0    4     1  factory  Ljava/util/function/Function<Lio/vertx/ext/web/handler/graphql/ApolloWSMessage;Lorg/dataloader/DataLoaderRegistry;>;
    Signature: (Ljava/util/function/Function<Lio/vertx/ext/web/handler/graphql/ApolloWSMessage;Lorg/dataloader/DataLoaderRegistry;>;)Lio/vertx/ext/web/handler/graphql/ApolloWSHandler;
    MethodParameters:
         Name  Flags
      factory  

  synchronized java.util.function.Function<io.vertx.ext.web.handler.graphql.ApolloWSMessage, org.dataloader.DataLoaderRegistry> getDataLoaderRegistry();
    descriptor: ()Ljava/util/function/Function;
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl this
         0: .line 129
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl.dataLoaderRegistryFactory:Ljava/util/function/Function;
            areturn
        end local 0 // io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/handler/graphql/impl/ApolloWSHandlerImpl;
    Signature: ()Ljava/util/function/Function<Lio/vertx/ext/web/handler/graphql/ApolloWSMessage;Lorg/dataloader/DataLoaderRegistry;>;

  public synchronized io.vertx.ext.web.handler.graphql.ApolloWSHandler locale(java.util.function.Function<io.vertx.ext.web.handler.graphql.ApolloWSMessage, java.util.Locale>);
    descriptor: (Ljava/util/function/Function;)Lio/vertx/ext/web/handler/graphql/ApolloWSHandler;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl this
        start local 1 // java.util.function.Function factory
         0: .line 134
            aload 0 /* this */
            aload 1 /* factory */
            ifnull 1
            aload 1 /* factory */
            goto 2
      StackMap locals:
      StackMap stack: io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl
         1: getstatic io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl.DEFAULT_LOCALE_FACTORY:Ljava/util/function/Function;
      StackMap locals: io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl java.util.function.Function
      StackMap stack: io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl java.util.function.Function
         2: putfield io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl.localeFactory:Ljava/util/function/Function;
         3: .line 135
            aload 0 /* this */
            areturn
        end local 1 // java.util.function.Function factory
        end local 0 // io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lio/vertx/ext/web/handler/graphql/impl/ApolloWSHandlerImpl;
            0    4     1  factory  Ljava/util/function/Function<Lio/vertx/ext/web/handler/graphql/ApolloWSMessage;Ljava/util/Locale;>;
    Signature: (Ljava/util/function/Function<Lio/vertx/ext/web/handler/graphql/ApolloWSMessage;Ljava/util/Locale;>;)Lio/vertx/ext/web/handler/graphql/ApolloWSHandler;
    MethodParameters:
         Name  Flags
      factory  

  synchronized java.util.function.Function<io.vertx.ext.web.handler.graphql.ApolloWSMessage, java.util.Locale> getLocale();
    descriptor: ()Ljava/util/function/Function;
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl this
         0: .line 139
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl.localeFactory:Ljava/util/function/Function;
            areturn
        end local 0 // io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/handler/graphql/impl/ApolloWSHandlerImpl;
    Signature: ()Ljava/util/function/Function<Lio/vertx/ext/web/handler/graphql/ApolloWSMessage;Ljava/util/Locale;>;

  public void handle(io.vertx.ext.web.RoutingContext);
    descriptor: (Lio/vertx/ext/web/RoutingContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl this
        start local 1 // io.vertx.ext.web.RoutingContext routingContext
         0: .line 144
            aload 1 /* routingContext */
            invokeinterface io.vertx.ext.web.RoutingContext.request:()Lio/vertx/core/http/HttpServerRequest;
            invokeinterface io.vertx.core.http.HttpServerRequest.headers:()Lio/vertx/core/MultiMap;
            astore 2 /* headers */
        start local 2 // io.vertx.core.MultiMap headers
         1: .line 145
            aload 2 /* headers */
            getstatic io.vertx.core.http.HttpHeaders.CONNECTION:Ljava/lang/CharSequence;
            invokeinterface io.vertx.core.MultiMap.contains:(Ljava/lang/CharSequence;)Z
            ifeq 5
            aload 2 /* headers */
            getstatic io.vertx.core.http.HttpHeaders.UPGRADE:Ljava/lang/CharSequence;
            getstatic io.vertx.core.http.HttpHeaders.WEBSOCKET:Ljava/lang/CharSequence;
            iconst_1
            invokeinterface io.vertx.core.MultiMap.contains:(Ljava/lang/CharSequence;Ljava/lang/CharSequence;Z)Z
            ifeq 5
         2: .line 146
            aload 1 /* routingContext */
            invokeinterface io.vertx.ext.web.RoutingContext.vertx:()Lio/vertx/core/Vertx;
            invokeinterface io.vertx.core.Vertx.getOrCreateContext:()Lio/vertx/core/Context;
            checkcast io.vertx.core.impl.ContextInternal
            astore 3 /* context */
        start local 3 // io.vertx.core.impl.ContextInternal context
         3: .line 147
            aload 1 /* routingContext */
            invokeinterface io.vertx.ext.web.RoutingContext.request:()Lio/vertx/core/http/HttpServerRequest;
            invokeinterface io.vertx.core.http.HttpServerRequest.toWebSocket:()Lio/vertx/core/Future;
            aload 0 /* this */
            aload 3 /* context */
            invokedynamic handle(Lio/vertx/ext/web/handler/graphql/impl/ApolloWSHandlerImpl;Lio/vertx/core/impl/ContextInternal;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/web/handler/graphql/impl/ApolloWSHandlerImpl.lambda$3(Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/http/ServerWebSocket;)V (7)
                  (Lio/vertx/core/http/ServerWebSocket;)V
            invokeinterface io.vertx.core.Future.onSuccess:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
        end local 3 // io.vertx.core.impl.ContextInternal context
         4: .line 151
            goto 6
         5: .line 152
      StackMap locals: io.vertx.core.MultiMap
      StackMap stack:
            aload 1 /* routingContext */
            invokeinterface io.vertx.ext.web.RoutingContext.next:()V
         6: .line 154
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.vertx.core.MultiMap headers
        end local 1 // io.vertx.ext.web.RoutingContext routingContext
        end local 0 // io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    7     0            this  Lio/vertx/ext/web/handler/graphql/impl/ApolloWSHandlerImpl;
            0    7     1  routingContext  Lio/vertx/ext/web/RoutingContext;
            1    7     2         headers  Lio/vertx/core/MultiMap;
            3    4     3         context  Lio/vertx/core/impl/ContextInternal;
    MethodParameters:
                Name  Flags
      routingContext  

  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.ext.web.RoutingContext
            invokevirtual io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl.handle:(Lio/vertx/ext/web/RoutingContext;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static java.lang.Object lambda$0(io.vertx.ext.web.handler.graphql.ApolloWSMessage);
    descriptor: (Lio/vertx/ext/web/handler/graphql/ApolloWSMessage;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.handler.graphql.ApolloWSMessage context
         0: .line 42
            aload 0 /* context */
            areturn
        end local 0 // io.vertx.ext.web.handler.graphql.ApolloWSMessage context
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  context  Lio/vertx/ext/web/handler/graphql/ApolloWSMessage;

  private static org.dataloader.DataLoaderRegistry lambda$1(io.vertx.ext.web.handler.graphql.ApolloWSMessage);
    descriptor: (Lio/vertx/ext/web/handler/graphql/ApolloWSMessage;)Lorg/dataloader/DataLoaderRegistry;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.handler.graphql.ApolloWSMessage rc
         0: .line 43
            aconst_null
            areturn
        end local 0 // io.vertx.ext.web.handler.graphql.ApolloWSMessage rc
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    rc  Lio/vertx/ext/web/handler/graphql/ApolloWSMessage;

  private static java.util.Locale lambda$2(io.vertx.ext.web.handler.graphql.ApolloWSMessage);
    descriptor: (Lio/vertx/ext/web/handler/graphql/ApolloWSMessage;)Ljava/util/Locale;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.handler.graphql.ApolloWSMessage rc
         0: .line 44
            aconst_null
            areturn
        end local 0 // io.vertx.ext.web.handler.graphql.ApolloWSMessage rc
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    rc  Lio/vertx/ext/web/handler/graphql/ApolloWSMessage;

  private void lambda$3(io.vertx.core.impl.ContextInternal, io.vertx.core.http.ServerWebSocket);
    descriptor: (Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/http/ServerWebSocket;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl this
        start local 2 // io.vertx.core.http.ServerWebSocket ws
         0: .line 148
            new io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler
            dup
            aload 0 /* this */
            aload 1
            aload 2 /* ws */
            invokespecial io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler.<init>:(Lio/vertx/ext/web/handler/graphql/impl/ApolloWSHandlerImpl;Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/http/ServerWebSocket;)V
            astore 3 /* connectionHandler */
        start local 3 // io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler connectionHandler
         1: .line 149
            aload 3 /* connectionHandler */
            invokevirtual io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler.handleConnection:()V
        end local 3 // io.vertx.ext.web.handler.graphql.impl.ApolloWSConnectionHandler connectionHandler
         2: .line 150
            return
        end local 2 // io.vertx.core.http.ServerWebSocket ws
        end local 0 // io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lio/vertx/ext/web/handler/graphql/impl/ApolloWSHandlerImpl;
            0    3     2                 ws  Lio/vertx/core/http/ServerWebSocket;
            1    2     3  connectionHandler  Lio/vertx/ext/web/handler/graphql/impl/ApolloWSConnectionHandler;
}
SourceFile: "ApolloWSHandlerImpl.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles