Uses of Interface
org.glassfish.grizzly.nio.NIOChannelDistributor
Packages that use NIOChannelDistributor
-
Uses of NIOChannelDistributor in org.glassfish.grizzly
Fields in org.glassfish.grizzly declared as NIOChannelDistributorModifier and TypeFieldDescriptionprotected NIOChannelDistributorNIOTransportBuilder.nioChannelDistributorMethods in org.glassfish.grizzly that return NIOChannelDistributorMethods in org.glassfish.grizzly with parameters of type NIOChannelDistributorModifier and TypeMethodDescriptionNIOTransportBuilder.setNIOChannelDistributor(NIOChannelDistributor nioChannelDistributor) Set theNIOChannelDistributorto be used by the createdNIOTransport. -
Uses of NIOChannelDistributor in org.glassfish.grizzly.nio
Classes in org.glassfish.grizzly.nio that implement NIOChannelDistributorModifier and TypeClassDescriptionclassfinal classRoundRobin 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 NIOChannelDistributorModifier and TypeFieldDescriptionprotected NIOChannelDistributorNIOTransport.nioChannelDistributorMethods in org.glassfish.grizzly.nio that return NIOChannelDistributorMethods in org.glassfish.grizzly.nio with parameters of type NIOChannelDistributorModifier and TypeMethodDescriptionvoidNIOTransport.setNIOChannelDistributor(NIOChannelDistributor nioChannelDistributor)