Uses of Interface
io.netty.channel.ChannelProgressiveFuture
-
Packages that use ChannelProgressiveFuture Package Description io.netty.channel The core channel API which is asynchronous and event-driven abstraction of various transports such as a NIO Channel. -
-
Uses of ChannelProgressiveFuture in io.netty.channel
Subinterfaces of ChannelProgressiveFuture in io.netty.channel Modifier and Type Interface Description interfaceChannelProgressivePromiseSpecialChannelPromisewhich will be notified once the associated bytes is transferring.Classes in io.netty.channel that implement ChannelProgressiveFuture Modifier and Type Class Description classDefaultChannelProgressivePromiseThe defaultChannelProgressivePromiseimplementation.Methods in io.netty.channel that return ChannelProgressiveFuture Modifier and Type Method Description ChannelProgressiveFutureChannelProgressiveFuture. addListener(io.netty.util.concurrent.GenericFutureListener<? extends io.netty.util.concurrent.Future<? super Void>> listener)ChannelProgressiveFutureChannelProgressiveFuture. addListeners(io.netty.util.concurrent.GenericFutureListener<? extends io.netty.util.concurrent.Future<? super Void>>... listeners)ChannelProgressiveFutureChannelProgressiveFuture. await()ChannelProgressiveFutureChannelProgressiveFuture. awaitUninterruptibly()ChannelProgressiveFutureChannelProgressiveFuture. removeListener(io.netty.util.concurrent.GenericFutureListener<? extends io.netty.util.concurrent.Future<? super Void>> listener)ChannelProgressiveFutureChannelProgressiveFuture. removeListeners(io.netty.util.concurrent.GenericFutureListener<? extends io.netty.util.concurrent.Future<? super Void>>... listeners)ChannelProgressiveFutureChannelProgressiveFuture. sync()ChannelProgressiveFutureChannelProgressiveFuture. syncUninterruptibly()
-