public static interface RouteAction.UpgradeConfig.ConnectConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ProxyProtocolConfig |
getProxyProtocolConfig()
If present, the proxy protocol header will be prepended to the CONNECT payload sent upstream.
|
ProxyProtocolConfigOrBuilder |
getProxyProtocolConfigOrBuilder()
If present, the proxy protocol header will be prepended to the CONNECT payload sent upstream.
|
boolean |
hasProxyProtocolConfig()
If present, the proxy protocol header will be prepended to the CONNECT payload sent upstream.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasProxyProtocolConfig()
If present, the proxy protocol header will be prepended to the CONNECT payload sent upstream.
.envoy.config.core.v3.ProxyProtocolConfig proxy_protocol_config = 1;ProxyProtocolConfig getProxyProtocolConfig()
If present, the proxy protocol header will be prepended to the CONNECT payload sent upstream.
.envoy.config.core.v3.ProxyProtocolConfig proxy_protocol_config = 1;ProxyProtocolConfigOrBuilder getProxyProtocolConfigOrBuilder()
If present, the proxy protocol header will be prepended to the CONNECT payload sent upstream.
.envoy.config.core.v3.ProxyProtocolConfig proxy_protocol_config = 1;Copyright © 2018–2021 The Envoy Project. All rights reserved.