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

Packages that use NIOChannelDistributor
org.glassfish.grizzly   
org.glassfish.grizzly.nio   
 

Uses of NIOChannelDistributor in org.glassfish.grizzly
 

Methods in org.glassfish.grizzly that return NIOChannelDistributor
 NIOChannelDistributor NIOTransportBuilder.getNIOChannelDistributor()
           
 

Methods in org.glassfish.grizzly with parameters of type NIOChannelDistributor
 T NIOTransportBuilder.setNIOChannelDistributor(NIOChannelDistributor nioChannelDistributor)
          Set the NIOChannelDistributor to be used by the created NIOTransport.
 

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 NIOTransport.nioChannelDistributor
           
 

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

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



Copyright © 2012 Oracle Corporation. All Rights Reserved.