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 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
NioUdtMessageAcceptorChannel
Deprecated.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_ACCEPTOR
Deprecated.ChannelFactory
for UDT Byte Acceptor.static ChannelFactory<UdtServerChannel>
NioUdtProvider. MESSAGE_ACCEPTOR
Deprecated.ChannelFactory
for UDT Message Acceptor.
-