Uses of Interface
io.envoyproxy.envoy.extensions.filters.listener.proxy_protocol.v3.ProxyProtocol.RuleOrBuilder
-
Packages that use ProxyProtocol.RuleOrBuilder Package Description io.envoyproxy.envoy.extensions.filters.listener.proxy_protocol.v3 -
-
Uses of ProxyProtocol.RuleOrBuilder in io.envoyproxy.envoy.extensions.filters.listener.proxy_protocol.v3
Classes in io.envoyproxy.envoy.extensions.filters.listener.proxy_protocol.v3 that implement ProxyProtocol.RuleOrBuilder Modifier and Type Class Description static classProxyProtocol.RuleA Rule defines what metadata to apply when a header is present or missing.static classProxyProtocol.Rule.BuilderA Rule defines what metadata to apply when a header is present or missing.Methods in io.envoyproxy.envoy.extensions.filters.listener.proxy_protocol.v3 that return ProxyProtocol.RuleOrBuilder Modifier and Type Method Description ProxyProtocol.RuleOrBuilderProxyProtocol.Builder. getRulesOrBuilder(int index)The list of rules to apply to requests.ProxyProtocol.RuleOrBuilderProxyProtocol. getRulesOrBuilder(int index)The list of rules to apply to requests.ProxyProtocol.RuleOrBuilderProxyProtocolOrBuilder. getRulesOrBuilder(int index)The list of rules to apply to requests.Methods in io.envoyproxy.envoy.extensions.filters.listener.proxy_protocol.v3 that return types with arguments of type ProxyProtocol.RuleOrBuilder Modifier and Type Method Description List<? extends ProxyProtocol.RuleOrBuilder>ProxyProtocol.Builder. getRulesOrBuilderList()The list of rules to apply to requests.List<? extends ProxyProtocol.RuleOrBuilder>ProxyProtocol. getRulesOrBuilderList()The list of rules to apply to requests.List<? extends ProxyProtocol.RuleOrBuilder>ProxyProtocolOrBuilder. getRulesOrBuilderList()The list of rules to apply to requests.
-