Java javax.servlet AsyncEvent fields, constructors, methods, implement or subclass

Example usage for Java javax.servlet AsyncEvent fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.servlet AsyncEvent.

The text is from its open source code.

Constructor

AsyncEvent(AsyncContext context, ServletRequest request, ServletResponse response)
Constructs an AsyncEvent from the given AsyncContext, ServletRequest, and ServletResponse.

Method

AsyncContextgetAsyncContext()
Gets the AsyncContext from this AsyncEvent.
ClassgetClass()
Returns the runtime class of this Object .
ServletRequestgetSuppliedRequest()
Gets the ServletRequest from this AsyncEvent.
ServletResponsegetSuppliedResponse()
Gets the ServletResponse from this AsyncEvent.
ThrowablegetThrowable()
Gets the Throwable from this AsyncEvent.