Class UriPathRouter.RegexMatcher<T>
java.lang.Object
org.apache.hc.core5.http.impl.routing.UriPathRouter.RegexMatcher<T>
- All Implemented Interfaces:
BiFunction<String,List<PathRoute<Pattern, T>>, T>
- Enclosing class:
UriPathRouter<P,T>
static final class UriPathRouter.RegexMatcher<T>
extends Object
implements BiFunction<String,List<PathRoute<Pattern,T>>,T>
Finds a match for the given path from a collection of regular expressions.
This class has no instance state.