Uses of Interface
org.glassfish.grizzly.IOStrategy
Packages that use IOStrategy
-
Uses of IOStrategy in org.glassfish.grizzly
Fields in org.glassfish.grizzly declared as IOStrategyModifier and TypeFieldDescriptionprotected IOStrategyNIOTransportBuilder.ioStrategyprotected IOStrategyAbstractTransport.strategyTransport strategyMethods in org.glassfish.grizzly that return IOStrategyModifier and TypeMethodDescriptionAbstractTransport.getIOStrategy()NIOTransportBuilder.getIOStrategy()Transport.getIOStrategy()Methods in org.glassfish.grizzly with parameters of type IOStrategyModifier and TypeMethodDescriptionvoidAbstractTransport.setIOStrategy(IOStrategy IOStrategy) NIOTransportBuilder.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 IOStrategyModifier and TypeClassDescriptionclassfinal classIOStrategy, which executesProcessors in a current threads, and resumes selector thread logic in separate thread.final classIOStrategy, which executesProcessors in a current thread.final classSimple dynamic strategy, which switches I/O processing strategies, basing on statistics.final classIOStrategy, which executesProcessors in worker thread.