| Package | Description |
|---|---|
| com.helger.servlet.async |
| Modifier and Type | Method and Description |
|---|---|
static ExtAsyncContext |
ExtAsyncContext.create(javax.servlet.http.HttpServletRequest aHttpRequest,
javax.servlet.http.HttpServletResponse aHttpResponse,
com.helger.http.EHttpVersion eHttpVersion,
com.helger.commons.http.EHttpMethod eHttpMethod,
ServletAsyncSpec aAsyncSpec) |
| Modifier and Type | Method and Description |
|---|---|
void |
IAsyncServletRunner.runAsync(javax.servlet.http.HttpServletRequest aOriginalHttpRequest,
javax.servlet.http.HttpServletResponse aOriginalHttpResponse,
ExtAsyncContext aAsyncContext,
Runnable aRunnable)
Run a servlet request asynchronously.
|
void |
AsyncServletRunnerDefault.runAsync(javax.servlet.http.HttpServletRequest aOriginalHttpRequest,
javax.servlet.http.HttpServletResponse aOriginalHttpResponse,
ExtAsyncContext aAsyncContext,
Runnable aRunnable) |
Copyright © 2016–2019 Philip Helger. All rights reserved.