List of usage examples for io.netty.channel ChannelFutureListener interface-usage
From source file reactor.ipc.netty.channel.CloseableContextHandler.java
/** * @param <CHANNEL> the channel type * * @author Stephane Maldini */ abstract class CloseableContextHandler<CHANNEL extends Channel> extends ContextHandler<CHANNEL>
From source file reactor.ipc.netty.channel.FlushOnEachSubscriber.java
/** * @author Stephane Maldini */ final class FlushOnEachSubscriber implements Subscriber<Object>, ChannelFutureListener, Loopback, Trackable, Receiver {
From source file reactor.ipc.netty.channel.FlushOnTerminateSubscriber.java
/** * @author Stephane Maldini */ final class FlushOnTerminateSubscriber implements Subscriber<Object>, ChannelFutureListener, Loopback { final ChannelHandlerContext ctx;
From source file tachyon.worker.netty.ClosableResourceChannelListener.java
/** * A listener that will close the given resource when the operation completes. This class accepts * null resources. */ final class ClosableResourceChannelListener implements ChannelFutureListener { private final Closeable mResource;