Uses of Class
io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
-
Packages that use GraphiQLHandlerOptions Package Description io.vertx.ext.web.handler.graphql io.vertx.reactivex.ext.web.handler.graphql io.vertx.rxjava3.ext.web.handler.graphql -
-
Uses of GraphiQLHandlerOptions in io.vertx.ext.web.handler.graphql
Methods in io.vertx.ext.web.handler.graphql that return GraphiQLHandlerOptions Modifier and Type Method 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.Methods in io.vertx.ext.web.handler.graphql with parameters of type GraphiQLHandlerOptions Modifier and Type Method Description static GraphiQLHandler
GraphiQLHandler. create(Vertx vertx, GraphiQLHandlerOptions options)
Create a newGraphiQLHandler
.GraphiQLHandlerBuilder
GraphiQLHandlerBuilder. with(GraphiQLHandlerOptions options)
Change theGraphiQLHandlerOptions
to use.Constructors in io.vertx.ext.web.handler.graphql with parameters of type GraphiQLHandlerOptions Constructor Description GraphiQLHandlerOptions(GraphiQLHandlerOptions other)
Copy constructor. -
Uses of GraphiQLHandlerOptions in io.vertx.reactivex.ext.web.handler.graphql
Methods in io.vertx.reactivex.ext.web.handler.graphql with parameters of type GraphiQLHandlerOptions Modifier and Type Method Description static GraphiQLHandler
GraphiQLHandler. create(Vertx vertx, GraphiQLHandlerOptions options)
Create a newGraphiQLHandler
.GraphiQLHandlerBuilder
GraphiQLHandlerBuilder. with(GraphiQLHandlerOptions options)
Change theGraphiQLHandlerOptions
to use. -
Uses of GraphiQLHandlerOptions in io.vertx.rxjava3.ext.web.handler.graphql
Methods in io.vertx.rxjava3.ext.web.handler.graphql with parameters of type GraphiQLHandlerOptions Modifier and Type Method Description static GraphiQLHandler
GraphiQLHandler. create(Vertx vertx, GraphiQLHandlerOptions options)
Create a newGraphiQLHandler
.GraphiQLHandlerBuilder
GraphiQLHandlerBuilder. with(GraphiQLHandlerOptions options)
Change theGraphiQLHandlerOptions
to use.
-