Interface ServerChannel
- All Superinterfaces:
AttributeMap, Channel, ChannelOutboundInvoker, Comparable<Channel>
- All Known Subinterfaces:
SctpServerChannel, ServerDomainSocketChannel, ServerSocketChannel, UdtServerChannel
- All Known Implementing Classes:
AbstractEpollServerChannel, AbstractKQueueServerChannel, AbstractServerChannel, EpollServerDomainSocketChannel, EpollServerSocketChannel, IoUringServerDomainSocketChannel, IoUringServerSocketChannel, KQueueServerDomainSocketChannel, KQueueServerSocketChannel, LocalServerChannel, NioSctpServerChannel, NioServerDomainSocketChannel, NioServerSocketChannel, NioUdtAcceptorChannel, NioUdtByteAcceptorChannel, NioUdtMessageAcceptorChannel, OioSctpServerChannel, OioServerSocketChannel
A
Channel that accepts an incoming connection attempt and creates
its child Channels by accepting them. ServerSocketChannel is
a good example.-
Nested Class Summary
Nested classes/interfaces inherited from interface Channel
Channel.Unsafe -
Method Summary
Methods inherited from interface AttributeMap
attr, hasAttrMethods inherited from interface Channel
alloc, bind, bind, bytesBeforeUnwritable, bytesBeforeWritable, close, close, closeFuture, config, connect, connect, connect, connect, deregister, deregister, disconnect, disconnect, eventLoop, flush, getOption, id, isActive, isOpen, isRegistered, isWritable, localAddress, metadata, newFailedFuture, newProgressivePromise, newPromise, newSucceededFuture, parent, pipeline, read, remoteAddress, setOption, unsafe, voidPromise, write, write, writeAndFlush, writeAndFlushMethods inherited from interface Comparable
compareTo