public class AsyncContextEvent extends AsyncEvent implements Runnable
Constructor and Description |
---|
AsyncContextEvent(ContextHandler.Context context,
AsyncContextState asyncContext,
HttpChannelState state,
Request baseRequest,
ServletRequest request,
ServletResponse response) |
Modifier and Type | Method and Description |
---|---|
void |
addThrowable(Throwable e) |
void |
cancelTimeoutTask() |
void |
completed() |
AsyncContext |
getAsyncContext() |
ContextHandler.Context |
getContext() |
ServletContext |
getDispatchContext() |
HttpChannelState |
getHttpChannelState() |
String |
getPath() |
ServletContext |
getServletContext() |
ServletContext |
getSuspendedContext() |
Throwable |
getThrowable() |
void |
run() |
void |
setDispatchContext(ServletContext context) |
void |
setDispatchPath(String path) |
void |
setTimeoutTask(Scheduler.Task task) |
getSuppliedRequest, getSuppliedResponse
public AsyncContextEvent(ContextHandler.Context context, AsyncContextState asyncContext, HttpChannelState state, Request baseRequest, ServletRequest request, ServletResponse response)
public ServletContext getSuspendedContext()
public ContextHandler.Context getContext()
public ServletContext getDispatchContext()
public ServletContext getServletContext()
public String getPath()
public void setTimeoutTask(Scheduler.Task task)
public void cancelTimeoutTask()
public AsyncContext getAsyncContext()
getAsyncContext
in class AsyncEvent
public Throwable getThrowable()
getThrowable
in class AsyncEvent
public void setDispatchContext(ServletContext context)
public void setDispatchPath(String path)
public void completed()
public HttpChannelState getHttpChannelState()
public void addThrowable(Throwable e)
Copyright © 1995-2015 Webtide. All Rights Reserved.