Package graphql.kickstart.servlet
Class GraphQLHttpServlet
java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
graphql.kickstart.servlet.AbstractGraphQLHttpServlet
graphql.kickstart.servlet.GraphQLHttpServlet
- All Implemented Interfaces:
GraphQLMBean
,jakarta.servlet.Servlet
,jakarta.servlet.ServletConfig
,Serializable
- See Also:
-
Field Summary
Fields inherited from class jakarta.servlet.http.HttpServlet
LEGACY_DO_HEAD
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract GraphQLConfiguration
static GraphQLHttpServlet
with
(GraphQLConfiguration configuration) static GraphQLHttpServlet
with
(graphql.schema.GraphQLSchema schema) Methods inherited from class graphql.kickstart.servlet.AbstractGraphQLHttpServlet
addListener, doGet, doPost, executeQuery, getMutations, getQueries, removeListener
Methods inherited from class jakarta.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPatch, doPut, doTrace, getLastModified, init, isSensitiveHeader, service, service
Methods inherited from class jakarta.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface jakarta.servlet.Servlet
destroy, getServletConfig, getServletInfo, init, service
-
Constructor Details
-
GraphQLHttpServlet
public GraphQLHttpServlet()
-
-
Method Details
-
with
-
with
-
getConfiguration
- Specified by:
getConfiguration
in classAbstractGraphQLHttpServlet
-