Uses of Class
org.apache.hc.core5.http.impl.routing.RequestRouter.Entry
-
Packages that use RequestRouter.Entry 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. -
-
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.Entry Modifier and Type Field Description private java.util.List<RequestRouter.Entry<Supplier<AsyncServerExchangeHandler>>>AsyncServerBootstrap. routeEntriesprivate java.util.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.Entry Modifier and Type Field Description private java.util.List<RequestRouter.Entry<T>>RequestRouter.Builder. handlerEntriesMethod parameters in org.apache.hc.core5.http.impl.routing with type arguments of type RequestRouter.Entry Modifier and Type Method Description static <T> RequestRouter<T>RequestRouter. create(URIAuthority primaryAuthority, UriPatternType patternType, java.util.List<RequestRouter.Entry<T>> handlerEntries, java.util.function.BiFunction<java.lang.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.Entry Modifier and Type Field Description private java.util.List<RequestRouter.Entry<Supplier<AsyncPushConsumer>>>H2MultiplexingRequesterBootstrap. routeEntriesprivate java.util.List<RequestRouter.Entry<Supplier<AsyncPushConsumer>>>H2RequesterBootstrap. routeEntriesprivate java.util.List<RequestRouter.Entry<Supplier<AsyncServerExchangeHandler>>>H2ServerBootstrap. routeEntries
-