org.apache.awf.io.timeout
Class Timeout
java.lang.Object
org.apache.awf.io.timeout.Timeout
public class Timeout
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Timeout
public Timeout(long timeout,
AsyncCallback cb)
getTimeout
public long getTimeout()
cancel
public void cancel()
isCancelled
public boolean isCancelled()
getCallback
public AsyncCallback getCallback()
newKeepAliveTimeout
public static Timeout newKeepAliveTimeout(IOLoop ioLoop,
SelectableChannel clientChannel,
long keepAliveTimeout)
Copyright © 2012. All Rights Reserved.