UnixChannel that supports communication via
Unix Domain Socket.ChannelConfig for DomainSocketChannels.DomainSocketChannel.netty-transport-native-epoll is
available.netty-transport-native-epoll is supported.DatagramChannel implementation that uses linux EPOLL Edge-Triggered Mode for
maximal performance.EpollDatagramChannel from the given FileDescriptor.EpollDomainSocketChannel from an existing FileDescriptorEventLoopGroup which uses epoll under the covers.ThreadFactory.ThreadFactory.ThreadFactory.EpollServerDomainSocketChannel from an existing FileDescriptor.ServerSocketChannel implementation that uses linux EPOLL Edge-Triggered Mode for
maximal performance.EpollServerSocketChannel from an existing FileDescriptor.SocketChannel implementation that uses linux EPOLL Edge-Triggered Mode for
maximal performance.EpollSocketChannel from an existing FileDescriptor.FileDescriptor that is used by this Channel.FileDescriptor implementation which allows to wrap an int and provide a
FileDescriptor for it.EpollMode used.DomainSocketReadMode for the channel.TCP_KEEPCNT option on the socket.TCP_KEEPIDLE option on the socket.TCP_KEEPINTVL option on the socket.true if and only if the
netty-transport-native-epoll is available.true if the file descriptor is open.true if the SO_REUSEPORT option is set.true if the SO_REUSEPORT option is set.TCP_CORK option on the socket.EpollMode used.DomainSocketReadMode for the channel.TCP_CORK option on the socket.TCP_KEEPCNT option on the socket.TCP_KEEPIDLE option on the socket.TCP_KEEPINTVL option on the socket.TCP_INFO for the current socket.TCP_INFO for the current socket.netty-transport-native-epoll.Channel that expose operations that are only present on UNIX like systems.Copyright © 2008–2015 The Netty Project. All rights reserved.