Uses of Class
javax.servlet.AsyncEvent
-
Packages that use AsyncEvent Package Description javax.servlet -
-
Uses of AsyncEvent in javax.servlet
Methods in javax.servlet with parameters of type AsyncEvent Modifier and Type Method Description void
AsyncListener. onComplete(AsyncEvent event)
Notifies this AsyncListener that an asynchronous operation has been completed.void
AsyncListener. onError(AsyncEvent event)
Notifies this AsyncListener that an asynchronous operation has failed to complete.void
AsyncListener. onStartAsync(AsyncEvent event)
Notifies this AsyncListener that a new asynchronous cycle is being initiated via a call to one of theServletRequest.startAsync()
methods.void
AsyncListener. onTimeout(AsyncEvent event)
Notifies this AsyncListener that an asynchronous operation has timed out.
-