ChannelGroupFuture |
ChannelGroupFuture.addListener(GenericFutureListener<? extends Future<? super Void>> listener) |
ChannelGroupFuture |
ChannelGroupFuture.addListeners(GenericFutureListener<? extends Future<? super Void>>... listeners) |
ChannelGroupFuture |
ChannelGroupFuture.await() |
ChannelGroupFuture |
ChannelGroupFuture.awaitUninterruptibly() |
ChannelGroupFuture |
ChannelGroup.close()
|
ChannelGroupFuture |
DefaultChannelGroup.close() |
ChannelGroupFuture |
ChannelGroup.close(ChannelMatcher matcher)
|
ChannelGroupFuture |
DefaultChannelGroup.close(ChannelMatcher matcher) |
ChannelGroupFuture |
ChannelGroup.deregister()
|
ChannelGroupFuture |
DefaultChannelGroup.deregister() |
ChannelGroupFuture |
ChannelGroup.deregister(ChannelMatcher matcher)
|
ChannelGroupFuture |
DefaultChannelGroup.deregister(ChannelMatcher matcher) |
ChannelGroupFuture |
ChannelGroup.disconnect()
Disconnects all Channel s in this group from their remote peers.
|
ChannelGroupFuture |
DefaultChannelGroup.disconnect() |
ChannelGroupFuture |
ChannelGroup.disconnect(ChannelMatcher matcher)
|
ChannelGroupFuture |
DefaultChannelGroup.disconnect(ChannelMatcher matcher) |
ChannelGroupFuture |
ChannelGroupFuture.removeListener(GenericFutureListener<? extends Future<? super Void>> listener) |
ChannelGroupFuture |
ChannelGroupFuture.removeListeners(GenericFutureListener<? extends Future<? super Void>>... listeners) |
ChannelGroupFuture |
ChannelGroupFuture.sync() |
ChannelGroupFuture |
ChannelGroupFuture.syncUninterruptibly() |
ChannelGroupFuture |
ChannelGroup.write(Object message)
Writes the specified message to all Channel s in this
group.
|
ChannelGroupFuture |
DefaultChannelGroup.write(Object message) |
ChannelGroupFuture |
ChannelGroup.write(Object message,
ChannelMatcher matcher)
|
ChannelGroupFuture |
DefaultChannelGroup.write(Object message,
ChannelMatcher matcher) |
ChannelGroupFuture |
ChannelGroup.writeAndFlush(Object message)
|
ChannelGroupFuture |
DefaultChannelGroup.writeAndFlush(Object message) |
ChannelGroupFuture |
ChannelGroup.writeAndFlush(Object message,
ChannelMatcher matcher)
|
ChannelGroupFuture |
DefaultChannelGroup.writeAndFlush(Object message,
ChannelMatcher matcher) |