Package | Description |
---|---|
org.apache.hc.core5.http.impl.routing | |
org.apache.hc.core5.http.protocol |
Core HTTP protocol interceptors.
|
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.
|
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.