Channels and perform bulk operations on them.See: Description
| Interface | Description |
|---|---|
| ChannelGroup |
A thread-safe
Set that contains open Channels 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> | |
| VoidChannelGroupFuture |
| Exception | Description |
|---|---|
| ChannelGroupException |
ChannelException which holds ChannelFutures that failed because of an error. |
Channels and perform bulk operations on them.