Uses of Interface
io.netty.channel.udt.UdtChannel
Packages that use UdtChannel
Package
Description
UDT Transport.
UDT Transport for NIO Channels.
-
Uses of UdtChannel in io.netty.channel.udt
Subinterfaces of UdtChannel in io.netty.channel.udtModifier and TypeInterfaceDescriptioninterfaceDeprecated.The UDT transport is no longer maintained and will be removed.Constructors in io.netty.channel.udt with parameters of type UdtChannelModifierConstructorDescriptionDefaultUdtChannelConfig(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 UdtChannelModifier and TypeClassDescriptionfinal 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 UdtChannelModifier 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.classDeprecated.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.classDeprecated.The UDT transport is no longer maintained and will be removed.Fields in io.netty.channel.udt.nio with type parameters of type UdtChannelModifier and TypeFieldDescriptionstatic final ChannelFactory<UdtChannel> NioUdtProvider.BYTE_CONNECTORDeprecated.ChannelFactoryfor UDT Byte Connector.static final ChannelFactory<UdtChannel> NioUdtProvider.BYTE_RENDEZVOUSDeprecated.ChannelFactoryfor UDT Byte Rendezvous.static final ChannelFactory<UdtChannel> NioUdtProvider.MESSAGE_CONNECTORDeprecated.ChannelFactoryfor UDT Message Connector.static final ChannelFactory<UdtChannel> NioUdtProvider.MESSAGE_RENDEZVOUSDeprecated.ChannelFactoryfor UDT Message Rendezvous.Methods in io.netty.channel.udt.nio that return UdtChannelModifier and TypeMethodDescriptionprotected 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.