Package org.apache.hc.core5.http.impl.routing
-
Class Summary Class Description PathPatternMatcher URI path component pattern matcher.PathRoute<T,H> RequestRouter<T> Request mapper that can route requests based on their properties to a specific request handler.RequestRouter.Builder<T> RequestRouter.Entry<T> RequestRouter.SingleAuthorityResolver<T> UriPathRouter<P,T> UriPathRouter.BestMatcher<T> Finds a match for the given path from a collection of URI patterns.UriPathRouter.OrderedMatcher<T> Finds a match for the given path from an ordered collection of URI patterns.UriPathRouter.RegexMatcher<T> Finds a match for the given path from a collection of regular expressions.