Uses of Class
org.apache.hc.core5.http.impl.routing.PathRoute
-
Packages that use PathRoute Package Description org.apache.hc.core5.http.impl.routing -
-
Uses of PathRoute in org.apache.hc.core5.http.impl.routing
Fields in org.apache.hc.core5.http.impl.routing declared as PathRoute Modifier and Type Field Description PathRoute<java.lang.String,T>RequestRouter.Entry. routeFields in org.apache.hc.core5.http.impl.routing with type parameters of type PathRoute Modifier and Type Field Description private java.util.function.BiFunction<java.lang.String,java.util.List<PathRoute<P,T>>,T>UriPathRouter. pathRouterprivate java.util.List<PathRoute<P,T>>UriPathRouter. routesMethod parameters in org.apache.hc.core5.http.impl.routing with type arguments of type PathRoute Modifier and Type Method Description TUriPathRouter.BestMatcher. apply(java.lang.String path, java.util.List<PathRoute<java.lang.String,T>> routes)TUriPathRouter.OrderedMatcher. apply(java.lang.String path, java.util.List<PathRoute<java.lang.String,T>> routes)TUriPathRouter.RegexMatcher. apply(java.lang.String path, java.util.List<PathRoute<java.util.regex.Pattern,T>> routes)(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)Constructor parameters in org.apache.hc.core5.http.impl.routing with type arguments of type PathRoute Constructor Description UriPathRouter(java.util.function.Function<java.lang.String,P> compiler, java.util.function.BiFunction<java.lang.String,java.util.List<PathRoute<P,T>>,T> pathRouter, java.util.List<PathRoute<java.lang.String,T>> routes)UriPathRouter(java.util.function.Function<java.lang.String,P> compiler, java.util.function.BiFunction<java.lang.String,java.util.List<PathRoute<P,T>>,T> pathRouter, java.util.List<PathRoute<java.lang.String,T>> routes)
-