public class DefaultGraphQLServlet extends AbstractGraphQLHttpServlet
AbstractGraphQLHttpServlet.HttpRequestHandlerAPPLICATION_GRAPHQL, APPLICATION_JSON_UTF8, log, STATUS_BAD_REQUEST, STATUS_OK| Constructor and Description |
|---|
DefaultGraphQLServlet() |
| Modifier and Type | Method and Description |
|---|---|
protected GraphQLObjectMapper |
getGraphQLObjectMapper() |
protected GraphQLInvocationInputFactory |
getInvocationInputFactory() |
protected GraphQLQueryInvoker |
getQueryInvoker() |
void |
init(javax.servlet.ServletConfig servletConfig) |
protected boolean |
isAsyncServletMode() |
addListener, doGet, doPost, executeQuery, getConfiguration, getMutations, getQueries, removeListenerdoDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, servicedestroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, logpublic void init(javax.servlet.ServletConfig servletConfig)
init in interface javax.servlet.Servletinit in class AbstractGraphQLHttpServletprotected GraphQLInvocationInputFactory getInvocationInputFactory()
getInvocationInputFactory in class AbstractGraphQLHttpServletprotected GraphQLQueryInvoker getQueryInvoker()
getQueryInvoker in class AbstractGraphQLHttpServletprotected GraphQLObjectMapper getGraphQLObjectMapper()
getGraphQLObjectMapper in class AbstractGraphQLHttpServletprotected boolean isAsyncServletMode()
isAsyncServletMode in class AbstractGraphQLHttpServlet