| Package | Description |
|---|---|
| org.glassfish.grizzly.nio | |
| org.glassfish.grizzly.nio.transport |
| Modifier and Type | Field and Description |
|---|---|
protected ChannelConfigurator |
NIOTransport.channelConfigurator |
| Modifier and Type | Method and Description |
|---|---|
ChannelConfigurator |
NIOTransport.getChannelConfigurator() |
| Modifier and Type | Method and Description |
|---|---|
void |
NIOTransport.setChannelConfigurator(ChannelConfigurator channelConfigurator)
Sets the configurator responsible for initial
SelectableChannel
configuration. |
| Modifier and Type | Field and Description |
|---|---|
static ChannelConfigurator |
UDPNIOTransport.DEFAULT_CHANNEL_CONFIGURATOR
Default
ChannelConfigurator used to configure client and server side
channels. |
static ChannelConfigurator |
TCPNIOTransport.DEFAULT_CHANNEL_CONFIGURATOR
Default
ChannelConfigurator used to configure client and server side
channels. |
| Modifier and Type | Method and Description |
|---|---|
ChannelConfigurator |
UDPNIOTransport.getChannelConfigurator() |
ChannelConfigurator |
TCPNIOTransport.getChannelConfigurator() |
Copyright © 2012-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.