Uses of Class
io.vertx.ext.web.handler.graphql.ws.GraphQLWSOptions
-
Packages that use GraphQLWSOptions Package Description io.vertx.ext.web.handler.graphql.ws io.vertx.reactivex.ext.web.handler.graphql.ws io.vertx.rxjava3.ext.web.handler.graphql.ws -
-
Uses of GraphQLWSOptions in io.vertx.ext.web.handler.graphql.ws
Methods in io.vertx.ext.web.handler.graphql.ws that return GraphQLWSOptions Modifier and Type Method Description GraphQLWSOptions
GraphQLWSOptions. setConnectionInitWaitTimeout(long connectionInitWaitTimeout)
Set the maximum delay in milliseconds for the client to send theCONNECTION_INIT
message.Methods in io.vertx.ext.web.handler.graphql.ws with parameters of type GraphQLWSOptions Modifier and Type Method Description static GraphQLWSHandler
GraphQLWSHandler. create(graphql.GraphQL graphQL, GraphQLWSOptions options)
Create a newGraphQLWSHandler
that will use the providedgraphQL
object to execute requests.GraphQLWSHandlerBuilder
GraphQLWSHandlerBuilder. with(GraphQLWSOptions options)
Change theGraphQLWSOptions
to use.Constructors in io.vertx.ext.web.handler.graphql.ws with parameters of type GraphQLWSOptions Constructor Description GraphQLWSOptions(GraphQLWSOptions other)
Copy constructor. -
Uses of GraphQLWSOptions in io.vertx.reactivex.ext.web.handler.graphql.ws
Methods in io.vertx.reactivex.ext.web.handler.graphql.ws with parameters of type GraphQLWSOptions Modifier and Type Method Description static GraphQLWSHandler
GraphQLWSHandler. create(graphql.GraphQL graphQL, GraphQLWSOptions options)
Create a newGraphQLWSHandler
that will use the providedgraphQL
object to execute requests.GraphQLWSHandlerBuilder
GraphQLWSHandlerBuilder. with(GraphQLWSOptions options)
Change theGraphQLWSOptions
to use. -
Uses of GraphQLWSOptions in io.vertx.rxjava3.ext.web.handler.graphql.ws
Methods in io.vertx.rxjava3.ext.web.handler.graphql.ws with parameters of type GraphQLWSOptions Modifier and Type Method Description static GraphQLWSHandler
GraphQLWSHandler. create(graphql.GraphQL graphQL, GraphQLWSOptions options)
Create a newGraphQLWSHandler
that will use the providedgraphQL
object to execute requests.GraphQLWSHandlerBuilder
GraphQLWSHandlerBuilder. with(GraphQLWSOptions options)
Change theGraphQLWSOptions
to use.
-