Uses of Class
io.netty.channel.unix.Socket
Packages that use Socket
Package
Description
Optimized transport for linux which uses EPOLL Edge-Triggered Mode
for maximal performance.
BSD specific transport.
Unix specific transport.
-
Uses of Socket in io.netty.channel.epoll
Subclasses of Socket in io.netty.channel.epollModifier and TypeClassDescriptionfinal class
A socket which provides access Linux native methods.Methods in io.netty.channel.epoll with parameters of type SocketModifier and TypeMethodDescription(package private) static boolean
AbstractEpollChannel.isSoErrorZero
(Socket fd) -
Uses of Socket in io.netty.channel.kqueue
Subclasses of Socket in io.netty.channel.kqueueModifier and TypeClassDescription(package private) final class
A socket which provides access BSD native methods. -
Uses of Socket in io.netty.channel.unix
Methods in io.netty.channel.unix that return SocketModifier and TypeMethodDescriptionstatic Socket
Socket.newSocketDgram()
static Socket
Socket.newSocketDomain()
static Socket
Socket.newSocketDomainDgram()
static Socket
Socket.newSocketStream()
Methods in io.netty.channel.unix with parameters of type SocketModifier and TypeMethodDescriptionprotected static boolean
Socket.useIpv6
(Socket socket, InetAddress address) Returnstrue
if the given socket and address combination should use IPv6 internally,false
otherwise.