Modifier and Type | Method and Description |
---|---|
GraphQLWSOptions |
GraphQLWSOptions.setConnectionInitWaitTimeout(long connectionInitWaitTimeout)
Set the maximum delay in milliseconds for the client to send the
CONNECTION_INIT message. |
Modifier and Type | Method and Description |
---|---|
static GraphQLWSHandler |
GraphQLWSHandler.create(graphql.GraphQL graphQL,
GraphQLWSOptions options)
Create a new
GraphQLWSHandler that will use the provided graphQL object to execute requests. |
static void |
GraphQLWSOptionsConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
GraphQLWSOptions obj) |
static void |
GraphQLWSOptionsConverter.toJson(GraphQLWSOptions obj,
JsonObject json) |
static void |
GraphQLWSOptionsConverter.toJson(GraphQLWSOptions obj,
Map<String,Object> json) |
Constructor and Description |
---|
GraphQLWSOptions(GraphQLWSOptions other)
Copy constructor.
|
Modifier and Type | Method and Description |
---|---|
static GraphQLWSHandler |
GraphQLWSHandler.create(graphql.GraphQL graphQL,
GraphQLWSOptions options)
Create a new
GraphQLWSHandler that will use the provided graphQL object to execute requests. |
Modifier and Type | Method and Description |
---|---|
static GraphQLWSHandler |
GraphQLWSHandler.create(graphql.GraphQL graphQL,
GraphQLWSOptions options)
Create a new
GraphQLWSHandler that will use the provided graphQL object to execute requests. |
Modifier and Type | Method and Description |
---|---|
static GraphQLWSHandler |
GraphQLWSHandler.create(graphql.GraphQL graphQL,
GraphQLWSOptions options)
Create a new
GraphQLWSHandler that will use the provided graphQL object to execute requests. |
Copyright © 2023 Eclipse. All rights reserved.