Package io.netty.channel.udt
Interface UdtServerChannel
-
- All Superinterfaces:
AttributeMap
,Channel
,ChannelOutboundInvoker
,java.lang.Comparable<Channel>
,ServerChannel
,UdtChannel
- All Known Implementing Classes:
NioUdtAcceptorChannel
,NioUdtByteAcceptorChannel
,NioUdtMessageAcceptorChannel
@Deprecated public interface UdtServerChannel extends ServerChannel, UdtChannel
Deprecated.The UDT transport is no longer maintained and will be removed.UDTServerChannel
.Supported UDT
UdtServerChannel
are available viaNioUdtProvider
.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.netty.channel.Channel
Channel.Unsafe
-
-
Method Summary
-
Methods inherited from interface io.netty.util.AttributeMap
attr, hasAttr
-
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 io.netty.channel.udt.UdtChannel
config, localAddress, remoteAddress
-
-