public abstract class GraphQLHttpServlet extends AbstractGraphQLHttpServlet
| Constructor and Description |
|---|
GraphQLHttpServlet() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract GraphQLConfiguration |
getConfiguration() |
static GraphQLHttpServlet |
with(GraphQLConfiguration configuration) |
static GraphQLHttpServlet |
with(graphql.schema.GraphQLSchema schema) |
addListener, doGet, doPost, executeQuery, getMutations, getQueries, removeListenerdoDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, servicedestroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, logpublic static GraphQLHttpServlet with(graphql.schema.GraphQLSchema schema)
public static GraphQLHttpServlet with(GraphQLConfiguration configuration)
protected abstract GraphQLConfiguration getConfiguration()
getConfiguration in class AbstractGraphQLHttpServlet