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(GenericFutureListener<? extends Future<? super java.lang.Void>> listener)ChannelProgressiveFutureChannelProgressiveFuture. addListeners(GenericFutureListener<? extends Future<? super java.lang.Void>>... listeners)ChannelProgressiveFutureChannelProgressiveFuture. await()ChannelProgressiveFutureChannelProgressiveFuture. awaitUninterruptibly()ChannelProgressiveFutureChannelProgressiveFuture. removeListener(GenericFutureListener<? extends Future<? super java.lang.Void>> listener)ChannelProgressiveFutureChannelProgressiveFuture. removeListeners(GenericFutureListener<? extends Future<? super java.lang.Void>>... listeners)ChannelProgressiveFutureChannelProgressiveFuture. sync()ChannelProgressiveFutureChannelProgressiveFuture. syncUninterruptibly()
-