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