| Package | Description |
|---|---|
| io.netty.bootstrap |
The helper classes with fluent API which enable an easy implementation of
typical client side and server side channel initialization.
|
| io.netty.channel.udt.nio |
UDT Transport for NIO Channels.
|
| Modifier and Type | Method and Description |
|---|---|
Bootstrap |
Bootstrap.channelFactory(ChannelFactory<? extends Channel> channelFactory)
ServerChannelFactory which is used to create ServerChannel instances when calling
AbstractBootstrap.bind(). |
| Modifier and Type | Field and Description |
|---|---|
static ChannelFactory<UdtChannel> |
NioUdtProvider.BYTE_CONNECTOR
ChannelFactory for UDT Byte Connector. |
static ChannelFactory<UdtChannel> |
NioUdtProvider.BYTE_RENDEZVOUS
ChannelFactory for UDT Byte Rendezvous. |
static ChannelFactory<UdtChannel> |
NioUdtProvider.MESSAGE_CONNECTOR
ChannelFactory for UDT Message Connector. |
static ChannelFactory<UdtChannel> |
NioUdtProvider.MESSAGE_RENDEZVOUS
ChannelFactory for UDT Message Rendezvous. |
Copyright © 2008–2013 The Netty Project. All rights reserved.