public interface ChannelMatcher
Channel's for operations in ChannelGroup.
ChannelMatchers provide you with helper methods for usual needed implementations.| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(Channel channel)
Returns
true if the operation should be also executed on the given Channel. |
Copyright © 2008–2018 The Netty Project. All rights reserved.