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 interfaceUdtServerChannelDeprecated.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 classNioUdtProvider<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 classNioUdtAcceptorChannelDeprecated.The UDT transport is no longer maintained and will be removed.classNioUdtByteAcceptorChannelDeprecated.The UDT transport is no longer maintained and will be removed.classNioUdtByteConnectorChannelDeprecated.The UDT transport is no longer maintained and will be removed.classNioUdtByteRendezvousChannelDeprecated.The UDT transport is no longer maintained and will be removed.classNioUdtMessageAcceptorChannelDeprecated.The UDT transport is no longer maintained and will be removed.classNioUdtMessageConnectorChannelDeprecated.The UDT transport is no longer maintained and will be removed.classNioUdtMessageRendezvousChannelDeprecated.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_CONNECTORDeprecated.ChannelFactoryfor UDT Byte Connector.static ChannelFactory<UdtChannel>NioUdtProvider. BYTE_RENDEZVOUSDeprecated.ChannelFactoryfor UDT Byte Rendezvous.static ChannelFactory<UdtChannel>NioUdtProvider. MESSAGE_CONNECTORDeprecated.ChannelFactoryfor UDT Message Connector.static ChannelFactory<UdtChannel>NioUdtProvider. MESSAGE_RENDEZVOUSDeprecated.ChannelFactoryfor UDT Message Rendezvous.Methods in io.netty.channel.udt.nio that return UdtChannel Modifier and Type Method Description protected abstract UdtChannelNioUdtAcceptorChannel. newConnectorChannel(com.barchart.udt.nio.SocketChannelUDT channelUDT)Deprecated.protected UdtChannelNioUdtByteAcceptorChannel. newConnectorChannel(com.barchart.udt.nio.SocketChannelUDT channelUDT)Deprecated.protected UdtChannelNioUdtMessageAcceptorChannel. newConnectorChannel(com.barchart.udt.nio.SocketChannelUDT channelUDT)Deprecated.
-