|
DRAFT | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.AsyncEvent
public class AsyncEvent
Event that gets fired when a ServletRequest on which asynchronous
processing was started has finished processing through a call to
AsyncContext#complete
or has timed out.
Constructor Summary | |
---|---|
AsyncEvent(ServletRequest request,
ServletResponse response)
Constructs an AsyncEvent from the given request and response objects. |
Method Summary | |
---|---|
ServletRequest |
getRequest()
Gets the ServletRequest from this event |
ServletResponse |
getResponse()
Gets the ServletResponse from this event |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AsyncEvent(ServletRequest request, ServletResponse response)
request
- the ServletRequestresponse
- the ServletResponseMethod Detail |
---|
public ServletRequest getRequest()
public ServletResponse getResponse()
|
DRAFT | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2009 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.