Uses of Class
io.netty.channel.unix.SocketWritableByteChannel
-
Packages that use SocketWritableByteChannel Package Description io.netty.channel.epoll Optimized transport for linux which uses EPOLL Edge-Triggered Mode for maximal performance.io.netty.channel.kqueue BSD specific transport. -
-
Uses of SocketWritableByteChannel in io.netty.channel.epoll
Subclasses of SocketWritableByteChannel in io.netty.channel.epoll Modifier and Type Class Description private class
AbstractEpollStreamChannel.EpollSocketWritableByteChannel
-
Uses of SocketWritableByteChannel in io.netty.channel.kqueue
Subclasses of SocketWritableByteChannel in io.netty.channel.kqueue Modifier and Type Class Description private class
AbstractKQueueStreamChannel.KQueueSocketWritableByteChannel
-