com.sun.grizzly
Class SelectionKeyContextTask
java.lang.Object
com.sun.grizzly.ContextTask
com.sun.grizzly.SelectionKeyContextTask
- All Implemented Interfaces:
- Callable
- Direct Known Subclasses:
- AsyncQueueReaderContextTask, AsyncQueueWriterContextTask, CallbackHandlerContextTask, ProtocolChainContextTask
public abstract class SelectionKeyContextTask
- extends ContextTask
Basic class for all ContextTask
s, which are dealing with
SelectionKey
s
- Author:
- Alexey Stashok
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SelectionKeyContextTask
public SelectionKeyContextTask()
call
public final Object call()
throws Exception
- Throws:
Exception
beforeCall
protected void beforeCall()
afterCall
protected void afterCall()
doCall
protected abstract Object doCall()
throws Exception
- Throws:
Exception
Copyright © 2010 SUN Microsystems. All Rights Reserved.