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

    Constructors
    Constructor
    Description
    ConfiguredGraphQLHttpServlet(graphql.kickstart.servlet.GraphQLConfiguration config)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    doGet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
     
    protected graphql.kickstart.servlet.GraphQLConfiguration
     

    Methods inherited from class graphql.kickstart.servlet.GraphQLHttpServlet

    with, with

    Methods inherited from class graphql.kickstart.servlet.AbstractGraphQLHttpServlet

    addListener, doPost, executeQuery, getMutations, getQueries, removeListener

    Methods inherited from class javax.servlet.http.HttpServlet

    doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service

    Methods inherited from class javax.servlet.GenericServlet

    destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, 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 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:
      getConfiguration in class graphql.kickstart.servlet.GraphQLHttpServlet
    • doGet

      protected void doGet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
      Overrides:
      doGet in class graphql.kickstart.servlet.AbstractGraphQLHttpServlet