Uses of Class
com.sun.grizzly.nio.AbstractNIOConnectionDistributor

Packages that use AbstractNIOConnectionDistributor
com.sun.grizzly.nio   
 

Uses of AbstractNIOConnectionDistributor in com.sun.grizzly.nio
 

Subclasses of AbstractNIOConnectionDistributor in com.sun.grizzly.nio
 class RoundRobinConnectionDistributor
          RoundRobin NIOConnectionDistributor implementation, which allocates one SelectorRunner for OP_ACCEPT events and other event will be assign to a next SelectorRunner from the array.
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.