Class UriPathRouter<P,T>
java.lang.Object
org.apache.hc.core5.http.impl.routing.UriPathRouter<P,T>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static final classFinds a match for the given path from a collection of URI patterns.(package private) static final classFinds a match for the given path from an ordered collection of URI patterns.(package private) static final classFinds a match for the given path from a collection of regular expressions. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static <T> UriPathRouter<?, T> (package private) static <T> UriPathRouter<?, T> (package private) static <T> UriPathRouter<?, T> toString()
-
Field Details
-
pathRouter
-
routes
-
PATH_PATTERN_MATCHER
-
-
Constructor Details
-
UriPathRouter
-
-
Method Details
-
apply
-
toString
-
bestMatch
-
ordered
-
regEx
-