Interface WebApplicationResponse

    • Method Detail

      • getCookies

        Collection<Cookie> getCookies()
        Get the cookies.
        Returns:
        the cookies.
      • closeAsyncResponse

        void closeAsyncResponse()
      • getUnderlyingOutputStream

        OutputStream getUnderlyingOutputStream()
        Get the underlying output stream.
        Returns:
        the underlying output stream.
      • setUnderlyingOutputStream

        void setUnderlyingOutputStream​(OutputStream outputStream)
        Set the underlying output stream.
        Parameters:
        outputStream - the underlying output stream.