Uses of Interface
org.glassfish.grizzly.nio.NIOChannelDistributor

Packages that use NIOChannelDistributor
org.glassfish.grizzly.nio   
 

Uses of NIOChannelDistributor in org.glassfish.grizzly.nio
 

Classes in org.glassfish.grizzly.nio that implement NIOChannelDistributor
 class AbstractNIOConnectionDistributor
           
 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.
 

Fields in org.glassfish.grizzly.nio declared as NIOChannelDistributor
protected  NIOChannelDistributor AbstractNIOTransport.nioChannelDistributor
           
 

Methods in org.glassfish.grizzly.nio that return NIOChannelDistributor
 NIOChannelDistributor AbstractNIOTransport.getNioChannelDistributor()
           
 NIOChannelDistributor NIOTransport.getNioChannelDistributor()
           
 

Methods in org.glassfish.grizzly.nio with parameters of type NIOChannelDistributor
 void AbstractNIOTransport.setNioChannelDistributor(NIOChannelDistributor nioChannelDistributor)
           
 void NIOTransport.setNioChannelDistributor(NIOChannelDistributor nioChannelDistributor)
           
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.