|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProcessorExecutor | |
|---|---|
| com.sun.grizzly.nio.transport | |
| com.sun.grizzly.utils | |
| Uses of ProcessorExecutor in com.sun.grizzly.nio.transport |
|---|
| Methods in com.sun.grizzly.nio.transport with parameters of type ProcessorExecutor | |
|---|---|
protected void |
TCPNIOTransport.executeProcessor(IOEvent ioEvent,
Connection connection,
Processor processor,
ProcessorExecutor executor,
PostProcessor postProcessor,
Object strategyContext)
|
protected void |
UDPNIOTransport.executeProcessor(IOEvent ioEvent,
Connection connection,
Processor processor,
ProcessorExecutor executor,
PostProcessor postProcessor,
Object strategyContext)
|
| Uses of ProcessorExecutor in com.sun.grizzly.utils |
|---|
| Classes in com.sun.grizzly.utils that implement ProcessorExecutor | |
|---|---|
class |
CurrentThreadExecutor
Simple Executor, which executes a tasks in a current Thread |
class |
WorkerThreadExecutor
WorkerThreadExecutor implementation, which executes Runnable in
one of the ThreadPool's worker thread |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||