@WebServlet(name="SmallRyeGraphQLExecutionServlet",
urlPatterns="/graphql/*",
loadOnStartup=1)
public class ExecutionServlet
extends javax.servlet.http.HttpServlet
| Constructor and Description |
|---|
ExecutionServlet() |
ExecutionServlet(io.smallrye.graphql.execution.ExecutionService executionService,
GraphQLConfig config) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, servicepublic ExecutionServlet()
public ExecutionServlet(io.smallrye.graphql.execution.ExecutionService executionService,
GraphQLConfig config)
protected void doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException
doGet in class javax.servlet.http.HttpServletIOExceptionprotected void doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException
doPost in class javax.servlet.http.HttpServletIOExceptionCopyright © 2018–2021. All rights reserved.