Skip navigation links
vertx-web-graphql 3.8.3.redhat-00001
A C D E F G I L M Q S T V 

A

accept(T, U, V) - Method in interface io.vertx.ext.web.handler.graphql.TriConsumer
Execute with the provided arguments.
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 recevied 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 for ApolloWSOptions.
ApolloWSOptionsConverter() - Constructor for class io.vertx.ext.web.handler.graphql.ApolloWSOptionsConverter
 

C

connectionHandler(Handler<ServerWebSocket>) - Method in interface io.vertx.ext.web.handler.graphql.ApolloWSHandler
Customize the connection Handler.
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() - 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.

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.

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

get(DataFetchingEnvironment) - Method in class io.vertx.ext.web.handler.graphql.VertxDataFetcher
 
get(DataFetchingEnvironment) - Method in class io.vertx.ext.web.handler.graphql.VertxPropertyDataFetcher
 
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 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 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
 
isEnabled() - Method in class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
 
isRequestBatchingEnabled() - Method in class io.vertx.ext.web.handler.graphql.GraphQLHandlerOptions
 

L

load(List<K>, BatchLoaderEnvironment) - Method in class io.vertx.ext.web.handler.graphql.VertxBatchLoader
 

M

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.
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
 

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> - Class in io.vertx.ext.web.handler.graphql
A BatchLoaderWithContext that works well with Vert.x callback-based APIs.
VertxBatchLoader(TriConsumer<List<K>, BatchLoaderEnvironment, Promise<List<V>>>) - Constructor for class io.vertx.ext.web.handler.graphql.VertxBatchLoader
Create a new batch loader.
VertxDataFetcher<T> - Class in io.vertx.ext.web.handler.graphql
A DataFetcher that works well with Vert.x callback-based APIs.
VertxDataFetcher(BiConsumer<DataFetchingEnvironment, Promise<T>>) - Constructor for class io.vertx.ext.web.handler.graphql.VertxDataFetcher
Create a new data fetcher.
VertxPropertyDataFetcher - Class in io.vertx.ext.web.handler.graphql
Extends PropertyDataFetcher so that properties can be read from a JsonObject.
VertxPropertyDataFetcher(String) - Constructor for class io.vertx.ext.web.handler.graphql.VertxPropertyDataFetcher
 
A C D E F G I L M Q S T V 
Skip navigation links
vertx-web-graphql 3.8.3.redhat-00001

Copyright © 2019 Eclipse. All rights reserved.