Uses of Interface
com.sun.grizzly.nio.NIOChannelDistributor

Packages that use NIOChannelDistributor
com.sun.grizzly.nio   
 

Uses of NIOChannelDistributor in com.sun.grizzly.nio
 

Classes in com.sun.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 com.sun.grizzly.nio declared as NIOChannelDistributor
protected  NIOChannelDistributor AbstractNIOTransport.nioChannelDistributor
           
 

Methods in com.sun.grizzly.nio that return NIOChannelDistributor
 NIOChannelDistributor AbstractNIOTransport.getNioChannelDistributor()
           
 NIOChannelDistributor NIOTransport.getNioChannelDistributor()
           
 

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



Copyright © 2009 SUN Microsystems. All Rights Reserved.