Uses of Class
org.apache.hc.core5.http.impl.routing.UriPathRouter
-
Packages that use UriPathRouter Package Description org.apache.hc.core5.http.impl.routing -
-
Uses of UriPathRouter in org.apache.hc.core5.http.impl.routing
Methods in org.apache.hc.core5.http.impl.routing that return UriPathRouter Modifier and Type Method Description (package private) static <T> UriPathRouter<?,T>UriPathRouter. bestMatch(java.util.List<PathRoute<java.lang.String,T>> routes)(package private) static <T> UriPathRouter<?,T>UriPathRouter. ordered(java.util.List<PathRoute<java.lang.String,T>> routes)(package private) static <T> UriPathRouter<?,T>UriPathRouter. regEx(java.util.List<PathRoute<java.lang.String,T>> routes)
-