Class DefaultChannelProgressivePromise

All Implemented Interfaces:
ChannelFuture, ChannelProgressiveFuture, ChannelProgressivePromise, ChannelPromise, Future<Void>, ProgressiveFuture<Void>, ProgressivePromise<Void>, Promise<Void>, Future<Void>

public class DefaultChannelProgressivePromise extends DefaultProgressivePromise<Void> implements ChannelProgressivePromise
The default ChannelProgressivePromise implementation. It is recommended to use Channel.newProgressivePromise() to create a new ChannelProgressivePromise rather than calling the constructor explicitly.