Example usage for io.netty.channel.group DefaultChannelGroup subclass-usage

List of usage examples for io.netty.channel.group DefaultChannelGroup subclass-usage

Introduction

In this page you can find the example usage for io.netty.channel.group DefaultChannelGroup subclass-usage.

Usage

From source file channel.group.ClientChannelGroup.java

/**
 * The default {@link ChannelGroup} implementation.
 */
public class ClientChannelGroup extends DefaultChannelGroup {

    public ClientChannelGroup(EventExecutor executor) {

From source file com.ning.http.client.providers.netty_4.util.CleanupChannelGroup.java

/**
 * Extension of {@link DefaultChannelGroup} that's used mainly as a cleanup container, where {@link #close()} is only
 * supposed to be called once.
 *
 * @author <a href="http://bruno.biasedbit.com/">Bruno de Carvalho</a>
 */

From source file org.asynchttpclient.netty.channel.CleanupChannelGroup.java

/**
 * Extension of {@link DefaultChannelGroup} that's used mainly as a cleanup container, where {@link #close()} is only
 * supposed to be called once.
 * 
 * @author <a href="http://bruno.biasedbit.com/">Bruno de Carvalho</a>
 */

From source file org.asynchttpclient.providers.netty.channel.CleanupChannelGroup.java

/**
 * Extension of {@link DefaultChannelGroup} that's used mainly as a cleanup container, where {@link #close()} is only
 * supposed to be called once.
 * 
 * @author <a href="http://bruno.biasedbit.com/">Bruno de Carvalho</a>
 */

From source file org.asynchttpclient.providers.netty.util.CleanupChannelGroup.java

/**
 * Extension of {@link DefaultChannelGroup} that's used mainly as a cleanup container, where {@link #close()} is only
 * supposed to be called once.
 * 
 * @author <a href="http://bruno.biasedbit.com/">Bruno de Carvalho</a>
 */

From source file org.asynchttpclient.providers.netty4.channel.CleanupChannelGroup.java

/**
 * Extension of {@link DefaultChannelGroup} that's used mainly as a cleanup container, where {@link #close()} is only
 * supposed to be called once.
 * 
 * @author <a href="http://bruno.biasedbit.com/">Bruno de Carvalho</a>
 */

From source file org.asynchttpclient.providers.netty4.util.CleanupChannelGroup.java

/**
 * Extension of {@link DefaultChannelGroup} that's used mainly as a cleanup container, where {@link #close()} is only
 * supposed to be called once.
 *
 * @author <a href="http://bruno.biasedbit.com/">Bruno de Carvalho</a>
 */

From source file org.asynchttpclient.providers.netty_4.util.CleanupChannelGroup.java

/**
 * Extension of {@link DefaultChannelGroup} that's used mainly as a cleanup container, where {@link #close()} is only
 * supposed to be called once.
 *
 * @author <a href="http://bruno.biasedbit.com/">Bruno de Carvalho</a>
 */