Uses of Class
io.netty5.channel.unix.Socket
-
Packages that use Socket Package Description io.netty5.channel.epoll Optimized transport for linux which uses EPOLL Edge-Triggered Mode for maximal performance.io.netty5.channel.unix Unix specific transport. -
-
Uses of Socket in io.netty5.channel.epoll
Subclasses of Socket in io.netty5.channel.epoll Modifier and Type Class Description class
LinuxSocket
A socket which provides access Linux native methods. -
Uses of Socket in io.netty5.channel.unix
Methods in io.netty5.channel.unix that return Socket Modifier and Type Method Description static Socket
Socket. newSocketDgram()
static Socket
Socket. newSocketDomain()
static Socket
Socket. newSocketDomainDgram()
static Socket
Socket. newSocketStream()
Methods in io.netty5.channel.unix with parameters of type Socket Modifier and Type Method Description protected static boolean
Socket. useIpv6(Socket socket, InetAddress address)
Returnstrue
if the given socket and address combination should use IPv6 internally,false
otherwise.Constructors in io.netty5.channel.unix with parameters of type Socket Constructor Description RecvFromAddressDomainSocket(Socket socket)
-