public interface AsyncContext
Modifier and Type | Field and Description |
---|---|
static String |
ASYNC_CONTEXT_PATH |
static String |
ASYNC_PATH_INFO |
static String |
ASYNC_QUERY_STRING |
static String |
ASYNC_REQUEST_URI |
static String |
ASYNC_SERVLET_PATH |
Modifier and Type | Method and Description |
---|---|
void |
addContinuationListener(ContinuationListener listener) |
void |
complete() |
void |
dispatch() |
void |
dispatch(javax.servlet.ServletContext context,
String path) |
void |
dispatch(String path) |
javax.servlet.ServletRequest |
getRequest() |
javax.servlet.ServletResponse |
getResponse() |
boolean |
hasOriginalRequestAndResponse() |
void |
setTimeout(long ms) |
void |
start(Runnable run) |
static final String ASYNC_REQUEST_URI
static final String ASYNC_CONTEXT_PATH
static final String ASYNC_PATH_INFO
static final String ASYNC_SERVLET_PATH
static final String ASYNC_QUERY_STRING
javax.servlet.ServletRequest getRequest()
javax.servlet.ServletResponse getResponse()
boolean hasOriginalRequestAndResponse()
void dispatch()
void dispatch(String path)
void dispatch(javax.servlet.ServletContext context, String path)
void complete()
void start(Runnable run)
void setTimeout(long ms)
void addContinuationListener(ContinuationListener listener)
Copyright © 1995-2012 Mort Bay Consulting. All Rights Reserved.