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