| Package | Description | 
|---|---|
| org.apache.hc.core5.http.impl.routing | |
| org.apache.hc.core5.http.protocol | Core HTTP protocol interceptors. | 
| org.apache.hc.core5.http2.impl.nio.bootstrap | HTTP/2 capable requester and server bootstrap. | 
| Modifier and Type | Method and Description | 
|---|---|
| static <T> RequestRouter.Builder<T> | RequestRouter. builder(UriPatternType patternType) | 
| static <T> RequestRouter<T> | RequestRouter. create(URIAuthority primaryAuthority,
      UriPatternType patternType,
      List<RequestRouter.Entry<T>> handlerEntries,
      BiFunction<String,URIAuthority,URIAuthority> authorityResolver,
      HttpRequestMapper<T> downstream) | 
| Modifier and Type | Method and Description | 
|---|---|
| static UriPatternType | UriPatternType. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static UriPatternType[] | UriPatternType. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| static <T> LookupRegistry<T> | UriPatternType. newMatcher(UriPatternType type)Deprecated. 
 Do not use. | 
| Constructor and Description | 
|---|
| RequestHandlerRegistry(String canonicalHostName,
                      UriPatternType patternType)Deprecated.  | 
| RequestHandlerRegistry(UriPatternType patternType)Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| H2MultiplexingRequesterBootstrap | H2MultiplexingRequesterBootstrap. setUriPatternType(UriPatternType uriPatternType)Sets  UriPatternTypefor handler registration. | 
| H2RequesterBootstrap | H2RequesterBootstrap. setUriPatternType(UriPatternType uriPatternType)Sets  UriPatternTypefor handler registration. | 
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.