public abstract class GraphQLHttpServlet extends AbstractGraphQLHttpServlet
| Constructor and Description |
|---|
GraphQLHttpServlet() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract GraphQLConfiguration |
getConfiguration() |
protected graphql.kickstart.execution.GraphQLObjectMapper |
getGraphQLObjectMapper() |
protected GraphQLInvocationInputFactory |
getInvocationInputFactory() |
protected graphql.kickstart.execution.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 graphql.kickstart.execution.GraphQLQueryInvoker getQueryInvoker()
getQueryInvoker in class AbstractGraphQLHttpServletprotected GraphQLInvocationInputFactory getInvocationInputFactory()
getInvocationInputFactory in class AbstractGraphQLHttpServletprotected graphql.kickstart.execution.GraphQLObjectMapper getGraphQLObjectMapper()
getGraphQLObjectMapper in class AbstractGraphQLHttpServletprotected boolean isAsyncServletMode()
isAsyncServletMode in class AbstractGraphQLHttpServlet