Uses of Interface
org.glassfish.grizzly.Strategy

Packages that use Strategy
org.glassfish.grizzly   
org.glassfish.grizzly.nio   
org.glassfish.grizzly.strategies   
 

Uses of Strategy in org.glassfish.grizzly
 

Fields in org.glassfish.grizzly declared as Strategy
protected  Strategy AbstractTransport.strategy
          Transport Strategy
 

Methods in org.glassfish.grizzly that return Strategy
 Strategy Transport.getStrategy()
          Get the Strategy implementation, which will be used by Transport to process IOEvent.
 Strategy AbstractTransport.getStrategy()
          Get the Strategy implementation, which will be used by Transport to process IOEvent.
 

Methods in org.glassfish.grizzly with parameters of type Strategy
 void Transport.setStrategy(Strategy strategy)
          Set the Strategy implementation, which will be used by Transport to process IOEvent.
 void AbstractTransport.setStrategy(Strategy strategy)
          Set the Strategy implementation, which will be used by Transport to process IOEvent.
 

Uses of Strategy in org.glassfish.grizzly.nio
 

Methods in org.glassfish.grizzly.nio that return Strategy
 Strategy NIOTransport.getStrategy()
           
 

Methods in org.glassfish.grizzly.nio with parameters of type Strategy
 void NIOTransport.setStrategy(Strategy strategy)
           
 

Uses of Strategy in org.glassfish.grizzly.strategies
 

Classes in org.glassfish.grizzly.strategies that implement Strategy
 class LeaderFollowerStrategy
          Strategy, which executes Processors in a current threads, and resumes selector thread logic in separate thread.
 class SameThreadStrategy
          Strategy, which executes Processors in a current thread.
 class SimpleDynamicStrategy
          Simple dynamic strategy, which switches I/O processing strategies, basing on statistics.
 class WorkerThreadStrategy
          Strategy, which executes Processors in worker thread.
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.