-
- All Superinterfaces:
AttributeMap
,Channel
,ChannelOutboundInvoker
,Comparable<Channel>
,FuturePromiseFactory
,IoHandle
,ServerChannel
- All Known Implementing Classes:
EpollServerSocketChannel
,KQueueServerSocketChannel
,NioServerSocketChannel
public interface ServerSocketChannel extends ServerChannel
A SocketServerChannel
which accepts incoming Socket connections.Available options
In addition to the options provided byServerChannel
,ServerSocketChannel
allows the following options in the option map:ChannelOption
INET
INET6
UNIX
ChannelOption.SO_BACKLOG
X X X ChannelOption.SO_REUSEADDR
X X - ChannelOption.SO_RCVBUF
X 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
-
-