org.eclipse.jetty.server
类 AsyncContinuation.AsyncTimeout
java.lang.Object
org.eclipse.jetty.util.thread.Timeout.Task
org.eclipse.jetty.server.AsyncContinuation.AsyncTimeout
- 所有已实现的接口:
- Runnable
- 包容类:
- AsyncContinuation
public class AsyncContinuation.AsyncTimeout
- extends Timeout.Task
- implements Runnable
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AsyncContinuation.AsyncTimeout
public AsyncContinuation.AsyncTimeout()
expired
public void expired()
- 从类
Timeout.Task 复制的描述
- Expire task.
This method is called when the timeout expires. It is called
outside of any synchronization scope and may be delayed.
- 覆盖:
- 类
Timeout.Task 中的 expired
run
public void run()
- 指定者:
- 接口
Runnable 中的 run
Copyright © 2013. All Rights Reserved.