Class CachingQueryResponseWriter

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void write​(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CachingQueryResponseWriter

        public CachingQueryResponseWriter​(QueryResponseWriter delegate,
                                          GraphQLResponseCacheManager responseCache,
                                          graphql.kickstart.execution.input.GraphQLInvocationInput invocationInput,
                                          boolean error)
    • Method Detail

      • write

        public void write​(javax.servlet.http.HttpServletRequest request,
                          javax.servlet.http.HttpServletResponse response)
                   throws java.io.IOException
        Specified by:
        write in interface QueryResponseWriter
        Throws:
        java.io.IOException