javadoc
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@338 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
parent
f385c89b00
commit
575bd42a7d
|
@ -19,8 +19,8 @@ public interface ContinuationListener extends EventListener
|
|||
{
|
||||
/* ------------------------------------------------------------ */
|
||||
/**
|
||||
* Called when a continuation life cycle is complete and prior
|
||||
* to any calls to {@link ServletRequestListener#requestDestroyed(javax.servlet.ServletRequestEvent)}
|
||||
* Called when a continuation life cycle is complete and after
|
||||
* any calls to {@link ServletRequestListener#requestDestroyed(javax.servlet.ServletRequestEvent)}
|
||||
* The response may still be written to during the call.
|
||||
*
|
||||
* @param continuation
|
||||
|
|
Loading…
Reference in New Issue