public final class ChannelPromiseNotifier extends PromiseNotifier<Void,ChannelFuture> implements ChannelFutureListener
ChannelFuture
(s) and notifies them on completion.CLOSE, CLOSE_ON_FAILURE, FIRE_EXCEPTION_ON_FAILURE
Constructor and Description |
---|
ChannelPromiseNotifier(ChannelPromise... promises)
Create a new instance
|
operationComplete
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
operationComplete
public ChannelPromiseNotifier(ChannelPromise... promises)
promises
- the ChannelPromise
s to notify once this ChannelFutureListener
is notified.Copyright © 2008–2015 The Netty Project. All rights reserved.