public interface ChannelGroupFutureListener extends GenericFutureListener<ChannelGroupFuture>
ChannelGroupFuture
. The result of the
asynchronous ChannelGroup
I/O operations is notified once this
listener is added by calling ChannelGroupFuture.addListener(GenericFutureListener)
and all I/O operations are complete.operationComplete
Copyright © 2008–2017 The Netty Project. All rights reserved.