程序包 | 说明 |
---|---|
io.netty.channel.udt |
UDT Transport.
|
io.netty.channel.udt.nio |
UDT Transport for NIO Channels.
|
限定符和类型 | 接口和说明 |
---|---|
interface |
UdtServerChannel
已过时。
The UDT transport is no longer maintained and will be removed.
|
构造器和说明 |
---|
DefaultUdtChannelConfig(UdtChannel channel,
ChannelUDT channelUDT,
boolean apply)
已过时。
|
DefaultUdtServerChannelConfig(UdtChannel channel,
ChannelUDT channelUDT,
boolean apply)
已过时。
|
限定符和类型 | 类和说明 |
---|---|
class |
NioUdtProvider<T extends UdtChannel>
已过时。
The UDT transport is no longer maintained and will be removed.
|
限定符和类型 | 类和说明 |
---|---|
class |
NioUdtAcceptorChannel
已过时。
The UDT transport is no longer maintained and will be removed.
|
class |
NioUdtByteAcceptorChannel
已过时。
The UDT transport is no longer maintained and will be removed.
|
class |
NioUdtByteConnectorChannel
已过时。
The UDT transport is no longer maintained and will be removed.
|
class |
NioUdtByteRendezvousChannel
已过时。
The UDT transport is no longer maintained and will be removed.
|
class |
NioUdtMessageAcceptorChannel
已过时。
The UDT transport is no longer maintained and will be removed.
|
class |
NioUdtMessageConnectorChannel
已过时。
The UDT transport is no longer maintained and will be removed.
|
class |
NioUdtMessageRendezvousChannel
已过时。
The UDT transport is no longer maintained and will be removed.
|
限定符和类型 | 字段和说明 |
---|---|
static ChannelFactory<UdtChannel> |
NioUdtProvider.BYTE_CONNECTOR
已过时。
ChannelFactory for UDT Byte Connector. |
static ChannelFactory<UdtChannel> |
NioUdtProvider.BYTE_RENDEZVOUS
已过时。
ChannelFactory for UDT Byte Rendezvous. |
static ChannelFactory<UdtChannel> |
NioUdtProvider.MESSAGE_CONNECTOR
已过时。
ChannelFactory for UDT Message Connector. |
static ChannelFactory<UdtChannel> |
NioUdtProvider.MESSAGE_RENDEZVOUS
已过时。
ChannelFactory for UDT Message Rendezvous. |
限定符和类型 | 方法和说明 |
---|---|
protected UdtChannel |
NioUdtMessageAcceptorChannel.newConnectorChannel(SocketChannelUDT channelUDT)
已过时。
|
protected UdtChannel |
NioUdtByteAcceptorChannel.newConnectorChannel(SocketChannelUDT channelUDT)
已过时。
|
protected abstract UdtChannel |
NioUdtAcceptorChannel.newConnectorChannel(SocketChannelUDT channelUDT)
已过时。
|