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 GraphQLConfigurationstatic GraphQLHttpServletwith(GraphQLConfiguration configuration) static GraphQLHttpServletwith(graphql.schema.GraphQLSchema schema) Methods inherited from class graphql.kickstart.servlet.AbstractGraphQLHttpServlet
addListener, doGet, doPost, executeQuery, getMutations, getQueries, removeListenerMethods inherited from class jakarta.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPatch, doPut, doTrace, getLastModified, init, isSensitiveHeader, service, serviceMethods inherited from class jakarta.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, logMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jakarta.servlet.Servlet
destroy, getServletConfig, getServletInfo, init, service
-
Constructor Details
-
GraphQLHttpServlet
public GraphQLHttpServlet()
-
-
Method Details
-
with
-
with
-
getConfiguration
- Specified by:
getConfigurationin classAbstractGraphQLHttpServlet
-