Class NioUdtProvider<T extends UdtChannel>
java.lang.Object
io.netty.channel.udt.nio.NioUdtProvider<T>
- All Implemented Interfaces:
ChannelFactory<T>, ChannelFactory<T>
@Deprecated
public final class NioUdtProvider<T extends UdtChannel>
extends Object
implements ChannelFactory<T>
Deprecated.
The UDT transport is no longer maintained and will be removed.
UDT NIO components provider:
Provides ChannelFactory for UDT channels.
Provides SelectorProvider for UDT channels.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ChannelFactory<UdtServerChannel> Deprecated.ChannelFactoryfor UDT Byte Acceptor.static final ChannelFactory<UdtChannel> Deprecated.ChannelFactoryfor UDT Byte Connector.static final SelectorProviderDeprecated.SelectorProviderfor UDT Byte channels.static final ChannelFactory<UdtChannel> Deprecated.ChannelFactoryfor UDT Byte Rendezvous.static final ChannelFactory<UdtServerChannel> Deprecated.ChannelFactoryfor UDT Message Acceptor.static final ChannelFactory<UdtChannel> Deprecated.ChannelFactoryfor UDT Message Connector.static final SelectorProviderDeprecated.SelectorProviderfor UDT Message channels.static final ChannelFactory<UdtChannel> Deprecated.ChannelFactoryfor UDT Message Rendezvous. -
Method Summary
Modifier and TypeMethodDescriptionstatic com.barchart.udt.nio.ChannelUDTchannelUDT(Channel channel) Deprecated.Expose underlyingChannelUDTfor debugging and monitoring.com.barchart.udt.nio.KindUDTkind()Deprecated.UDT Channel Kind.Deprecated.static com.barchart.udt.SocketUDTDeprecated.Expose underlyingSocketUDTfor debugging and monitoring.com.barchart.udt.TypeUDTtype()Deprecated.UDT Socket Type.
-
Field Details
-
BYTE_ACCEPTOR
Deprecated. -
BYTE_CONNECTOR
Deprecated. -
BYTE_PROVIDER
Deprecated.SelectorProviderfor UDT Byte channels. SeeTypeUDT.STREAM. -
BYTE_RENDEZVOUS
Deprecated. -
MESSAGE_ACCEPTOR
Deprecated. -
MESSAGE_CONNECTOR
Deprecated. -
MESSAGE_PROVIDER
Deprecated.SelectorProviderfor UDT Message channels. SeeTypeUDT.DATAGRAM. -
MESSAGE_RENDEZVOUS
Deprecated.
-
-
Method Details
-
channelUDT
Deprecated.Expose underlyingChannelUDTfor debugging and monitoring.- Returns:
- underlying
ChannelUDTor null, if parameter is notUdtChannel
-
socketUDT
Deprecated.Expose underlyingSocketUDTfor debugging and monitoring.- Returns:
- underlying
SocketUDTor null, if parameter is notUdtChannel
-
kind
public com.barchart.udt.nio.KindUDT kind()Deprecated.UDT Channel Kind. SeeKindUDT -
newChannel
Deprecated.- Specified by:
newChannelin interfaceChannelFactory<T extends UdtChannel>- Specified by:
newChannelin interfaceChannelFactory<T extends UdtChannel>
-
type
public com.barchart.udt.TypeUDT type()Deprecated.UDT Socket Type. SeeTypeUDT
-