Search Java Classes and Packages
Search Java Frameworks and Libraries
#Io.netty.channel.group Classes and Interfaces - 7 results found.
| Name | Description | Type | Package | Framework |
| ChannelGroup | A thread-safe Set that contains open Channels and providesvarious bulk operations on them. | Interface | io.netty.channel.group | Netty |
|
| ChannelGroupException | ChannelException which holds ChannelFutures that failed because of an error. | Class | io.netty.channel.group | Netty |
|
| ChannelGroupFuture | The result of an asynchronous ChannelGroup operation. | Interface | io.netty.channel.group | Netty |
|
| ChannelGroupFutureListener | Listens to the result of a ChannelGroupFuture. | Interface | io.netty.channel.group | Netty |
|
| ChannelMatcher | Allows to only match some Channel's for operations in ChannelGroup. | Interface | io.netty.channel.group | Netty |
|
| ChannelMatchers | Helper class which provides often used ChannelMatcher implementations. | Class | io.netty.channel.group | Netty |
|
| DefaultChannelGroup | The default ChannelGroup implementation. | Class | io.netty.channel.group | Netty |