软件包 | 描述 |
---|---|
io.netty.channel.udt |
UDT运输。
|
io.netty.channel.udt.nio |
用于NIO通道的UDT传输。
|
Modifier and Type | Interface and Description |
---|---|
interface |
UdtServerChannel
已过时。
UDT运输不再维护并将被移除。
|
Constructor and Description |
---|
DefaultUdtChannelConfig(UdtChannel channel, com.barchart.udt.nio.ChannelUDT channelUDT, boolean apply)
已过时。
|
DefaultUdtServerChannelConfig(UdtChannel channel, com.barchart.udt.nio.ChannelUDT channelUDT, boolean apply)
已过时。
|
Modifier and Type | Class and Description |
---|---|
class |
NioUdtProvider<T extends UdtChannel>
已过时。
UDT运输不再维护并将被移除。
|
Modifier and Type | Class and Description |
---|---|
class |
NioUdtAcceptorChannel
已过时。
UDT运输不再维护并将被移除。
|
class |
NioUdtByteAcceptorChannel
已过时。
UDT运输不再维护并将被移除。
|
class |
NioUdtByteConnectorChannel
已过时。
UDT运输不再维护并将被移除。
|
class |
NioUdtByteRendezvousChannel
已过时。
UDT运输不再维护并将被移除。
|
class |
NioUdtMessageAcceptorChannel
已过时。
UDT运输不再维护并将被移除。
|
class |
NioUdtMessageConnectorChannel
已过时。
UDT运输不再维护并将被移除。
|
class |
NioUdtMessageRendezvousChannel
已过时。
UDT运输不再维护并将被移除。
|
Modifier and Type | Field and Description |
---|---|
static ChannelFactory<UdtChannel> |
NioUdtProvider.BYTE_CONNECTOR
已过时。
用于UDT字节连接器的 ChannelFactory 。
|
static ChannelFactory<UdtChannel> |
NioUdtProvider.BYTE_RENDEZVOUS
已过时。
用于UDT Byte Rendezvous的 ChannelFactory 。
|
static ChannelFactory<UdtChannel> |
NioUdtProvider.MESSAGE_CONNECTOR
已过时。
用于UDT消息连接器的 ChannelFactory 。
|
static ChannelFactory<UdtChannel> |
NioUdtProvider.MESSAGE_RENDEZVOUS
已过时。
用于UDT消息集合的 ChannelFactory 。
|
Modifier and Type | Method and Description |
---|---|
protected UdtChannel |
NioUdtMessageAcceptorChannel.newConnectorChannel(com.barchart.udt.nio.SocketChannelUDT channelUDT)
已过时。
|
protected UdtChannel |
NioUdtByteAcceptorChannel.newConnectorChannel(com.barchart.udt.nio.SocketChannelUDT channelUDT)
已过时。
|
protected abstract UdtChannel |
NioUdtAcceptorChannel.newConnectorChannel(com.barchart.udt.nio.SocketChannelUDT channelUDT)
已过时。
|
Copyright © 2008–2018 The Netty Project. All rights reserved.