Uses of Interface
io.netty.channel.udt.UdtServerChannel
Packages that use UdtServerChannel
-
Uses of UdtServerChannel in io.netty.channel.udt.nio
Classes in io.netty.channel.udt.nio that implement UdtServerChannelModifier and TypeClassDescriptionclassDeprecated.The UDT transport is no longer maintained and will be removed.classDeprecated.The UDT transport is no longer maintained and will be removed.classDeprecated.The UDT transport is no longer maintained and will be removed.Fields in io.netty.channel.udt.nio with type parameters of type UdtServerChannelModifier and TypeFieldDescriptionstatic final ChannelFactory<UdtServerChannel> NioUdtProvider.BYTE_ACCEPTORDeprecated.ChannelFactoryfor UDT Byte Acceptor.static final ChannelFactory<UdtServerChannel> NioUdtProvider.MESSAGE_ACCEPTORDeprecated.ChannelFactoryfor UDT Message Acceptor.