List of usage examples for io.netty.channel ChannelFuture interface-usage
From source file com.github.mrstampy.kitchensync.netty.channel.KiSyFailedFuture.java
/** * Internal class to use if no future available from Netty for failed socket * operations. {@link #isSuccess()} always returns false. */ public class KiSyFailedFuture implements ChannelFuture {
From source file com.github.mrstampy.kitchensync.stream.StreamerFuture.java
/** * The Class StreamerFuture used in the {@link AbstractStreamer} implementation. */ public class StreamerFuture implements ChannelFuture { private static final Logger log = LoggerFactory.getLogger(StreamerFuture.class);
From source file com.lambdaworks.redis.protocol.EmptyFuture.java
/** * @author Mark Paluch */ class EmptyFuture implements ChannelFuture { @Override
From source file dev.wolveringer.JUMetrics.server.netty.NettyCompleteChannelFuture.java
/** * A skeletal {@link ChannelFuture} implementation which represents a * {@link ChannelFuture} which has been completed already. */ public abstract class NettyCompleteChannelFuture extends CompleteFuture<Void> implements ChannelFuture {
From source file io.lettuce.core.protocol.EmptyFuture.java
/** * @author Mark Paluch */ class EmptyFuture implements ChannelFuture { @Override