Example usage for io.netty.channel.socket.oio OioSocketChannel subclass-usage

List of usage examples for io.netty.channel.socket.oio OioSocketChannel subclass-usage

Introduction

In this page you can find the example usage for io.netty.channel.socket.oio OioSocketChannel subclass-usage.

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 {