Uses of Interface
org.glassfish.grizzly.IOStrategy
-
Packages that use IOStrategy Package Description org.glassfish.grizzly org.glassfish.grizzly.strategies -
-
Uses of IOStrategy in org.glassfish.grizzly
Fields in org.glassfish.grizzly declared as IOStrategy Modifier and Type Field Description protected IOStrategyNIOTransportBuilder. ioStrategyprotected IOStrategyAbstractTransport. strategyTransport strategyMethods in org.glassfish.grizzly that return IOStrategy Modifier and Type Method Description IOStrategyAbstractTransport. getIOStrategy()IOStrategyNIOTransportBuilder. getIOStrategy()IOStrategyTransport. getIOStrategy()Methods in org.glassfish.grizzly with parameters of type IOStrategy Modifier and Type Method Description voidAbstractTransport. setIOStrategy(IOStrategy IOStrategy)TNIOTransportBuilder. setIOStrategy(IOStrategy ioStrategy)Changes theIOStrategythat will be used.voidTransport. setIOStrategy(IOStrategy IOStrategy) -
Uses of IOStrategy in org.glassfish.grizzly.strategies
Classes in org.glassfish.grizzly.strategies that implement IOStrategy Modifier and Type Class Description classAbstractIOStrategyclassLeaderFollowerNIOStrategyIOStrategy, which executesProcessors in a current threads, and resumes selector thread logic in separate thread.classSameThreadIOStrategyIOStrategy, which executesProcessors in a current thread.classSimpleDynamicNIOStrategySimple dynamic strategy, which switches I/O processing strategies, basing on statistics.classWorkerThreadIOStrategyIOStrategy, which executesProcessors in worker thread.
-