Searched refs:parseStringMatcher (Results 1 – 2 of 2) sorted by relevance
62 proto.getName(), parseStringMatcher(proto.getStringMatch()), proto.getInvertMatch()); in parseHeaderMatcher()71 public static Matchers.StringMatcher parseStringMatcher( in parseStringMatcher() method in MatcherParser
285 return PathMatcher.create(MatcherParser.parseStringMatcher(proto.getPath()));295 return RequestedServerNameMatcher.create(MatcherParser.parseStringMatcher(proto));313 Matchers.StringMatcher matcher = MatcherParser.parseStringMatcher(proto.getPrincipalName());