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

A

accept(T, U, V) - Method in interface io.vertx.ext.web.handler.graphql.TriConsumer
Deprecated.
Execute with the provided arguments.
addingHeaders(Function<RoutingContext, MultiMap>) - Method in interface io.vertx.ext.web.handler.graphql.GraphiQLHandlerBuilder
Customize the HTTP headers to add to GraphQL requests sent by the GraphiQL user interface.
ApolloWSConnectionInitEvent - Interface in io.vertx.ext.web.handler.graphql
Deprecated.
the subscriptions-transport-ws protocol is no longer maintained
ApolloWSHandler - Interface in io.vertx.ext.web.handler.graphql
Deprecated.
the subscriptions-transport-ws protocol is no longer maintained
ApolloWSMessage - Interface in io.vertx.ext.web.handler.graphql
Deprecated.
the subscriptions-transport-ws protocol is no longer maintained
ApolloWSMessageType - Enum in io.vertx.ext.web.handler.graphql
Deprecated.
the subscriptions-transport-ws protocol is no longer maintained
ApolloWSOptions - Class in io.vertx.ext.web.handler.graphql
Deprecated.
the subscriptions-transport-ws protocol is no longer maintained
ApolloWSOptions() - Constructor for class io.vertx.ext.web.handler.graphql.ApolloWSOptions
Deprecated.
Default constructor.
ApolloWSOptions(ApolloWSOptions) - Constructor for class io.vertx.ext.web.handler.graphql.ApolloWSOptions
Deprecated.
Copy constructor.
ApolloWSOptions(JsonObject) - Constructor for class io.vertx.ext.web.handler.graphql.ApolloWSOptions
Deprecated.
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

beforeExecute(Handler<ExecutionInputBuilderWithContext<ApolloWSMessage>>) - Method in interface io.vertx.ext.web.handler.graphql.ApolloWSHandler
Deprecated.
Set a callback to invoke before executing a GraphQL query.
beforeExecute(Handler<ExecutionInputBuilderWithContext<RoutingContext>>) - Method in interface io.vertx.ext.web.handler.graphql.GraphQLHandler
Deprecated.
as of 4.5.1, use GraphQLHandler.builder(GraphQL) instead
beforeExecute(Handler<ExecutionInputBuilderWithContext<RoutingContext>>) - Method in interface io.vertx.ext.web.handler.graphql.GraphQLHandlerBuilder
Set a callback to invoke before executing a GraphQL query.
beforeExecute(Handler<ExecutionInputBuilderWithContext<Message>>) - Method in interface io.vertx.ext.web.handler.graphql.ws.GraphQLWSHandler
Deprecated.
as of 4.5.1, use GraphQLWSHandler.builder(GraphQL) instead
beforeExecute(Handler<ExecutionInputBuilderWithContext<Message>>) - Method in interface io.vertx.ext.web.handler.graphql.ws.GraphQLWSHandlerBuilder
Set a callback to invoke before executing a GraphQL query.
build() - Method in interface io.vertx.ext.web.handler.graphql.GraphiQLHandlerBuilder
 
build() - Method in interface io.vertx.ext.web.handler.graphql.GraphQLHandlerBuilder
 
build() - Static method in interface io.vertx.ext.web.handler.graphql.UploadScalar
 
build() - Method in interface io.vertx.ext.web.handler.graphql.ws.GraphQLWSHandlerBuilder
 
builder() - Method in interface io.vertx.ext.web.handler.graphql.ExecutionInputBuilderWithContext
 
builder(Vertx) - Static method in interface io.vertx.ext.web.handler.graphql.GraphiQLHandler
builder(GraphQL) - Static method in interface io.vertx.ext.web.handler.graphql.GraphQLHandler
Create a new GraphQLHandlerBuilder that will use the provided graphQL to build a GraphQLHandler.
builder(GraphQL) - Static method in interface io.vertx.ext.web.handler.graphql.ws.GraphQLWSHandler
Create a new GraphQLWSHandlerBuilder that will use the provided graphQL to build a GraphQLWSHandler.

C

connectionHandler(Handler<ServerWebSocket>) - Method in interface io.vertx.ext.web.handler.graphql.ApolloWSHandler
Deprecated.
Customize the connection Handler.
ConnectionInitEvent - Interface in io.vertx.ext.web.handler.graphql.ws
 
connectionInitHandler(Handler<ApolloWSConnectionInitEvent>) - Method in interface io.vertx.ext.web.handler.graphql.ApolloWSHandler
Deprecated.
Customize the connection init Handler.
connectionInitHandler(Handler<ConnectionInitEvent>) - Method in interface io.vertx.ext.web.handler.graphql.ws.GraphQLWSHandler
Deprecated.
as of 4.5.1, use GraphQLWSHandler.builder(GraphQL) instead
connectionParams() - Method in interface io.vertx.ext.web.handler.graphql.ApolloWSMessage
Deprecated.
 
connectionParams() - Method in interface io.vertx.ext.web.handler.graphql.ws.Message
 
content() - Method in interface io.vertx.ext.web.handler.graphql.ApolloWSMessage
Deprecated.
 
context() - Method in interface io.vertx.ext.web.handler.graphql.ExecutionInputBuilderWithContext
 
create(GraphQL) - Static method in interface io.vertx.ext.web.handler.graphql.ApolloWSHandler
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
Like VertxMappedBatchLoader.create(BiFunction), except the method uses the provided contextProvider instead of capturing the current one.
create(Vertx) - Static method in interface io.vertx.ext.web.handler.graphql.GraphiQLHandler
Create a new GraphiQLHandler.
create() - Static method in interface io.vertx.ext.web.handler.graphql.GraphiQLHandler
Deprecated.
create(Vertx, GraphiQLHandlerOptions) - 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(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() - Static method in class io.vertx.ext.web.handler.graphql.instrumentation.VertxFutureAdapter
 
create(BiConsumer<DataFetchingEnvironment, Promise<T>>) - Static method in interface io.vertx.ext.web.handler.graphql.schema.VertxDataFetcher
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
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
Deprecated.
 
create(GraphQL) - Static method in interface io.vertx.ext.web.handler.graphql.ws.GraphQLWSHandler
Create a new GraphQLWSHandler that will use the provided graphQL object to execute requests.
create(GraphQL, GraphQLWSOptions) - Static method in interface io.vertx.ext.web.handler.graphql.ws.GraphQLWSHandler
Create a new GraphQLWSHandler that will use the provided graphQL object to execute requests.

D

dataLoaderRegistry(Function<ApolloWSMessage, DataLoaderRegistry>) - Method in interface io.vertx.ext.web.handler.graphql.ApolloWSHandler
Deprecated.
dataLoaderRegistry(Function<RoutingContext, DataLoaderRegistry>) - Method in interface io.vertx.ext.web.handler.graphql.GraphQLHandler
Deprecated.
DEFAULT_CONNECTION_INIT_WAIT_TIMEOUT - Static variable in class io.vertx.ext.web.handler.graphql.ws.GraphQLWSOptions
Default maximum delay in milliseconds for the client to send the CONNECTION_INIT message = 3000.
DEFAULT_ENABLED - Static variable in class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
Whether GraphiQL development tool should be enabled by default = false.
DEFAULT_GRAPHQL_URI - Static variable in class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
Default URI for HTTP and GraphQLWS endpoints = /graphql.
DEFAULT_GRAPHQL_WS_ENABLED - Static variable in class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
Whether GraphQLWS transport should be enabled by default = true.
DEFAULT_HTTP_ENABLED - Static variable in class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
Whether HTTP transport should be enabled by default = true.
DEFAULT_KEEP_ALIVE - Static variable in class io.vertx.ext.web.handler.graphql.ApolloWSOptions
Deprecated.
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
Deprecated.
Customize the end Handler.
endHandler(Handler<ServerWebSocket>) - Method in interface io.vertx.ext.web.handler.graphql.ws.GraphQLWSHandler
Deprecated.
as of 4.5.1, use GraphQLWSHandler.builder(GraphQL) instead
ExecutionInputBuilderWithContext<C> - Interface in io.vertx.ext.web.handler.graphql
Holds a ExecutionInput.Builder with a contextual object.

F

from(String) - Static method in enum io.vertx.ext.web.handler.graphql.ApolloWSMessageType
Deprecated.
Get an ApolloWSMessageType from its text representation.
from(String) - Static method in enum io.vertx.ext.web.handler.graphql.ws.MessageType
Get a MessageType from its text representation.

G

getConnectionInitWaitTimeout() - Method in class io.vertx.ext.web.handler.graphql.ws.GraphQLWSOptions
 
getGraphQLUri() - Method in class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
 
getGraphQLWSUri() - 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
Deprecated.
 
getMessage(GraphQLContext) - Static method in interface io.vertx.ext.web.handler.graphql.ApolloWSHandler
Deprecated.
Retrieves the ApolloWSMessage from the GraphQLContext.
getOrigin() - Method in class io.vertx.ext.web.handler.graphql.ApolloWSOptions
Deprecated.
 
getQuery() - Method in class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
 
getRoutingContext(GraphQLContext) - Static method in interface io.vertx.ext.web.handler.graphql.GraphQLHandler
Deprecated.
invoke GraphQLContext.get(Object) with RoutingContext class object instead.
getText() - Method in enum io.vertx.ext.web.handler.graphql.ApolloWSMessageType
Deprecated.
 
getText() - Method in enum io.vertx.ext.web.handler.graphql.ws.MessageType
 
getVariables() - Method in class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
 
getWsConnectionParams() - Method in class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
 
GraphiQLHandler - Interface in io.vertx.ext.web.handler.graphql
A handler for GraphiQL resources.
GraphiQLHandlerBuilder - Interface in io.vertx.ext.web.handler.graphql
A builder for GraphiQLHandler instances.
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
Deprecated.
as of 4.5.1, use GraphiQLHandler.builder(Vertx) instead
GraphQLHandler - Interface in io.vertx.ext.web.handler.graphql
A Route handler for GraphQL requests.
GraphQLHandlerBuilder - Interface in io.vertx.ext.web.handler.graphql
A builder for GraphQLHandler instances.
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
 
GraphQLWSHandler - Interface in io.vertx.ext.web.handler.graphql.ws
GraphQLWSHandlerBuilder - Interface in io.vertx.ext.web.handler.graphql.ws
A builder for GraphQLWSHandler instances.
GraphQLWSOptions - Class in io.vertx.ext.web.handler.graphql.ws
Options for configuring the GraphQLWSHandler.
GraphQLWSOptions() - Constructor for class io.vertx.ext.web.handler.graphql.ws.GraphQLWSOptions
Default constructor.
GraphQLWSOptions(GraphQLWSOptions) - Constructor for class io.vertx.ext.web.handler.graphql.ws.GraphQLWSOptions
Copy constructor.
GraphQLWSOptions(JsonObject) - Constructor for class io.vertx.ext.web.handler.graphql.ws.GraphQLWSOptions
Constructor to create options from JSON.
GraphQLWSOptionsConverter - Class in io.vertx.ext.web.handler.graphql.ws
Converter and mapper for GraphQLWSOptions.
GraphQLWSOptionsConverter() - Constructor for class io.vertx.ext.web.handler.graphql.ws.GraphQLWSOptionsConverter
 

I

instrumentDataFetcher(DataFetcher<?>, InstrumentationFieldFetchParameters, InstrumentationState) - Method in class io.vertx.ext.web.handler.graphql.instrumentation.JsonObjectAdapter
 
instrumentDataFetcher(DataFetcher<?>, InstrumentationFieldFetchParameters, InstrumentationState) - Method in class io.vertx.ext.web.handler.graphql.instrumentation.VertxFutureAdapter
 
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.instrumentation - package io.vertx.ext.web.handler.graphql.instrumentation
 
io.vertx.ext.web.handler.graphql.schema - package io.vertx.ext.web.handler.graphql.schema
 
io.vertx.ext.web.handler.graphql.ws - package io.vertx.ext.web.handler.graphql.ws
 
isEnabled() - Method in class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
 
isGraphQLWSEnabled() - Method in class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
 
isHttpEnabled() - 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
 

J

JsonObjectAdapter - Class in io.vertx.ext.web.handler.graphql.instrumentation
Instrument PropertyDataFetcher so that JsonObject fields can be extracted.
JsonObjectAdapter() - Constructor for class io.vertx.ext.web.handler.graphql.instrumentation.JsonObjectAdapter
 

L

locale(Function<ApolloWSMessage, Locale>) - Method in interface io.vertx.ext.web.handler.graphql.ApolloWSHandler
Deprecated.
locale(Function<RoutingContext, Locale>) - Method in interface io.vertx.ext.web.handler.graphql.GraphQLHandler
Deprecated.

M

message() - Method in interface io.vertx.ext.web.handler.graphql.ApolloWSConnectionInitEvent
Deprecated.
Provides ApolloWSMessageType.CONNECTION_INIT message content.
message() - Method in interface io.vertx.ext.web.handler.graphql.ws.ConnectionInitEvent
Provides MessageType.CONNECTION_INIT message content.
Message - Interface in io.vertx.ext.web.handler.graphql.ws
message() - Method in interface io.vertx.ext.web.handler.graphql.ws.Message
 
messageHandler(Handler<ApolloWSMessage>) - Method in interface io.vertx.ext.web.handler.graphql.ApolloWSHandler
Deprecated.
Customize the message Handler.
messageHandler(Handler<Message>) - Method in interface io.vertx.ext.web.handler.graphql.ws.GraphQLWSHandler
Deprecated.
as of 4.5.1, use GraphQLWSHandler.builder(GraphQL) instead
MessageType - Enum in io.vertx.ext.web.handler.graphql.ws
The Message types.

O

onConnectionInit(Handler<ConnectionInitEvent>) - Method in interface io.vertx.ext.web.handler.graphql.ws.GraphQLWSHandlerBuilder
Customize the connection init Handler.
onMessage(Handler<Message>) - Method in interface io.vertx.ext.web.handler.graphql.ws.GraphQLWSHandlerBuilder
Customize the message Handler.
onSocketEnd(Handler<ServerWebSocket>) - Method in interface io.vertx.ext.web.handler.graphql.ws.GraphQLWSHandlerBuilder
Customize the end Handler.

Q

queryContext(Function<ApolloWSMessage, Object>) - Method in interface io.vertx.ext.web.handler.graphql.ApolloWSHandler
Deprecated.
queryContext(Function<RoutingContext, Object>) - Method in interface io.vertx.ext.web.handler.graphql.GraphQLHandler
Deprecated.

R

router() - Method in interface io.vertx.ext.web.handler.graphql.GraphiQLHandler
Creates a router configured to serve GraphiQL resources.

S

serverWebSocket() - Method in interface io.vertx.ext.web.handler.graphql.ApolloWSMessage
Deprecated.
 
setConnectionInitWaitTimeout(long) - Method in class io.vertx.ext.web.handler.graphql.ws.GraphQLWSOptions
Set the maximum delay in milliseconds for the client to send the CONNECTION_INIT message.
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 HTTP endpoint URI.
setGraphQLWSEnabled(boolean) - Method in class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
Whether the GraphQLWS transport should be enabled.
setGraphWSQLUri(String) - Method in class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
Set the GraphQLWS 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.
setHttpEnabled(boolean) - Method in class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
Whether the HTTP transport should be enabled.
setKeepAlive(long) - Method in class io.vertx.ext.web.handler.graphql.ApolloWSOptions
Deprecated.
Set the interval in milliseconds to send KEEPALIVE messages to all clients.
setOrigin(String) - Method in class io.vertx.ext.web.handler.graphql.ApolloWSOptions
Deprecated.
Set the Origin for this handler, by default it will be null.
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.
setWsConnectionParams(JsonObject) - Method in class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
Initial GraphQLWS connection params.
socket() - Method in interface io.vertx.ext.web.handler.graphql.ws.Message
 

T

toJson() - Method in class io.vertx.ext.web.handler.graphql.ApolloWSOptions
Deprecated.
 
toJson() - Method in class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
 
toJson() - Method in class io.vertx.ext.web.handler.graphql.GraphQLHandlerOptions
 
toJson() - Method in class io.vertx.ext.web.handler.graphql.ws.GraphQLWSOptions
 
TriConsumer<T,U,V> - Interface in io.vertx.ext.web.handler.graphql
Deprecated.
only useful in dataloader package which is now deprecated
type() - Method in interface io.vertx.ext.web.handler.graphql.ApolloWSMessage
Deprecated.
 
type() - Method in interface io.vertx.ext.web.handler.graphql.ws.Message
 

U

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

V

valueOf(String) - Static method in enum io.vertx.ext.web.handler.graphql.ApolloWSMessageType
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.web.handler.graphql.ws.MessageType
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.vertx.ext.web.handler.graphql.ApolloWSMessageType
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.ext.web.handler.graphql.ws.MessageType
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
Deprecated.
use Future.toCompletionStage() with a plain BatchLoaderWithContext
VertxDataFetcher<T> - Interface in io.vertx.ext.web.handler.graphql.schema
Deprecated.
use VertxFutureAdapter instead
VertxFutureAdapter - Class in io.vertx.ext.web.handler.graphql.instrumentation
Instrument data fetchers so that Future results are automatically converted to CompletionStage.
VertxMappedBatchLoader<K,V> - Interface in io.vertx.ext.web.handler.graphql.dataloader
Deprecated.
use Future.toCompletionStage() with a plain MappedBatchLoaderWithContext
VertxPropertyDataFetcher - Interface in io.vertx.ext.web.handler.graphql.schema
Deprecated.
with GraphQL-Java 20 and later, use JsonObjectAdapter instead

W

with(GraphiQLHandlerOptions) - Method in interface io.vertx.ext.web.handler.graphql.GraphiQLHandlerBuilder
Change the GraphiQLHandlerOptions to use.
with(GraphQLHandlerOptions) - Method in interface io.vertx.ext.web.handler.graphql.GraphQLHandlerBuilder
Change the GraphQLHandlerOptions to use.
with(GraphQLWSOptions) - Method in interface io.vertx.ext.web.handler.graphql.ws.GraphQLWSHandlerBuilder
Change the GraphQLWSOptions to use.
A B C D E F G I J L M O Q R S T U V W 
Skip navigation links

Copyright © 2025 Eclipse. All rights reserved.