Class PortMatcher

java.lang.Object
com.alibaba.cloud.commons.matcher.PortMatcher
All Implemented Interfaces:
Matcher

public class PortMatcher extends Object implements Matcher
Since:
2.2.10-RC1
Author:
musi,
  • Constructor Details

    • PortMatcher

      public PortMatcher()
    • PortMatcher

      public PortMatcher(Integer matcher)
  • Method Details

    • match

      public boolean match(Object object)
      Specified by:
      match in interface Matcher
    • setMatcher

      public void setMatcher(Integer matcher)