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