| 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 |
|---|---|
B |
AbstractBootstrap.channelFactory(ChannelFactory<? extends C> channelFactory)
ChannelFactory which is used to create Channel instances from
when calling AbstractBootstrap.bind(). |
| Modifier and Type | Class and Description |
|---|---|
class |
NioUdtProvider<T extends UdtChannel>
UDT NIO components provider:
Provides
ChannelFactory for UDT channels. |
| Modifier and Type | Field and Description |
|---|---|
static ChannelFactory<UdtServerChannel> |
NioUdtProvider.BYTE_ACCEPTOR
ChannelFactory for UDT Byte Acceptor. |
static ChannelFactory<UdtChannel> |
NioUdtProvider.BYTE_CONNECTOR
ChannelFactory for UDT Byte Connector. |
static ChannelFactory<UdtChannel> |
NioUdtProvider.BYTE_RENDEZVOUS
ChannelFactory for UDT Byte Rendezvous. |
static ChannelFactory<UdtServerChannel> |
NioUdtProvider.MESSAGE_ACCEPTOR
ChannelFactory for UDT Message Acceptor. |
static ChannelFactory<UdtChannel> |
NioUdtProvider.MESSAGE_CONNECTOR
ChannelFactory for UDT Message Connector. |
static ChannelFactory<UdtChannel> |
NioUdtProvider.MESSAGE_RENDEZVOUS
ChannelFactory for UDT Message Rendezvous. |
Copyright © 2008–2014 The Netty Project. All rights reserved.