Class 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 Detail

      • HttpServletResponseWriter

        public HttpServletResponseWriter​(jakarta.servlet.http.HttpServletResponse response)
    • Method Detail

      • write

        public void write​(io.smallrye.graphql.execution.ExecutionResponse executionResponse)
        Specified by:
        write in interface io.smallrye.graphql.execution.ExecutionResponseWriter