@Deprecated public interface UdtChannel extends io.netty.channel.Channel
Channel.
Supported UDT UdtChannel are available via NioUdtProvider.
| Modifier and Type | Method and Description |
|---|---|
UdtChannelConfig |
config()
Deprecated.
Returns the
UdtChannelConfig of the channel. |
InetSocketAddress |
localAddress()
Deprecated.
|
InetSocketAddress |
remoteAddress()
Deprecated.
|
alloc, bytesBeforeUnwritable, bytesBeforeWritable, closeFuture, eventLoop, flush, id, isActive, isOpen, isRegistered, isWritable, metadata, parent, pipeline, read, unsafebind, bind, close, close, connect, connect, connect, connect, deregister, deregister, disconnect, disconnect, newFailedFuture, newProgressivePromise, newPromise, newSucceededFuture, voidPromise, write, write, writeAndFlush, writeAndFlushcompareToUdtChannelConfig config()
UdtChannelConfig of the channel.config in interface io.netty.channel.ChannelInetSocketAddress localAddress()
localAddress in interface io.netty.channel.ChannelInetSocketAddress remoteAddress()
remoteAddress in interface io.netty.channel.ChannelCopyright © 2008–2025 The Netty Project. All rights reserved.