Uses of Class
org.apache.hc.core5.http.impl.routing.RequestRouter.Entry
Packages that use RequestRouter.Entry
-
Uses of RequestRouter.Entry in org.apache.hc.core5.http.impl.routing
Method parameters in org.apache.hc.core5.http.impl.routing with type arguments of type RequestRouter.EntryModifier and TypeMethodDescriptionstatic <T> RequestRouter<T>RequestRouter.create(URIAuthority primaryAuthority, UriPatternType patternType, List<RequestRouter.Entry<T>> handlerEntries, BiFunction<String, URIAuthority, URIAuthority> authorityResolver, HttpRequestMapper<T> downstream)