Package io.smallrye.graphql.entry.http
Class HttpServletResponseWriter
- java.lang.Object
-
- io.smallrye.graphql.entry.http.HttpServletResponseWriter
-
- All Implemented Interfaces:
io.smallrye.graphql.execution.ExecutionResponseWriter
public class HttpServletResponseWriter extends Object implements io.smallrye.graphql.execution.ExecutionResponseWriter
Writing the response to HTTP servlet- Author:
- Phillip Kruger (phillip.kruger@redhat.com)
-
-
Constructor Summary
Constructors Constructor Description HttpServletResponseWriter(jakarta.servlet.http.HttpServletResponse response)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwrite(io.smallrye.graphql.execution.ExecutionResponse executionResponse)
-