Uses of Class
com.helger.servlet.async.ExtAsyncContext
-
Packages that use ExtAsyncContext Package Description com.helger.servlet.async -
-
Uses of ExtAsyncContext in com.helger.servlet.async
Methods in com.helger.servlet.async that return ExtAsyncContext Modifier and Type Method Description static ExtAsyncContextExtAsyncContext. create(jakarta.servlet.http.HttpServletRequest aHttpRequest, jakarta.servlet.http.HttpServletResponse aHttpResponse, com.helger.http.EHttpVersion eHttpVersion, com.helger.commons.http.EHttpMethod eHttpMethod, ServletAsyncSpec aAsyncSpec)Methods in com.helger.servlet.async with parameters of type ExtAsyncContext Modifier and Type Method Description voidAsyncServletRunnerDefault. runAsync(jakarta.servlet.http.HttpServletRequest aOriginalHttpRequest, jakarta.servlet.http.HttpServletResponse aOriginalHttpResponse, ExtAsyncContext aAsyncContext, Runnable aRunnable)voidIAsyncServletRunner. runAsync(jakarta.servlet.http.HttpServletRequest aOriginalHttpRequest, jakarta.servlet.http.HttpServletResponse aOriginalHttpResponse, ExtAsyncContext aAsyncContext, Runnable aRunnable)Run a servlet request asynchronously.
-