List of usage examples for io.netty.channel.socket.oio OioSocketChannel subclass-usage
From source file org.elasticsearch.transport.netty4.channel.PrivilegedOioSocketChannel.java
/** * Wraps netty calls to {@link java.net.Socket#connect(SocketAddress)} in * {@link AccessController#doPrivileged(PrivilegedAction)} blocks. This is necessary to limit * {@link java.net.SocketPermission} to the transport module. */ public class PrivilegedOioSocketChannel extends OioSocketChannel {