Uses of Class
io.netty.channel.epoll.LinuxSocket
-
Packages that use LinuxSocket Package Description io.netty.channel.epoll Optimized transport for linux which uses EPOLL Edge-Triggered Mode for maximal performance. -
-
Uses of LinuxSocket in io.netty.channel.epoll
Methods in io.netty.channel.epoll that return LinuxSocket Modifier and Type Method Description static LinuxSocket
LinuxSocket. newSocketDgram()
static LinuxSocket
LinuxSocket. newSocketDgram(boolean ipv6)
static LinuxSocket
LinuxSocket. newSocketDomain()
static LinuxSocket
LinuxSocket. newSocketDomainDgram()
static LinuxSocket
LinuxSocket. newSocketStream()
static LinuxSocket
LinuxSocket. newSocketStream(boolean ipv6)
Constructors in io.netty.channel.epoll with parameters of type LinuxSocket Constructor Description AbstractEpollStreamChannel(LinuxSocket fd, boolean active)
EpollDomainSocketChannel(Channel parent, LinuxSocket fd)
-