Uses of Class
io.netty.channel.unix.Socket
-
-
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, InetAddress address)Returnstrueif the given socket and address combination should use IPv6 internally,falseotherwise.
-