-
- All Superinterfaces:
AttributeMap,Channel,ChannelOutboundInvoker,Comparable<Channel>,FuturePromiseFactory,IoHandle,ServerChannel
- All Known Implementing Classes:
EpollServerSocketChannel,KQueueServerSocketChannel,NioServerSocketChannel
public interface ServerSocketChannel extends ServerChannel
A SocketServerChannelwhich accepts incoming Socket connections.Available options
In addition to the options provided byServerChannel,ServerSocketChannelallows the following options in the option map:ChannelOptionINETINET6UNIXChannelOption.SO_BACKLOGX X X ChannelOption.SO_REUSEADDRX X - ChannelOption.SO_RCVBUFX X X
-
-
Method Summary
-
Methods inherited from interface io.netty5.util.AttributeMap
attr, hasAttr
-
Methods inherited from interface io.netty5.channel.Channel
bind, bufferAllocator, close, closeFuture, connect, connect, deregister, disconnect, executor, flush, getOption, id, isActive, isOpen, isOptionSupported, isShutdown, isWritable, localAddress, metadata, parent, pipeline, read, register, remoteAddress, sendOutboundEvent, setOption, shutdown, writableBytes, write, writeAndFlush
-
Methods inherited from interface io.netty5.channel.ChannelOutboundInvoker
newFailedFuture, newPromise, newSucceededFuture, newSucceededFuture
-
Methods inherited from interface java.lang.Comparable
compareTo
-
Methods inherited from interface io.netty5.channel.IoHandle
isRegistered
-
Methods inherited from interface io.netty5.channel.ServerChannel
childEventLoopGroup
-
-