Class AsyncServletRunnerDefault

    • Constructor Detail

      • AsyncServletRunnerDefault

        public AsyncServletRunnerDefault()
    • Method Detail

      • runAsync

        public void runAsync​(@Nonnull
                             jakarta.servlet.http.HttpServletRequest aOriginalHttpRequest,
                             @Nonnull
                             jakarta.servlet.http.HttpServletResponse aOriginalHttpResponse,
                             @Nonnull
                             ExtAsyncContext aAsyncContext,
                             @Nonnull
                             Runnable aRunnable)
        Description copied from interface: IAsyncServletRunner
        Run a servlet request asynchronously.
        Specified by:
        runAsync in interface IAsyncServletRunner
        Parameters:
        aOriginalHttpRequest - Original HTTP response. Never null.
        aOriginalHttpResponse - Original HTTP request. Never null.
        aAsyncContext - The async execution context. Never null.
        aRunnable - The main runner that does the heavy lifting. Never null.