Skip navigation links
A B C D E F G I L M Q S T U V 

A

accept(T, U, V) - Method in interface io.vertx.ext.web.handler.graphql.TriConsumer
Execute with the provided arguments.
ApolloWSConnectionInitEvent - Interface in io.vertx.ext.web.handler.graphql
 
ApolloWSHandler - Interface in io.vertx.ext.web.handler.graphql
A handler for GraphQL requests sent over Apollo's subscriptions-transport-ws transport.
ApolloWSMessage - Interface in io.vertx.ext.web.handler.graphql
A message received over Apollo's subscriptions-transport-ws transport.
ApolloWSMessageType - Enum in io.vertx.ext.web.handler.graphql
The ApolloWSMessage types.
ApolloWSOptions - Class in io.vertx.ext.web.handler.graphql
Options for configuring the ApolloWSHandler.
ApolloWSOptions() - Constructor for class io.vertx.ext.web.handler.graphql.ApolloWSOptions
Default constructor.
ApolloWSOptions(ApolloWSOptions) - Constructor for class io.vertx.ext.web.handler.graphql.ApolloWSOptions
Copy constructor.
ApolloWSOptions(JsonObject) - Constructor for class io.vertx.ext.web.handler.graphql.ApolloWSOptions
Constructor to create options from JSON.
ApolloWSOptionsConverter - Class in io.vertx.ext.web.handler.graphql
Converter and mapper for ApolloWSOptions.
ApolloWSOptionsConverter() - Constructor for class io.vertx.ext.web.handler.graphql.ApolloWSOptionsConverter
 

B

build() - Static method in interface io.vertx.ext.web.handler.graphql.UploadScalar
 

C

connectionHandler(Handler<ServerWebSocket>) - Method in interface io.vertx.ext.web.handler.graphql.ApolloWSHandler
Customize the connection Handler.
connectionInitHandler(Handler<ApolloWSConnectionInitEvent>) - Method in interface io.vertx.ext.web.handler.graphql.ApolloWSHandler
Customize the connection init Handler.
connectionParams() - Method in interface io.vertx.ext.web.handler.graphql.ApolloWSMessage
 
content() - Method in interface io.vertx.ext.web.handler.graphql.ApolloWSMessage
 
create(GraphQL) - Static method in interface io.vertx.ext.web.handler.graphql.ApolloWSHandler
Create a new ApolloWSHandler that will use the provided graphQL object to execute requests.
create(GraphQL, ApolloWSOptions) - Static method in interface io.vertx.ext.web.handler.graphql.ApolloWSHandler
Create a new ApolloWSHandler that will use the provided graphQL object to execute requests.
create(TriConsumer<List<K>, BatchLoaderEnvironment, Promise<List<V>>>) - Static method in interface io.vertx.ext.web.handler.graphql.dataloader.VertxBatchLoader
Create a new batch loader that works well with callback based APIs.
create(TriConsumer<List<K>, BatchLoaderEnvironment, Promise<List<V>>>, Function<BatchLoaderEnvironment, Context>) - Static method in interface io.vertx.ext.web.handler.graphql.dataloader.VertxBatchLoader
Like VertxBatchLoader.create(TriConsumer), except the method uses the provided contextProvider instead of capturing the current one.
create(BiFunction<List<K>, BatchLoaderEnvironment, Future<List<V>>>) - Static method in interface io.vertx.ext.web.handler.graphql.dataloader.VertxBatchLoader
Create a new batch loader that works well with Future based APIs.
create(BiFunction<List<K>, BatchLoaderEnvironment, Future<List<V>>>, Function<BatchLoaderEnvironment, Context>) - Static method in interface io.vertx.ext.web.handler.graphql.dataloader.VertxBatchLoader
Like VertxBatchLoader.create(BiFunction), except the method uses the provided contextProvider instead of capturing the current one.
create(TriConsumer<Set<K>, BatchLoaderEnvironment, Promise<Map<K, V>>>) - Static method in interface io.vertx.ext.web.handler.graphql.dataloader.VertxMappedBatchLoader
Create a new batch loader that works well with callback based APIs.
create(TriConsumer<Set<K>, BatchLoaderEnvironment, Promise<Map<K, V>>>, Function<BatchLoaderEnvironment, Context>) - Static method in interface io.vertx.ext.web.handler.graphql.dataloader.VertxMappedBatchLoader
Like VertxMappedBatchLoader.create(TriConsumer), except the method uses the provided contextProvider instead of capturing the current one.
create(BiFunction<Set<K>, BatchLoaderEnvironment, Future<Map<K, V>>>) - Static method in interface io.vertx.ext.web.handler.graphql.dataloader.VertxMappedBatchLoader
Create a new batch loader that works well with Future based APIs.
create(BiFunction<Set<K>, BatchLoaderEnvironment, Future<Map<K, V>>>, Function<BatchLoaderEnvironment, Context>) - Static method in interface io.vertx.ext.web.handler.graphql.dataloader.VertxMappedBatchLoader
Like VertxMappedBatchLoader.create(BiFunction), except the method uses the provided contextProvider instead of capturing the current one.
create() - Static method in interface io.vertx.ext.web.handler.graphql.GraphiQLHandler
Create a new GraphiQLHandler.
create(GraphiQLHandlerOptions) - Static method in interface io.vertx.ext.web.handler.graphql.GraphiQLHandler
Create a new GraphiQLHandler.
create(GraphQL) - Static method in interface io.vertx.ext.web.handler.graphql.GraphQLHandler
Create a new GraphQLHandler that will use the provided graphQL object to execute queries.
create(GraphQL, GraphQLHandlerOptions) - Static method in interface io.vertx.ext.web.handler.graphql.GraphQLHandler
Create a new GraphQLHandler that will use the provided graphQL object to execute queries.
create(BiConsumer<DataFetchingEnvironment, Promise<T>>) - Static method in interface io.vertx.ext.web.handler.graphql.schema.VertxDataFetcher
Create a new data fetcher that works well with callback based APIs.
create(BiConsumer<DataFetchingEnvironment, Promise<T>>, Function<DataFetchingEnvironment, Context>) - Static method in interface io.vertx.ext.web.handler.graphql.schema.VertxDataFetcher
Like VertxDataFetcher.create(BiConsumer), except the method uses the provided contextProvider instead of capturing the current one.
create(Function<DataFetchingEnvironment, Future<T>>) - Static method in interface io.vertx.ext.web.handler.graphql.schema.VertxDataFetcher
Create a new data fetcher that works well with Future based APIs.
create(Function<DataFetchingEnvironment, Future<T>>, Function<DataFetchingEnvironment, Context>) - Static method in interface io.vertx.ext.web.handler.graphql.schema.VertxDataFetcher
Like VertxDataFetcher.create(Function), except the method uses the provided contextProvider instead of capturing the current one.
create(String) - Static method in interface io.vertx.ext.web.handler.graphql.schema.VertxPropertyDataFetcher
 

D

dataLoaderRegistry(Function<ApolloWSMessage, DataLoaderRegistry>) - Method in interface io.vertx.ext.web.handler.graphql.ApolloWSHandler
Customize the DataLoaderRegistry.
dataLoaderRegistry(Function<RoutingContext, DataLoaderRegistry>) - Method in interface io.vertx.ext.web.handler.graphql.GraphQLHandler
Customize the DataLoaderRegistry.
DEFAULT_ENABLED - Static variable in class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
Whether GraphiQL development tool should be enabled by default = false.
DEFAULT_KEEP_ALIVE - Static variable in class io.vertx.ext.web.handler.graphql.ApolloWSOptions
Default interval in milliseconds to send KEEPALIVE messages to all clients = 30000.
DEFAULT_REQUEST_BATCHING_ENABLED - Static variable in class io.vertx.ext.web.handler.graphql.GraphQLHandlerOptions
Whether request batching should be enabled by default = false.
DEFAULT_REQUEST_MULTIPART_ENABLED - Static variable in class io.vertx.ext.web.handler.graphql.GraphQLHandlerOptions
Whether a multipart request should be enabled by default = false

E

endHandler(Handler<ServerWebSocket>) - Method in interface io.vertx.ext.web.handler.graphql.ApolloWSHandler
Customize the end Handler.

F

from(String) - Static method in enum io.vertx.ext.web.handler.graphql.ApolloWSMessageType
Get an ApolloWSMessageType from its text representation.
fromJson(Iterable<Map.Entry<String, Object>>, ApolloWSOptions) - Static method in class io.vertx.ext.web.handler.graphql.ApolloWSOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, GraphiQLHandlerOptions) - Static method in class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, GraphQLHandlerOptions) - Static method in class io.vertx.ext.web.handler.graphql.GraphQLHandlerOptionsConverter
 

G

getGraphQLUri() - Method in class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
 
getHeaders() - Method in class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
 
getKeepAlive() - Method in class io.vertx.ext.web.handler.graphql.ApolloWSOptions
 
getQuery() - Method in class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
 
getText() - Method in enum io.vertx.ext.web.handler.graphql.ApolloWSMessageType
 
getVariables() - Method in class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
 
GraphiQLHandler - Interface in io.vertx.ext.web.handler.graphql
A Route handler for GraphiQL resources.
GraphiQLHandlerOptions - Class in io.vertx.ext.web.handler.graphql
Embedded GraphiQL user interface options.
GraphiQLHandlerOptions() - Constructor for class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
Default constructor.
GraphiQLHandlerOptions(GraphiQLHandlerOptions) - Constructor for class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
Copy constructor.
GraphiQLHandlerOptions(JsonObject) - Constructor for class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
Constructor to create options from JSON.
GraphiQLHandlerOptionsConverter - Class in io.vertx.ext.web.handler.graphql
Converter and mapper for GraphiQLHandlerOptions.
GraphiQLHandlerOptionsConverter() - Constructor for class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptionsConverter
 
graphiQLRequestHeaders(Function<RoutingContext, MultiMap>) - Method in interface io.vertx.ext.web.handler.graphql.GraphiQLHandler
Customize the HTTP headers to add to GraphQL requests sent by the GraphiQL user interface.
GraphQLHandler - Interface in io.vertx.ext.web.handler.graphql
A Route handler for GraphQL requests.
GraphQLHandlerOptions - Class in io.vertx.ext.web.handler.graphql
Options for configuring the GraphQLHandler.
GraphQLHandlerOptions() - Constructor for class io.vertx.ext.web.handler.graphql.GraphQLHandlerOptions
Default constructor.
GraphQLHandlerOptions(GraphQLHandlerOptions) - Constructor for class io.vertx.ext.web.handler.graphql.GraphQLHandlerOptions
Copy constructor.
GraphQLHandlerOptions(JsonObject) - Constructor for class io.vertx.ext.web.handler.graphql.GraphQLHandlerOptions
Constructor to create options from JSON.
GraphQLHandlerOptionsConverter - Class in io.vertx.ext.web.handler.graphql
Converter and mapper for GraphQLHandlerOptions.
GraphQLHandlerOptionsConverter() - Constructor for class io.vertx.ext.web.handler.graphql.GraphQLHandlerOptionsConverter
 

I

io.vertx.ext.web.handler.graphql - package io.vertx.ext.web.handler.graphql
 
io.vertx.ext.web.handler.graphql.dataloader - package io.vertx.ext.web.handler.graphql.dataloader
 
io.vertx.ext.web.handler.graphql.schema - package io.vertx.ext.web.handler.graphql.schema
 
isEnabled() - Method in class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
 
isRequestBatchingEnabled() - Method in class io.vertx.ext.web.handler.graphql.GraphQLHandlerOptions
 
isRequestMultipartEnabled() - Method in class io.vertx.ext.web.handler.graphql.GraphQLHandlerOptions
 

L

locale(Function<ApolloWSMessage, Locale>) - Method in interface io.vertx.ext.web.handler.graphql.ApolloWSHandler
Customize the Locale passed to the GraphQL execution engine.
locale(Function<RoutingContext, Locale>) - Method in interface io.vertx.ext.web.handler.graphql.GraphQLHandler
Customize the Locale passed to the GraphQL execution engine.

M

message() - Method in interface io.vertx.ext.web.handler.graphql.ApolloWSConnectionInitEvent
Provides ApolloWSMessageType.CONNECTION_INIT message content.
messageHandler(Handler<ApolloWSMessage>) - Method in interface io.vertx.ext.web.handler.graphql.ApolloWSHandler
Customize the message Handler.

Q

queryContext(Function<ApolloWSMessage, Object>) - Method in interface io.vertx.ext.web.handler.graphql.ApolloWSHandler
Customize the query context object.
queryContext(Function<RoutingContext, Object>) - Method in interface io.vertx.ext.web.handler.graphql.GraphQLHandler
Customize the query context object.

S

serverWebSocket() - Method in interface io.vertx.ext.web.handler.graphql.ApolloWSMessage
 
setEnabled(boolean) - Method in class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
Whether the GraphiQL development tool should be enabled.
setGraphQLUri(String) - Method in class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
Set the GraphQL endpoint URI.
setHeaders(Map<String, String>) - Method in class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
A fixed set of HTTP headers to add to GraphiQL requests.
setKeepAlive(long) - Method in class io.vertx.ext.web.handler.graphql.ApolloWSOptions
Set the interval in milliseconds to send KEEPALIVE messages to all clients.
setQuery(String) - Method in class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
Initial value of the query area in the GraphiQL user interface.
setRequestBatchingEnabled(boolean) - Method in class io.vertx.ext.web.handler.graphql.GraphQLHandlerOptions
Whether request batching should be enabled.
setRequestMultipartEnabled(boolean) - Method in class io.vertx.ext.web.handler.graphql.GraphQLHandlerOptions
Whether request multipart should be enabled.
setVariables(JsonObject) - Method in class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
Initial value of the variables area in the GraphiQL user interface.

T

toJson() - Method in class io.vertx.ext.web.handler.graphql.ApolloWSOptions
 
toJson(ApolloWSOptions, JsonObject) - Static method in class io.vertx.ext.web.handler.graphql.ApolloWSOptionsConverter
 
toJson(ApolloWSOptions, Map<String, Object>) - Static method in class io.vertx.ext.web.handler.graphql.ApolloWSOptionsConverter
 
toJson() - Method in class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
 
toJson(GraphiQLHandlerOptions, JsonObject) - Static method in class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptionsConverter
 
toJson(GraphiQLHandlerOptions, Map<String, Object>) - Static method in class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptionsConverter
 
toJson() - Method in class io.vertx.ext.web.handler.graphql.GraphQLHandlerOptions
 
toJson(GraphQLHandlerOptions, JsonObject) - Static method in class io.vertx.ext.web.handler.graphql.GraphQLHandlerOptionsConverter
 
toJson(GraphQLHandlerOptions, Map<String, Object>) - Static method in class io.vertx.ext.web.handler.graphql.GraphQLHandlerOptionsConverter
 
TriConsumer<T,U,V> - Interface in io.vertx.ext.web.handler.graphql
Like BiConsumer but accepts three arguments.
type() - Method in interface io.vertx.ext.web.handler.graphql.ApolloWSMessage
 

U

UploadScalar - Interface in io.vertx.ext.web.handler.graphql
 

V

valueOf(String) - Static method in enum io.vertx.ext.web.handler.graphql.ApolloWSMessageType
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.vertx.ext.web.handler.graphql.ApolloWSMessageType
Returns an array containing the constants of this enum type, in the order they are declared.
VertxBatchLoader<K,V> - Interface in io.vertx.ext.web.handler.graphql.dataloader
A BatchLoaderWithContext that works well with Vert.x callback and Future based APIs.
VertxDataFetcher<T> - Interface in io.vertx.ext.web.handler.graphql.schema
A DataFetcher that works well with Vert.x callback and Future based APIs.
VertxMappedBatchLoader<K,V> - Interface in io.vertx.ext.web.handler.graphql.dataloader
A MappedBatchLoaderWithContext that works well with Vert.x callback and Future based APIs.
VertxPropertyDataFetcher - Interface in io.vertx.ext.web.handler.graphql.schema
Extends PropertyDataFetcher so that properties can be read from a JsonObject.
A B C D E F G I L M Q S T U V 
Skip navigation links

Copyright © 2021 Eclipse. All rights reserved.