Uses of Interface
com.sun.grizzly.Strategy

Packages that use Strategy
com.sun.grizzly   
com.sun.grizzly.nio   
com.sun.grizzly.strategies   
 

Uses of Strategy in com.sun.grizzly
 

Fields in com.sun.grizzly declared as Strategy
protected  Strategy AbstractTransport.strategy
          Transport Strategy
 

Methods in com.sun.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 com.sun.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 com.sun.grizzly.nio
 

Methods in com.sun.grizzly.nio that return Strategy
 Strategy NIOTransport.getStrategy()
           
 

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

Uses of Strategy in com.sun.grizzly.strategies
 

Classes in com.sun.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.