@Deprecated public final class NioUdtProvider<T extends UdtChannel> extends java.lang.Object implements ChannelFactory<T>
Provides ChannelFactory
for UDT channels.
Provides SelectorProvider
for UDT channels.
Modifier and Type | Field and Description |
---|---|
static ChannelFactory<UdtServerChannel> |
BYTE_ACCEPTOR
Deprecated.
ChannelFactory for UDT Byte Acceptor. |
static ChannelFactory<UdtChannel> |
BYTE_CONNECTOR
Deprecated.
ChannelFactory for UDT Byte Connector. |
static java.nio.channels.spi.SelectorProvider |
BYTE_PROVIDER
Deprecated.
SelectorProvider for UDT Byte channels. |
static ChannelFactory<UdtChannel> |
BYTE_RENDEZVOUS
Deprecated.
ChannelFactory for UDT Byte Rendezvous. |
static ChannelFactory<UdtServerChannel> |
MESSAGE_ACCEPTOR
Deprecated.
ChannelFactory for UDT Message Acceptor. |
static ChannelFactory<UdtChannel> |
MESSAGE_CONNECTOR
Deprecated.
ChannelFactory for UDT Message Connector. |
static java.nio.channels.spi.SelectorProvider |
MESSAGE_PROVIDER
Deprecated.
SelectorProvider for UDT Message channels. |
static ChannelFactory<UdtChannel> |
MESSAGE_RENDEZVOUS
Deprecated.
ChannelFactory for UDT Message Rendezvous. |
Modifier and Type | Method and Description |
---|---|
static com.barchart.udt.nio.ChannelUDT |
channelUDT(Channel channel)
Deprecated.
Expose underlying
ChannelUDT for debugging and monitoring. |
com.barchart.udt.nio.KindUDT |
kind()
Deprecated.
UDT Channel Kind.
|
T |
newChannel()
Deprecated.
|
static com.barchart.udt.SocketUDT |
socketUDT(Channel channel)
Deprecated.
Expose underlying
SocketUDT for debugging and monitoring. |
com.barchart.udt.TypeUDT |
type()
Deprecated.
UDT Socket Type.
|
public static final ChannelFactory<UdtServerChannel> BYTE_ACCEPTOR
public static final ChannelFactory<UdtChannel> BYTE_CONNECTOR
public static final java.nio.channels.spi.SelectorProvider BYTE_PROVIDER
SelectorProvider
for UDT Byte channels. See
TypeUDT.STREAM
.public static final ChannelFactory<UdtChannel> BYTE_RENDEZVOUS
public static final ChannelFactory<UdtServerChannel> MESSAGE_ACCEPTOR
public static final ChannelFactory<UdtChannel> MESSAGE_CONNECTOR
public static final java.nio.channels.spi.SelectorProvider MESSAGE_PROVIDER
SelectorProvider
for UDT Message channels. See
TypeUDT.DATAGRAM
.public static final ChannelFactory<UdtChannel> MESSAGE_RENDEZVOUS
public static com.barchart.udt.nio.ChannelUDT channelUDT(Channel channel)
ChannelUDT
for debugging and monitoring.
ChannelUDT
or null, if parameter is not
UdtChannel
public static com.barchart.udt.SocketUDT socketUDT(Channel channel)
SocketUDT
for debugging and monitoring.
SocketUDT
or null, if parameter is not
UdtChannel
public com.barchart.udt.nio.KindUDT kind()
KindUDT
public T newChannel()
newChannel
in interface ChannelFactory<T extends UdtChannel>
public com.barchart.udt.TypeUDT type()
TypeUDT
Copyright © 2008–2018 The Netty Project. All rights reserved.