Interface IAsyncRequestContext

    • Method Detail

      • getOutputStream

        javax.servlet.ServletOutputStream getOutputStream()
                                                   throws IOException
        Description copied from interface: IRequestContext
        Get an OutputStream or the response. Either a Writer or an OutputStream can be obtained, but not both.
        Specified by:
        getOutputStream in interface IRequestContext
        Returns:
        A Writer or the response.
        Throws:
        IOException - If getWriter() has previously been called.
      • startAsync

        javax.servlet.AsyncContext startAsync()