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 Details Link icon

    • CompositeChannelMatcher Link icon

      public CompositeChannelMatcher(io.netty.channel.group.ChannelMatcher... channelMatchers)
  • Method Details Link icon

    • matches Link icon

      public boolean matches(io.netty.channel.Channel channel)
      Specified by:
      matches in interface io.netty.channel.group.ChannelMatcher