Modifier and Type | Method and Description |
---|---|
GraphiQLHandlerOptions |
GraphiQLHandlerOptions.setEnabled(boolean enabled)
Whether the GraphiQL development tool should be enabled.
|
GraphiQLHandlerOptions |
GraphiQLHandlerOptions.setGraphQLUri(String graphQLUri)
Set the GraphQL HTTP endpoint URI.
|
GraphiQLHandlerOptions |
GraphiQLHandlerOptions.setGraphQLWSEnabled(boolean graphQLWSEnabled)
Whether the GraphQLWS transport should be enabled.
|
GraphiQLHandlerOptions |
GraphiQLHandlerOptions.setGraphWSQLUri(String graphQLWSUri)
Set the GraphQLWS endpoint URI.
|
GraphiQLHandlerOptions |
GraphiQLHandlerOptions.setHeaders(Map<String,String> headers)
A fixed set of HTTP headers to add to GraphiQL requests.
|
GraphiQLHandlerOptions |
GraphiQLHandlerOptions.setHttpEnabled(boolean httpEnabled)
Whether the HTTP transport should be enabled.
|
GraphiQLHandlerOptions |
GraphiQLHandlerOptions.setQuery(String query)
Initial value of the query area in the GraphiQL user interface.
|
GraphiQLHandlerOptions |
GraphiQLHandlerOptions.setVariables(JsonObject variables)
Initial value of the variables area in the GraphiQL user interface.
|
GraphiQLHandlerOptions |
GraphiQLHandlerOptions.setWsConnectionParams(JsonObject wsConnectionParams)
Initial GraphQLWS connection params.
|
Modifier and Type | Method and Description |
---|---|
static GraphiQLHandler |
GraphiQLHandler.create(GraphiQLHandlerOptions options)
Deprecated.
as of 4.5.1, use
GraphiQLHandler.create(Vertx, GraphiQLHandlerOptions) , with GraphiQLHandler.router() |
static GraphiQLHandler |
GraphiQLHandler.create(Vertx vertx,
GraphiQLHandlerOptions options)
Create a new
GraphiQLHandler . |
GraphiQLHandlerBuilder |
GraphiQLHandlerBuilder.with(GraphiQLHandlerOptions options)
Change the
GraphiQLHandlerOptions to use. |
Constructor and Description |
---|
GraphiQLHandlerOptions(GraphiQLHandlerOptions other)
Copy constructor.
|
Modifier and Type | Method and Description |
---|---|
static GraphiQLHandler |
GraphiQLHandler.create(GraphiQLHandlerOptions options)
Deprecated.
|
static GraphiQLHandler |
GraphiQLHandler.create(Vertx vertx,
GraphiQLHandlerOptions options)
Create a new
GraphiQLHandler . |
GraphiQLHandlerBuilder |
GraphiQLHandlerBuilder.with(GraphiQLHandlerOptions options)
Change the
GraphiQLHandlerOptions to use. |
Modifier and Type | Method and Description |
---|---|
static GraphiQLHandler |
GraphiQLHandler.create(GraphiQLHandlerOptions options)
Deprecated.
|
static GraphiQLHandler |
GraphiQLHandler.create(Vertx vertx,
GraphiQLHandlerOptions options)
Create a new
GraphiQLHandler . |
GraphiQLHandlerBuilder |
GraphiQLHandlerBuilder.with(GraphiQLHandlerOptions options)
Change the
GraphiQLHandlerOptions to use. |
Modifier and Type | Method and Description |
---|---|
static GraphiQLHandler |
GraphiQLHandler.create(GraphiQLHandlerOptions options)
Deprecated.
|
static GraphiQLHandler |
GraphiQLHandler.create(Vertx vertx,
GraphiQLHandlerOptions options)
Create a new
GraphiQLHandler . |
GraphiQLHandlerBuilder |
GraphiQLHandlerBuilder.with(GraphiQLHandlerOptions options)
Change the
GraphiQLHandlerOptions to use. |
Copyright © 2024 Eclipse. All rights reserved.