Package | Description |
---|---|
io.netty.channel.udt |
UDT Transport.
|
io.netty.channel.udt.nio |
UDT Transport for NIO Channels.
|
Modifier and Type | Interface and Description |
---|---|
interface |
UdtServerChannel
Deprecated.
The UDT transport is no longer maintained and will be removed.
|
Constructor and Description |
---|
DefaultUdtChannelConfig(UdtChannel channel,
com.barchart.udt.nio.ChannelUDT channelUDT,
boolean apply)
Deprecated.
|
DefaultUdtServerChannelConfig(UdtChannel channel,
com.barchart.udt.nio.ChannelUDT channelUDT,
boolean apply)
Deprecated.
|
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 | 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 |
NioUdtByteConnectorChannel
Deprecated.
The UDT transport is no longer maintained and will be removed.
|
class |
NioUdtByteRendezvousChannel
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.
|
class |
NioUdtMessageConnectorChannel
Deprecated.
The UDT transport is no longer maintained and will be removed.
|
class |
NioUdtMessageRendezvousChannel
Deprecated.
The UDT transport is no longer maintained and will be removed.
|
Modifier and Type | Field and Description |
---|---|
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<UdtChannel> |
NioUdtProvider.MESSAGE_CONNECTOR
Deprecated.
ChannelFactory for UDT Message Connector. |
static ChannelFactory<UdtChannel> |
NioUdtProvider.MESSAGE_RENDEZVOUS
Deprecated.
ChannelFactory for UDT Message Rendezvous. |
Modifier and Type | Method and Description |
---|---|
protected UdtChannel |
NioUdtMessageAcceptorChannel.newConnectorChannel(com.barchart.udt.nio.SocketChannelUDT channelUDT)
Deprecated.
|
protected UdtChannel |
NioUdtByteAcceptorChannel.newConnectorChannel(com.barchart.udt.nio.SocketChannelUDT channelUDT)
Deprecated.
|
protected abstract UdtChannel |
NioUdtAcceptorChannel.newConnectorChannel(com.barchart.udt.nio.SocketChannelUDT channelUDT)
Deprecated.
|
Copyright © 2008–2018 The Netty Project. All rights reserved.