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>
Deprecated.
The UDT transport is no longer maintained and will be removed.
|
Modifier and Type | Field and Description |
---|---|
static ChannelFactory<UdtServerChannel> |
NioUdtProvider.BYTE_ACCEPTOR
Deprecated.
ChannelFactory for UDT Byte Acceptor. |
static ChannelFactory<UdtChannel> |
NioUdtProvider.BYTE_CONNECTOR
Deprecated.
ChannelFactory for UDT Byte Connector. |
static ChannelFactory<UdtChannel> |
NioUdtProvider.BYTE_RENDEZVOUS
Deprecated.
ChannelFactory for UDT Byte Rendezvous. |
static ChannelFactory<UdtServerChannel> |
NioUdtProvider.MESSAGE_ACCEPTOR
Deprecated.
ChannelFactory for UDT Message Acceptor. |
static ChannelFactory<UdtChannel> |
NioUdtProvider.MESSAGE_CONNECTOR
Deprecated.
ChannelFactory for UDT Message Connector. |
static ChannelFactory<UdtChannel> |
NioUdtProvider.MESSAGE_RENDEZVOUS
Deprecated.
ChannelFactory for UDT Message Rendezvous. |
Copyright © 2008–2018 The Netty Project. All rights reserved.