Uses of Class
org.apache.hc.core5.http.impl.routing.PathRoute
Packages that use PathRoute
-
Uses of PathRoute in org.apache.hc.core5.http.impl.routing
Classes in org.apache.hc.core5.http.impl.routing that implement interfaces with type arguments of type PathRouteModifier 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.Fields in org.apache.hc.core5.http.impl.routing declared as PathRouteFields in org.apache.hc.core5.http.impl.routing with type parameters of type PathRouteMethod parameters in org.apache.hc.core5.http.impl.routing with type arguments of type PathRouteModifier and TypeMethodDescription(package private) static <T> UriPathRouter<?, T> (package private) static <T> UriPathRouter<?, T> (package private) static <T> UriPathRouter<?, T> Constructor parameters in org.apache.hc.core5.http.impl.routing with type arguments of type PathRouteModifierConstructorDescription(package private)UriPathRouter(Function<String, P> compiler, BiFunction<String, List<PathRoute<P, T>>, T> pathRouter, List<PathRoute<String, T>> routes) (package private)UriPathRouter(Function<String, P> compiler, BiFunction<String, List<PathRoute<P, T>>, T> pathRouter, List<PathRoute<String, T>> routes)