Uses of Class
org.glassfish.grizzly.strategies.AbstractIOStrategy
-
Packages that use AbstractIOStrategy Package Description org.glassfish.grizzly.strategies -
-
Uses of AbstractIOStrategy in org.glassfish.grizzly.strategies
Subclasses of AbstractIOStrategy in org.glassfish.grizzly.strategies Modifier and Type Class Description classLeaderFollowerNIOStrategyIOStrategy, which executesProcessors in a current threads, and resumes selector thread logic in separate thread.classSameThreadIOStrategyIOStrategy, which executesProcessors in a current thread.classWorkerThreadIOStrategyIOStrategy, which executesProcessors in worker thread.
-