| Modifier and Type | Class and Description |
|---|---|
class |
HttpRouteRule
The HttpRouteRule setting specifies how to match an HTTP request and the corresponding routing action that load balancing proxies perform.
|
static class |
HttpRouteRule.Builder
The HttpRouteRule setting specifies how to match an HTTP request and the corresponding routing action that load balancing proxies perform.
|
| Modifier and Type | Method and Description |
|---|---|
HttpRouteRuleOrBuilder |
PathMatcherOrBuilder.getRouteRulesOrBuilder(int index)
The list of HTTP route rules.
|
HttpRouteRuleOrBuilder |
PathMatcher.getRouteRulesOrBuilder(int index)
The list of HTTP route rules.
|
HttpRouteRuleOrBuilder |
PathMatcher.Builder.getRouteRulesOrBuilder(int index)
The list of HTTP route rules.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends HttpRouteRuleOrBuilder> |
PathMatcherOrBuilder.getRouteRulesOrBuilderList()
The list of HTTP route rules.
|
List<? extends HttpRouteRuleOrBuilder> |
PathMatcher.getRouteRulesOrBuilderList()
The list of HTTP route rules.
|
List<? extends HttpRouteRuleOrBuilder> |
PathMatcher.Builder.getRouteRulesOrBuilderList()
The list of HTTP route rules.
|
Copyright © 2023 Google LLC. All rights reserved.