|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
public interface ContinuationListener
A Continuation Listener
A ContinuationListener may be registered with a call to
Continuation.addContinuationListener(ContinuationListener).
| 方法摘要 | |
|---|---|
void |
onComplete(Continuation continuation)
Called when a continuation life cycle is complete and after any calls to ServletRequestListener.requestDestroyed(javax.servlet.ServletRequestEvent)
The response may still be written to during the call. |
void |
onTimeout(Continuation continuation)
Called when a suspended continuation has timed out. |
| 方法详细信息 |
|---|
void onComplete(Continuation continuation)
ServletRequestListener.requestDestroyed(javax.servlet.ServletRequestEvent)
The response may still be written to during the call.
continuation - void onTimeout(Continuation continuation)
Continuation.resume() or Continuation.complete()
may be called by a onTimeout implementation,
continuation -
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||