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 interface
ChannelProgressivePromise
SpecialChannelPromise
which will be notified once the associated bytes is transferring.Classes in io.netty.channel that implement ChannelProgressiveFuture Modifier and Type Class Description class
DefaultChannelProgressivePromise
The defaultChannelProgressivePromise
implementation.Methods in io.netty.channel that return ChannelProgressiveFuture Modifier and Type Method Description ChannelProgressiveFuture
ChannelProgressiveFuture. addListener(GenericFutureListener<? extends Future<? super java.lang.Void>> listener)
ChannelProgressiveFuture
ChannelProgressiveFuture. addListeners(GenericFutureListener<? extends Future<? super java.lang.Void>>... listeners)
ChannelProgressiveFuture
ChannelProgressiveFuture. await()
ChannelProgressiveFuture
ChannelProgressiveFuture. awaitUninterruptibly()
ChannelProgressiveFuture
ChannelProgressiveFuture. removeListener(GenericFutureListener<? extends Future<? super java.lang.Void>> listener)
ChannelProgressiveFuture
ChannelProgressiveFuture. removeListeners(GenericFutureListener<? extends Future<? super java.lang.Void>>... listeners)
ChannelProgressiveFuture
ChannelProgressiveFuture. sync()
ChannelProgressiveFuture
ChannelProgressiveFuture. syncUninterruptibly()
-