| Package | Description |
|---|---|
| com.helger.servlet.async |
| Modifier and Type | Field and Description |
|---|---|
static ServletAsyncSpec |
ServletAsyncSpec.SYNC_SPEC
The constant for synchronous invocations
|
| Modifier and Type | Method and Description |
|---|---|
static ServletAsyncSpec |
ServletAsyncSpec.createAsync(long nTimeoutMillis,
Iterable<? extends javax.servlet.AsyncListener> aAsyncListeners)
Create an async spec.
|
static ServletAsyncSpec |
ServletAsyncSpec.createAsyncDefault()
Create an async spec with 999999 (debug mode) or 30 (production) seconds
timeout and no async listeners.
|
static ServletAsyncSpec |
ServletAsyncSpec.getSync() |
| 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) |
Copyright © 2016–2019 Philip Helger. All rights reserved.