Uses of Class
com.sun.grizzly.ContextTask

Packages that use ContextTask
com.sun.grizzly   
com.sun.grizzly.async   
 

Uses of ContextTask in com.sun.grizzly
 

Classes in com.sun.grizzly with type parameters of type ContextTask
protected static class ContextTask.TaskPool<E extends ContextTask>
           
 

Subclasses of ContextTask in com.sun.grizzly
 class CallbackHandlerContextTask
          CallbackHandler task, which will be executed by Context, when Context.execute(ContextTask) is called.
 class ProtocolChainContextTask
          ProtocolChain task, which will be executed by Context, when Context.execute(ContextTask) is called.
 class SelectionKeyContextTask
          Basic class for all ContextTasks, which are dealing with SelectionKeys
 

Methods in com.sun.grizzly with parameters of type ContextTask
 void Context.execute(ContextTask contextTask)
          Execute this Context using the Controller's Pipeline
 void Context.execute(ContextTask contextTask, boolean runInSeparateThread)
          Execute this Context using either Controller's Pipeline or current thread
 

Uses of ContextTask in com.sun.grizzly.async
 

Subclasses of ContextTask in com.sun.grizzly.async
 class AsyncQueueReaderContextTask
          AsyncQueueReader task, which will be executed by Context, when Context.execute(ContextTask) is called.
 class AsyncQueueWriterContextTask
          AsyncQueueWriter task, which will be executed by Context, when Context.execute(ContextTask) is called.
 



Copyright © 2008 SUN Microsystems. All Rights Reserved.