Uses of Interface
io.netty.channel.ChannelProgressiveFuture
Packages that use ChannelProgressiveFuture
Package
Description
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.channelModifier and TypeInterfaceDescriptioninterfaceSpecialChannelPromisewhich will be notified once the associated bytes is transferring.Classes in io.netty.channel that implement ChannelProgressiveFutureSubinterfaces with type arguments of type ChannelProgressiveFuture in io.netty.channelModifier and TypeInterfaceDescriptioninterfaceAnEventListenerlistener which will be called once the sending task associated with future is being transferred.Methods in io.netty.channel that return ChannelProgressiveFutureModifier and TypeMethodDescriptionChannelProgressiveFuture.addListener(GenericFutureListener<? extends Future<? super Void>> listener) ChannelProgressiveFuture.addListeners(GenericFutureListener<? extends Future<? super Void>>... listeners) ChannelProgressiveFuture.await()ChannelProgressiveFuture.awaitUninterruptibly()ChannelProgressiveFuture.removeListener(GenericFutureListener<? extends Future<? super Void>> listener) ChannelProgressiveFuture.removeListeners(GenericFutureListener<? extends Future<? super Void>>... listeners) ChannelProgressiveFuture.sync()ChannelProgressiveFuture.syncUninterruptibly()