Uses of Interface
org.glassfish.grizzly.nio.NIOChannelDistributor
-
Packages that use NIOChannelDistributor Package Description org.glassfish.grizzly org.glassfish.grizzly.nio -
-
Uses of NIOChannelDistributor in org.glassfish.grizzly
Fields in org.glassfish.grizzly declared as NIOChannelDistributor Modifier and Type Field Description protected NIOChannelDistributorNIOTransportBuilder. nioChannelDistributorMethods in org.glassfish.grizzly that return NIOChannelDistributor Modifier and Type Method Description NIOChannelDistributorNIOTransportBuilder. getNIOChannelDistributor()Methods in org.glassfish.grizzly with parameters of type NIOChannelDistributor Modifier and Type Method Description TNIOTransportBuilder. 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 NIOChannelDistributor Modifier and Type Class Description classAbstractNIOConnectionDistributorclassRoundRobinConnectionDistributorRoundRobin 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 Modifier and Type Field Description protected NIOChannelDistributorNIOTransport. nioChannelDistributorMethods in org.glassfish.grizzly.nio that return NIOChannelDistributor Modifier and Type Method Description NIOChannelDistributorNIOTransport. getNIOChannelDistributor()Methods in org.glassfish.grizzly.nio with parameters of type NIOChannelDistributor Modifier and Type Method Description voidNIOTransport. setNIOChannelDistributor(NIOChannelDistributor nioChannelDistributor)
-