Channel
s and perform bulk operations on them.See: Description
Interface | Description |
---|---|
ChannelGroup |
A thread-safe
Set that contains open Channel s and provides
various bulk operations on them. |
ChannelGroupFuture |
The result of an asynchronous
ChannelGroup operation. |
ChannelGroupFutureListener |
Listens to the result of a
ChannelGroupFuture . |
ChannelMatcher |
Allows to only match some
Channel 's for operations in ChannelGroup . |
Class | Description |
---|---|
ChannelMatchers |
Helper class which provides often used
ChannelMatcher implementations. |
ChannelMatchers.ClassMatcher | |
ChannelMatchers.CompositeMatcher | |
ChannelMatchers.InstanceMatcher | |
ChannelMatchers.InvertMatcher | |
CombinedIterator<E> | |
DefaultChannelGroup |
The default
ChannelGroup implementation. |
DefaultChannelGroupFuture |
The default
ChannelGroupFuture implementation. |
DefaultChannelGroupFuture.DefaultEntry<K,V> |
Exception | Description |
---|---|
ChannelGroupException |
ChannelException which holds ChannelFuture s that failed because of an error. |
Channel
s and perform bulk operations on them.