Class PathPatternMatcher
- java.lang.Object
-
- org.apache.hc.core5.http.impl.routing.PathPatternMatcher
-
-
Field Summary
Fields Modifier and Type Field Description static PathPatternMatcherINSTANCE
-
Constructor Summary
Constructors Constructor Description PathPatternMatcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisBetter(java.lang.String pattern, java.lang.String bestMatch)booleanmatch(java.lang.String pattern, java.lang.String path)
-
-
-
Field Detail
-
INSTANCE
public static final PathPatternMatcher INSTANCE
-
-