Uses of Class
io.netty5.channel.socket.nio.NioServerSocketChannel
-
Packages that use NioServerSocketChannel Package Description io.netty5.channel.socket.nio NIO-based socket channel API implementation - recommended for a large number of connections (>= 1000). -
-
Uses of NioServerSocketChannel in io.netty5.channel.socket.nio
Constructors in io.netty5.channel.socket.nio with parameters of type NioServerSocketChannel Constructor Description NioSocketChannel(NioServerSocketChannel parent, EventLoop eventLoop, SocketChannel socket)
Create a new instanceNioSocketChannel(NioServerSocketChannel parent, EventLoop eventLoop, SocketChannel socket, ProtocolFamily family)
Create a new instance
-