Uses of Class
io.netty.channel.socket.oio.OioServerSocketChannel
-
Packages that use OioServerSocketChannel Package Description io.netty.channel.socket.oio 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 OioServerSocketChannel Constructor Description DefaultOioServerSocketChannelConfig(OioServerSocketChannel channel, java.net.ServerSocket javaSocket)
Deprecated.
-