02329d10c7
Motivation: See #4882 Modification: isInputShutdown, isOutputShutdown and shutdownOutput methods moved from io.netty.channel.socket.SocketChannel to a new interface io.netty.channel.socket.DuplexChannel. io.netty.channel.unix.DomainSocketChannel now extends DuplexChannel Methods implementing DuplexChannel moved from EpollSocketChannel to AbstractEpollStreamChannel. Result: Possible to call shutdownOutput on EpollDomainSocketChannel
Native transport for Linux
See our wiki page.