Class DefaultChannelPromise

All Implemented Interfaces:
ChannelFlushPromiseNotifier.FlushCheckpoint, ChannelFuture, ChannelPromise, Future<Void>, Promise<Void>, Future<Void>
Direct Known Subclasses:
AbstractBootstrap.PendingRegistrationPromise, AbstractChannel.CloseFuture, Http2CodecUtil.SimpleChannelPromiseAggregator

public class DefaultChannelPromise extends DefaultPromise<Void> implements ChannelPromise, ChannelFlushPromiseNotifier.FlushCheckpoint
The default ChannelPromise implementation. It is recommended to use ChannelOutboundInvoker.newPromise() to create a new ChannelPromise rather than calling the constructor explicitly.