Uses of Class
javax.servlet.AsyncEvent
Packages that use AsyncEvent
Package
Description
The javax.servlet package contains a number of classes and interfaces that
describe and define the contracts between a servlet class and the
runtime environment provided for an instance of such a class by a
conforming servlet container.
-
Uses of AsyncEvent in javax.servlet
Methods in javax.servlet with parameters of type AsyncEventModifier and TypeMethodDescriptionvoidAsyncListener.onComplete(AsyncEvent event) Notifies this AsyncListener that an asynchronous operation has been completed.voidAsyncListener.onError(AsyncEvent event) Notifies this AsyncListener that an asynchronous operation has failed to complete.voidAsyncListener.onStartAsync(AsyncEvent event) Notifies this AsyncListener that a new asynchronous cycle is being initiated via a call to one of theServletRequest.startAsync()methods.voidAsyncListener.onTimeout(AsyncEvent event) Notifies this AsyncListener that an asynchronous operation has timed out.