Class ConfiguredGraphQLHttpServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
graphql.kickstart.servlet.AbstractGraphQLHttpServlet
graphql.kickstart.servlet.GraphQLHttpServlet
cool.klass.dropwizard.bundle.graphql.ConfiguredGraphQLHttpServlet
- All Implemented Interfaces:
graphql.kickstart.servlet.core.GraphQLMBean,Serializable,javax.servlet.Servlet,javax.servlet.ServletConfig
public class ConfiguredGraphQLHttpServlet
extends graphql.kickstart.servlet.GraphQLHttpServlet
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConfiguredGraphQLHttpServlet(graphql.kickstart.servlet.GraphQLConfiguration config) -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoGet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) protected graphql.kickstart.servlet.GraphQLConfigurationMethods inherited from class graphql.kickstart.servlet.GraphQLHttpServlet
with, withMethods inherited from class graphql.kickstart.servlet.AbstractGraphQLHttpServlet
addListener, doPost, executeQuery, getMutations, getQueries, removeListenerMethods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, serviceMethods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, logMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.servlet.Servlet
destroy, getServletConfig, getServletInfo, init, service
-
Constructor Details
-
ConfiguredGraphQLHttpServlet
public ConfiguredGraphQLHttpServlet(graphql.kickstart.servlet.GraphQLConfiguration config)
-
-
Method Details
-
getConfiguration
protected graphql.kickstart.servlet.GraphQLConfiguration getConfiguration()- Specified by:
getConfigurationin classgraphql.kickstart.servlet.GraphQLHttpServlet
-
doGet
protected void doGet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) - Overrides:
doGetin classgraphql.kickstart.servlet.AbstractGraphQLHttpServlet
-