Interface ChannelPromise

All Superinterfaces:
ChannelFuture, Future<Void>, Future<Void>, Promise<Void>
All Known Subinterfaces:
ChannelProgressivePromise
All Known Implementing Classes:
AbstractBootstrap.PendingRegistrationPromise, AbstractChannel.CloseFuture, DefaultChannelProgressivePromise, DefaultChannelPromise, DelegatingChannelPromiseNotifier, Http2CodecUtil.SimpleChannelPromiseAggregator, VoidChannelPromise

public interface ChannelPromise extends ChannelFuture, Promise<Void>
Special ChannelFuture which is writable.