public class ExtAsyncContext extends Object
AsyncContext type.| Constructor and Description |
|---|
ExtAsyncContext(javax.servlet.AsyncContext aAsyncContext,
com.helger.http.EHttpVersion eHttpVersion,
com.helger.commons.http.EHttpMethod eHttpMethod,
String sContextPath,
String sPathInfo,
String sQueryString,
String sRequestURI,
String sServletPath) |
| Modifier and Type | Method and Description |
|---|---|
void |
complete() |
static 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) |
protected javax.servlet.AsyncContext |
getAsyncContext() |
com.helger.commons.http.EHttpMethod |
getHTTPMethod() |
com.helger.http.EHttpVersion |
getHTTPVersion() |
javax.servlet.http.HttpServletRequest |
getRequest() |
javax.servlet.http.HttpServletResponse |
getResponse() |
void |
start(Runnable r) |
public ExtAsyncContext(@Nonnull javax.servlet.AsyncContext aAsyncContext, @Nonnull com.helger.http.EHttpVersion eHttpVersion, @Nonnull com.helger.commons.http.EHttpMethod eHttpMethod, @Nullable String sContextPath, @Nullable String sPathInfo, @Nullable String sQueryString, @Nullable String sRequestURI, @Nullable String sServletPath)
@Nonnull protected javax.servlet.AsyncContext getAsyncContext()
@Nonnull public com.helger.http.EHttpVersion getHTTPVersion()
@Nonnull public com.helger.commons.http.EHttpMethod getHTTPMethod()
@Nonnull public javax.servlet.http.HttpServletRequest getRequest()
@Nonnull public javax.servlet.http.HttpServletResponse getResponse()
public void complete()
@Nonnull public static ExtAsyncContext create(@Nonnull javax.servlet.http.HttpServletRequest aHttpRequest, @Nonnull javax.servlet.http.HttpServletResponse aHttpResponse, @Nonnull com.helger.http.EHttpVersion eHttpVersion, @Nonnull com.helger.commons.http.EHttpMethod eHttpMethod, @Nonnull ServletAsyncSpec aAsyncSpec)
Copyright © 2016–2019 Philip Helger. All rights reserved.