Class DefaultChannelPromise

All Implemented Interfaces:
ChannelFuture, ChannelPromise, Future<Void>, Promise<Void>, Future<Void>

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