Uses of Package
org.apache.hc.core5.http.impl.routing
-
Packages that use org.apache.hc.core5.http.impl.routing Package Description org.apache.hc.core5.http.impl.bootstrap HTTP/1.1 requester and server bootstrap.org.apache.hc.core5.http.impl.routing org.apache.hc.core5.http2.impl.nio.bootstrap HTTP/2 capable requester and server bootstrap. -
Classes in org.apache.hc.core5.http.impl.routing used by org.apache.hc.core5.http.impl.bootstrap Class Description RequestRouter.Entry -
Classes in org.apache.hc.core5.http.impl.routing used by org.apache.hc.core5.http.impl.routing Class Description PathPatternMatcher URI path component pattern matcher.PathRoute RequestRouter Request mapper that can route requests based on their properties to a specific request handler.RequestRouter.Builder RequestRouter.Entry UriPathRouter UriPathRouter.BestMatcher Finds a match for the given path from a collection of URI patterns.UriPathRouter.OrderedMatcher Finds a match for the given path from an ordered collection of URI patterns.UriPathRouter.RegexMatcher Finds a match for the given path from a collection of regular expressions. -
Classes in org.apache.hc.core5.http.impl.routing used by org.apache.hc.core5.http2.impl.nio.bootstrap Class Description RequestRouter.Entry