Uses of Class
io.netty.channel.unix.Socket
-
Packages that use Socket 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.io.netty.channel.unix Unix specific transport. -
-
Uses of Socket in io.netty.channel.epoll
Subclasses of Socket in io.netty.channel.epoll Modifier and Type Class Description classLinuxSocketA socket which provides access Linux native methods.Methods in io.netty.channel.epoll with parameters of type Socket Modifier and Type Method Description (package private) static booleanAbstractEpollChannel. isSoErrorZero(Socket fd) -
Uses of Socket in io.netty.channel.kqueue
Subclasses of Socket in io.netty.channel.kqueue Modifier and Type Class Description (package private) classBsdSocketA socket which provides access BSD native methods. -
Uses of Socket in io.netty.channel.unix
Methods in io.netty.channel.unix that return Socket Modifier and Type Method Description static SocketSocket. newSocketDgram()static SocketSocket. newSocketDomain()static SocketSocket. newSocketDomainDgram()static SocketSocket. newSocketStream()Methods in io.netty.channel.unix with parameters of type Socket Modifier and Type Method Description protected static booleanSocket. useIpv6(Socket socket, java.net.InetAddress address)Returnstrueif the given socket and address combination should use IPv6 internally,falseotherwise.
-