Interface QueryResultPusher.Writer

    • Method Detail

      • writeResponseStart

        void writeResponseStart()
                         throws IOException
        Start of the response, called once per writer.
        Throws:
        IOException
      • writeResponseEnd

        void writeResponseEnd()
                       throws IOException
        End of the response. Must allow the user to know that they have read all data successfully.
        Throws:
        IOException