| Package | Description |
|---|---|
| org.glassfish.grizzly.strategies |
| Modifier and Type | Class and Description |
|---|---|
class |
LeaderFollowerNIOStrategy
IOStrategy, which executes Processors in a current
threads, and resumes selector thread logic in separate thread. |
class |
SameThreadIOStrategy
IOStrategy, which executes Processors in a current
thread. |
class |
WorkerThreadIOStrategy
IOStrategy, which executes Processors in worker thread. |
Copyright © 2017–2020 Oracle Corporation. All rights reserved.