public abstract class GraphQLHttpServlet extends AbstractGraphQLHttpServlet
AbstractGraphQLHttpServlet.HttpRequestHandlerAPPLICATION_EVENT_STREAM_UTF8, APPLICATION_GRAPHQL, APPLICATION_JSON_UTF8, log, STATUS_BAD_REQUEST, STATUS_OK| Constructor and Description |
|---|
GraphQLHttpServlet() |
| Modifier and Type | Method and Description |
|---|---|
protected GraphQLBatchExecutionHandlerFactory |
getBatchExecutionHandlerFactory() |
protected abstract GraphQLConfiguration |
getConfiguration() |
protected GraphQLObjectMapper |
getGraphQLObjectMapper() |
protected GraphQLInvocationInputFactory |
getInvocationInputFactory() |
protected GraphQLQueryInvoker |
getQueryInvoker() |
protected boolean |
isAsyncServletMode() |
static GraphQLHttpServlet |
with(GraphQLConfiguration configuration) |
static GraphQLHttpServlet |
with(graphql.schema.GraphQLSchema schema) |
addListener, doGet, doPost, executeQuery, getMutations, getQueries, init, removeListenerdoDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, servicedestroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, logpublic static GraphQLHttpServlet with(graphql.schema.GraphQLSchema schema)
public static GraphQLHttpServlet with(GraphQLConfiguration configuration)
protected abstract GraphQLConfiguration getConfiguration()
getConfiguration in class AbstractGraphQLHttpServletprotected GraphQLQueryInvoker getQueryInvoker()
getQueryInvoker in class AbstractGraphQLHttpServletprotected GraphQLInvocationInputFactory getInvocationInputFactory()
getInvocationInputFactory in class AbstractGraphQLHttpServletprotected GraphQLObjectMapper getGraphQLObjectMapper()
getGraphQLObjectMapper in class AbstractGraphQLHttpServletprotected GraphQLBatchExecutionHandlerFactory getBatchExecutionHandlerFactory()
getBatchExecutionHandlerFactory in class AbstractGraphQLHttpServletprotected boolean isAsyncServletMode()
isAsyncServletMode in class AbstractGraphQLHttpServlet