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, removeListener
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
public static GraphQLHttpServlet with(graphql.schema.GraphQLSchema schema)
public static GraphQLHttpServlet with(GraphQLConfiguration configuration)
protected abstract GraphQLConfiguration getConfiguration()
getConfiguration
in class AbstractGraphQLHttpServlet
protected graphql.kickstart.execution.GraphQLQueryInvoker getQueryInvoker()
getQueryInvoker
in class AbstractGraphQLHttpServlet
protected GraphQLInvocationInputFactory getInvocationInputFactory()
getInvocationInputFactory
in class AbstractGraphQLHttpServlet
protected graphql.kickstart.execution.GraphQLObjectMapper getGraphQLObjectMapper()
getGraphQLObjectMapper
in class AbstractGraphQLHttpServlet
protected boolean isAsyncServletMode()
isAsyncServletMode
in class AbstractGraphQLHttpServlet