Package io.netty.channel.udt
Interface UdtChannel
-
- All Superinterfaces:
io.netty.util.AttributeMap,io.netty.channel.Channel,io.netty.channel.ChannelOutboundInvoker,Comparable<io.netty.channel.Channel>
- All Known Subinterfaces:
UdtServerChannel
- All Known Implementing Classes:
NioUdtAcceptorChannel,NioUdtByteAcceptorChannel,NioUdtByteConnectorChannel,NioUdtByteRendezvousChannel,NioUdtMessageAcceptorChannel,NioUdtMessageConnectorChannel,NioUdtMessageRendezvousChannel
@Deprecated public interface UdtChannel extends io.netty.channel.Channel
Deprecated.The UDT transport is no longer maintained and will be removed.UDTChannel.Supported UDT
UdtChannelare available viaNioUdtProvider.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description UdtChannelConfigconfig()Deprecated.Returns theUdtChannelConfigof the channel.InetSocketAddresslocalAddress()Deprecated.InetSocketAddressremoteAddress()Deprecated.-
Methods inherited from interface io.netty.channel.Channel
alloc, bind, bind, bytesBeforeUnwritable, bytesBeforeWritable, close, close, closeFuture, connect, connect, connect, connect, deregister, deregister, disconnect, disconnect, eventLoop, flush, getOption, id, isActive, isOpen, isRegistered, isWritable, metadata, newFailedFuture, newProgressivePromise, newPromise, newSucceededFuture, parent, pipeline, read, setOption, unsafe, voidPromise, write, write, writeAndFlush, writeAndFlush
-
Methods inherited from interface java.lang.Comparable
compareTo
-
-
-
-
Method Detail
-
config
UdtChannelConfig config()
Deprecated.Returns theUdtChannelConfigof the channel.- Specified by:
configin interfaceio.netty.channel.Channel
-
localAddress
InetSocketAddress localAddress()
Deprecated.- Specified by:
localAddressin interfaceio.netty.channel.Channel
-
remoteAddress
InetSocketAddress remoteAddress()
Deprecated.- Specified by:
remoteAddressin interfaceio.netty.channel.Channel
-
-