public class AsyncContextState extends Object implements AsyncContext
ASYNC_CONTEXT_PATH, ASYNC_PATH_INFO, ASYNC_QUERY_STRING, ASYNC_REQUEST_URI, ASYNC_SERVLET_PATH| Constructor and Description |
|---|
AsyncContextState(HttpChannelState state) |
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(AsyncListener listener) |
void |
addListener(AsyncListener listener,
ServletRequest request,
ServletResponse response) |
void |
complete() |
<T extends AsyncListener> |
createListener(Class<T> clazz) |
void |
dispatch() |
void |
dispatch(ServletContext context,
String path) |
void |
dispatch(String path) |
HttpChannelState |
getHttpChannelState() |
ServletRequest |
getRequest() |
ServletResponse |
getResponse() |
long |
getTimeout() |
boolean |
hasOriginalRequestAndResponse() |
void |
reset() |
void |
setTimeout(long arg0) |
void |
start(Runnable task) |
public AsyncContextState(HttpChannelState state)
public void addListener(AsyncListener listener, ServletRequest request, ServletResponse response)
addListener in interface AsyncContextpublic void addListener(AsyncListener listener)
addListener in interface AsyncContextpublic void complete()
complete in interface AsyncContextpublic <T extends AsyncListener> T createListener(Class<T> clazz) throws ServletException
createListener in interface AsyncContextServletExceptionpublic void dispatch()
dispatch in interface AsyncContextpublic void dispatch(String path)
dispatch in interface AsyncContextpublic void dispatch(ServletContext context, String path)
dispatch in interface AsyncContextpublic ServletRequest getRequest()
getRequest in interface AsyncContextpublic ServletResponse getResponse()
getResponse in interface AsyncContextpublic long getTimeout()
getTimeout in interface AsyncContextpublic boolean hasOriginalRequestAndResponse()
hasOriginalRequestAndResponse in interface AsyncContextpublic void setTimeout(long arg0)
setTimeout in interface AsyncContextpublic void start(Runnable task)
start in interface AsyncContextpublic void reset()
public HttpChannelState getHttpChannelState()
Copyright © 1995-2015 Webtide. All Rights Reserved.