Example usage for Java javax.servlet AsyncEvent fields, constructors, methods, implement or subclass
The text is from its open source code.
AsyncEvent(AsyncContext context, ServletRequest request, ServletResponse response) Constructs an AsyncEvent from the given AsyncContext, ServletRequest, and ServletResponse. |
AsyncContext | getAsyncContext() Gets the AsyncContext from this AsyncEvent. |
Class> | getClass() Returns the runtime class of this Object . |
ServletRequest | getSuppliedRequest() Gets the ServletRequest from this AsyncEvent. |
ServletResponse | getSuppliedResponse() Gets the ServletResponse from this AsyncEvent. |
Throwable | getThrowable() Gets the Throwable from this AsyncEvent. |