Uses of Class
org.apache.hc.core5.http.impl.routing.RequestRouter.Entry
Packages that use RequestRouter.Entry
Package
Description
HTTP/1.1 requester and server bootstrap.
HTTP/2 capable requester and server bootstrap.
-
Uses of RequestRouter.Entry in org.apache.hc.core5.http.impl.bootstrap
Fields in org.apache.hc.core5.http.impl.bootstrap with type parameters of type RequestRouter.EntryModifier and TypeFieldDescriptionprivate final List<RequestRouter.Entry<Supplier<AsyncServerExchangeHandler>>> AsyncServerBootstrap.routeEntriesprivate final List<RequestRouter.Entry<HttpRequestHandler>> ServerBootstrap.routeEntries -
Uses of RequestRouter.Entry in org.apache.hc.core5.http.impl.routing
Fields in org.apache.hc.core5.http.impl.routing with type parameters of type RequestRouter.EntryModifier and TypeFieldDescriptionprivate final List<RequestRouter.Entry<T>> RequestRouter.Builder.handlerEntriesMethod 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) -
Uses of RequestRouter.Entry in org.apache.hc.core5.http2.impl.nio.bootstrap
Fields in org.apache.hc.core5.http2.impl.nio.bootstrap with type parameters of type RequestRouter.EntryModifier and TypeFieldDescriptionprivate final List<RequestRouter.Entry<Supplier<AsyncPushConsumer>>> H2MultiplexingRequesterBootstrap.routeEntriesprivate final List<RequestRouter.Entry<Supplier<AsyncPushConsumer>>> H2RequesterBootstrap.routeEntriesprivate final List<RequestRouter.Entry<Supplier<AsyncServerExchangeHandler>>> H2ServerBootstrap.routeEntries