Uses of Class
org.glassfish.grizzly.nio.AbstractNIOConnectionDistributor
-
Packages that use AbstractNIOConnectionDistributor Package Description org.glassfish.grizzly.nio -
-
Uses of AbstractNIOConnectionDistributor in org.glassfish.grizzly.nio
Subclasses of AbstractNIOConnectionDistributor in org.glassfish.grizzly.nio Modifier and Type Class Description classRoundRobinConnectionDistributorRoundRobin NIOConnectionDistributor implementation, which allocates one SelectorRunner for OP_ACCEPT events and other event will be assign to a next SelectorRunner from the array.
-