| Package | Description |
|---|---|
| io.undertow.server.handlers.proxy | |
| io.undertow.server.handlers.proxy.mod_cluster |
| Modifier and Type | Method and Description |
|---|---|
static RouteParsingStrategy |
RouteParsingStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RouteParsingStrategy[] |
RouteParsingStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
LoadBalancingProxyClient |
LoadBalancingProxyClient.setRouteParsingStrategy(RouteParsingStrategy routeParsingStrategy) |
| Constructor and Description |
|---|
RouteIteratorFactory(RouteParsingStrategy routeParsingStrategy,
RouteIteratorFactory.ParsingCompatibility parsingCompatibility) |
RouteIteratorFactory(RouteParsingStrategy routeParsingStrategy,
RouteIteratorFactory.ParsingCompatibility parsingCompatibility,
String rankedRouteDelimiter) |
| Modifier and Type | Method and Description |
|---|---|
RouteParsingStrategy |
ModCluster.routeParsingStrategy() |
| Modifier and Type | Method and Description |
|---|---|
ModCluster.Builder |
ModCluster.Builder.setRouteParsingStrategy(RouteParsingStrategy routeParsingStrategy)
Configures route parsing strategy to support none, single or ranked affinity.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.