Example usage for io.netty.channel ChannelFutureListener interface-usage

List of usage examples for io.netty.channel ChannelFutureListener interface-usage

Introduction

In this page you can find the example usage for io.netty.channel ChannelFutureListener interface-usage.

Usage

From source file alluxio.worker.netty.ClosableResourceChannelListener.java

/**
 * A listener that will close the given resource when the operation completes. This class accepts
 * null resources.
 */
@ThreadSafe
final class ClosableResourceChannelListener implements ChannelFutureListener {

From source file alluxio.worker.netty.ReleasableResourceChannelListener.java

/**
 * A listener that will release the given resource when the operation completes. This class accepts
 * null resources.
 */
@ThreadSafe
final class ReleasableResourceChannelListener implements ChannelFutureListener {

From source file cn.wantedonline.puppy.httpserver.component.ContextAttachment.java

/**
 *
 * @author wangcheng
 * @since V0.1.0 on 16/11/22.
 */
public class ContextAttachment implements ChannelFutureListener, Comparable<ContextAttachment> {

From source file com.addthis.hydra.query.aggregate.MeshSourceAggregator.java

public class MeshSourceAggregator extends ChannelDuplexHandler implements ChannelFutureListener {

    static final Logger log = LoggerFactory.getLogger(MeshSourceAggregator.class);

    final QueryTaskSource[] taskSources;
    final int totalTasks;

From source file com.addthis.hydra.query.loadbalance.NextQueryTask.java

public class NextQueryTask implements Runnable, ChannelFutureListener {

    private static final Logger log = LoggerFactory.getLogger(NextQueryTask.class);

    private final QueryQueue queryQueue;
    private final EventExecutor executor;

From source file com.andrewkroh.cisco.xmlservices.ChannelConnectListener.java

/**
 * Listens for successful client channel connection and then writes the
 * {@link HttpRequest} to the channel.
 *
 * @author akroh
 */

From source file com.andrewkroh.cisco.xmlservices.ChannelWriteFuture.java

/**
 * Listens for the failure of {@link Channel#writeAndFlush(Object)} notifies
 * the {@link SettableFuture}.
 *
 * @author akroh
 */

From source file com.athena.meerkat.agent.netty.MeerkatClientListener.java

/**
 * <pre>
 * 
 * </pre>
 * 
 * @author Sang-cheon Park

From source file com.athena.peacock.agent.netty.PeacockClientListener.java

/**
 * <pre>
 *
 * </pre>
 * 
 * @author Sang-cheon Park

From source file com.baidu.jprotobuf.pbrpc.transport.RpcChannelFutureListener.java

/**
 * A {@link ChannelFutureListener} implementation of RPC operation complete call back
 * 
 * @author xiemalin
 * @since 1.0
 */