Uses of Class
org.glassfish.grizzly.nio.AbstractNIOConnectionDistributor

Packages that use AbstractNIOConnectionDistributor
org.glassfish.grizzly.nio   
 

Uses of AbstractNIOConnectionDistributor in org.glassfish.grizzly.nio
 

Subclasses of AbstractNIOConnectionDistributor in org.glassfish.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 © 2012 Oracle Corporation. All Rights Reserved.