Package | Description |
---|---|
org.glassfish.grizzly | |
org.glassfish.grizzly.strategies |
Modifier and Type | Interface and Description |
---|---|
interface |
IOStrategy
strategy is responsible for making decision how
Runnable task will be run: in current thread, worker thread. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractIOStrategy |
class |
LeaderFollowerNIOStrategy
IOStrategy , which executes Processor s in a current threads, and
resumes selector thread logic in separate thread. |
class |
SameThreadIOStrategy
IOStrategy , which executes Processor s in a current thread. |
class |
SimpleDynamicNIOStrategy
Simple dynamic strategy, which switches I/O processing strategies, basing
on statistics.
|
class |
WorkerThreadIOStrategy
IOStrategy , which executes Processor s in worker thread. |
Copyright © 2015 Oracle Corporation. All rights reserved.