Package | Description |
---|---|
org.glassfish.grizzly | |
org.glassfish.grizzly.nio |
Modifier and Type | Field and Description |
---|---|
protected NIOChannelDistributor |
NIOTransportBuilder.nioChannelDistributor |
Modifier and Type | Method and Description |
---|---|
NIOChannelDistributor |
NIOTransportBuilder.getNIOChannelDistributor() |
Modifier and Type | Method and Description |
---|---|
T |
NIOTransportBuilder.setNIOChannelDistributor(NIOChannelDistributor nioChannelDistributor)
Set the
NIOChannelDistributor to be used by the created NIOTransport . |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected NIOChannelDistributor |
NIOTransport.nioChannelDistributor |
Modifier and Type | Method and Description |
---|---|
NIOChannelDistributor |
NIOTransport.getNIOChannelDistributor() |
Modifier and Type | Method and Description |
---|---|
void |
NIOTransport.setNIOChannelDistributor(NIOChannelDistributor nioChannelDistributor) |
Copyright © 2014 Oracle Corporation. All rights reserved.