|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
NIOContext.execute(ContextTask contextTask)
Execute this Context using the Controller's thread pool |
void |
Context.execute(ContextTask contextTask)
Execute this Context using the Controller's thread pool |
void |
NIOContext.execute(ContextTask contextTask,
boolean runInSeparateThread)
Execute this Context using either Controller's thread pool or current thread |
void |
Context.execute(ContextTask contextTask,
boolean runInSeparateThread)
Execute this Context using either Controller's thread pool 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||