Uses of Interface
io.netty.channel.udt.UdtChannel
-
Packages that use UdtChannel Package Description io.netty.channel.udt UDT Transport.io.netty.channel.udt.nio UDT Transport for NIO Channels. -
-
Uses of UdtChannel in io.netty.channel.udt
Subinterfaces of UdtChannel in io.netty.channel.udt Modifier and Type Interface Description interface
UdtServerChannel
Deprecated.The UDT transport is no longer maintained and will be removed.Constructors in io.netty.channel.udt with parameters of type UdtChannel Constructor 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. -
Uses of UdtChannel in io.netty.channel.udt.nio
Classes in io.netty.channel.udt.nio with type parameters of type UdtChannel Modifier and Type Class Description class
NioUdtProvider<T extends UdtChannel>
Deprecated.The UDT transport is no longer maintained and will be removed.Classes in io.netty.channel.udt.nio that implement UdtChannel Modifier and Type Class 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.Fields in io.netty.channel.udt.nio with type parameters of type UdtChannel Modifier and Type Field 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.Methods in io.netty.channel.udt.nio that return UdtChannel Modifier and Type Method Description protected abstract UdtChannel
NioUdtAcceptorChannel. newConnectorChannel(com.barchart.udt.nio.SocketChannelUDT channelUDT)
Deprecated.protected UdtChannel
NioUdtByteAcceptorChannel. newConnectorChannel(com.barchart.udt.nio.SocketChannelUDT channelUDT)
Deprecated.protected UdtChannel
NioUdtMessageAcceptorChannel. newConnectorChannel(com.barchart.udt.nio.SocketChannelUDT channelUDT)
Deprecated.
-