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 protected LinuxSocket
AbstractEpollChannel. socket
protected LinuxSocket
AbstractEpollChannel. socket
protected LinuxSocket
AbstractEpollChannel. socket
protected LinuxSocket
AbstractEpollChannel. socket
protected LinuxSocket
AbstractEpollChannel. socket
protected LinuxSocket
AbstractEpollChannel. socket
protected LinuxSocket
AbstractEpollChannel. socket
protected LinuxSocket
AbstractEpollChannel. socket
Methods in io.netty.channel.epoll that return LinuxSocket Modifier and Type Method Description static LinuxSocket
LinuxSocket. newSocket(int fd)
static LinuxSocket
LinuxSocket. newSocketDgram()
static LinuxSocket
LinuxSocket. newSocketDgram(boolean ipv6)
static LinuxSocket
LinuxSocket. newSocketDgram(InternetProtocolFamily family)
Deprecated.static LinuxSocket
LinuxSocket. newSocketDgram(SocketProtocolFamily family)
static LinuxSocket
LinuxSocket. newSocketDomain()
static LinuxSocket
LinuxSocket. newSocketDomainDgram()
static LinuxSocket
LinuxSocket. newSocketStream()
static LinuxSocket
LinuxSocket. newSocketStream(boolean ipv6)
static LinuxSocket
LinuxSocket. newSocketStream(InternetProtocolFamily protocol)
Deprecated.static LinuxSocket
LinuxSocket. newSocketStream(SocketProtocolFamily protocol)
static LinuxSocket
LinuxSocket. newVSockStream()
protected LinuxSocket
EpollChannelConfig. socket()
Constructors in io.netty.channel.epoll with parameters of type LinuxSocket Constructor Description AbstractEpollServerChannel(LinuxSocket fd)
AbstractEpollServerChannel(LinuxSocket fd, boolean active)
AbstractEpollStreamChannel(Channel parent, LinuxSocket fd, java.net.SocketAddress remote)
AbstractEpollStreamChannel(LinuxSocket fd, boolean active)
EpollDomainSocketChannel(Channel parent, LinuxSocket fd)
-