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
Fields in io.netty.channel.epoll declared as LinuxSocket Modifier and Type Field Description (package private) LinuxSocketAbstractEpollChannel. socketMethods in io.netty.channel.epoll that return LinuxSocket Modifier and Type Method Description static LinuxSocketLinuxSocket. newSocketDgram()static LinuxSocketLinuxSocket. newSocketDgram(boolean ipv6)static LinuxSocketLinuxSocket. newSocketDgram(InternetProtocolFamily family)static LinuxSocketLinuxSocket. newSocketDomain()static LinuxSocketLinuxSocket. newSocketDomainDgram()static LinuxSocketLinuxSocket. newSocketStream()static LinuxSocketLinuxSocket. newSocketStream(boolean ipv6)static LinuxSocketLinuxSocket. newSocketStream(InternetProtocolFamily protocol)
-