Uses of Class
io.netty.channel.socket.oio.OioServerSocketChannel
Packages that use OioServerSocketChannel
Package
Description
Old blocking I/O based socket channel API implementation - recommended for
a small number of connections (< 1000).
-
Uses of OioServerSocketChannel in io.netty.channel.socket.oio
Constructors in io.netty.channel.socket.oio with parameters of type OioServerSocketChannelModifierConstructorDescription(package private)
DefaultOioServerSocketChannelConfig
(OioServerSocketChannel channel, ServerSocket javaSocket) Deprecated.