Class CompositeChannelMatcher
- java.lang.Object
-
- org.infinispan.server.core.transport.CompositeChannelMatcher
-
- All Implemented Interfaces:
io.netty.channel.group.ChannelMatcher
public class CompositeChannelMatcher extends Object implements io.netty.channel.group.ChannelMatcher
- Since:
- 12.1
- Author:
- Tristan Tarrant <tristan@infinispan.org>
-
-
Constructor Summary
Constructors Constructor Description CompositeChannelMatcher(io.netty.channel.group.ChannelMatcher... channelMatchers)
-