| 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 |
|---|---|
ServerBootstrap |
ServerBootstrap.channelFactory(ServerChannelFactory<? extends ServerChannel> channelFactory)
ChannelFactory which is used to create Channel instances from
when calling AbstractBootstrap.bind(). |
| Modifier and Type | Field and Description |
|---|---|
static ServerChannelFactory<UdtServerChannel> |
NioUdtProvider.BYTE_ACCEPTOR
ChannelFactory for UDT Byte Acceptor. |
static ServerChannelFactory<UdtServerChannel> |
NioUdtProvider.MESSAGE_ACCEPTOR
ChannelFactory for UDT Message Acceptor. |
Copyright © 2008–2013 The Netty Project. All rights reserved.