Uses of Interface
io.netty.channel.udt.UdtServerChannel
-
Packages that use UdtServerChannel Package Description io.netty.channel.udt.nio UDT Transport for NIO Channels. -
-
Uses of UdtServerChannel in io.netty.channel.udt.nio
Classes in io.netty.channel.udt.nio that implement UdtServerChannel Modifier and Type Class Description classNioUdtAcceptorChannelDeprecated.The UDT transport is no longer maintained and will be removed.classNioUdtByteAcceptorChannelDeprecated.The UDT transport is no longer maintained and will be removed.classNioUdtMessageAcceptorChannelDeprecated.The UDT transport is no longer maintained and will be removed.Fields in io.netty.channel.udt.nio with type parameters of type UdtServerChannel Modifier and Type Field Description static ChannelFactory<UdtServerChannel>NioUdtProvider. BYTE_ACCEPTORDeprecated.ChannelFactoryfor UDT Byte Acceptor.static ChannelFactory<UdtServerChannel>NioUdtProvider. MESSAGE_ACCEPTORDeprecated.ChannelFactoryfor UDT Message Acceptor.
-