Package | Description |
---|---|
io.netty.channel.udt.nio |
UDT Transport for NIO Channels.
|
Modifier and Type | Class and Description |
---|---|
class |
NioUdtAcceptorChannel
Deprecated.
The UDT transport is no longer maintained and will be removed.
|
class |
NioUdtByteAcceptorChannel
Deprecated.
The UDT transport is no longer maintained and will be removed.
|
class |
NioUdtMessageAcceptorChannel
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<UdtServerChannel> |
NioUdtProvider.MESSAGE_ACCEPTOR
Deprecated.
ChannelFactory for UDT Message Acceptor. |
Copyright © 2008–2018 The Netty Project. All rights reserved.