Uses of Class
io.envoyproxy.envoy.config.core.v3.UpstreamHttpProtocolOptions.Builder
Packages that use UpstreamHttpProtocolOptions.Builder
-
Uses of UpstreamHttpProtocolOptions.Builder in io.envoyproxy.envoy.config.cluster.v3
Fields in io.envoyproxy.envoy.config.cluster.v3 with type parameters of type UpstreamHttpProtocolOptions.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<UpstreamHttpProtocolOptions, UpstreamHttpProtocolOptions.Builder, UpstreamHttpProtocolOptionsOrBuilder> Cluster.Builder.upstreamHttpProtocolOptionsBuilder_
Methods in io.envoyproxy.envoy.config.cluster.v3 that return UpstreamHttpProtocolOptions.BuilderModifier and TypeMethodDescriptionCluster.Builder.getUpstreamHttpProtocolOptionsBuilder()
Deprecated.Methods in io.envoyproxy.envoy.config.cluster.v3 that return types with arguments of type UpstreamHttpProtocolOptions.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<UpstreamHttpProtocolOptions, UpstreamHttpProtocolOptions.Builder, UpstreamHttpProtocolOptionsOrBuilder> Cluster.Builder.internalGetUpstreamHttpProtocolOptionsFieldBuilder()
HTTP protocol options that are applied only to upstream HTTP connections.Methods in io.envoyproxy.envoy.config.cluster.v3 with parameters of type UpstreamHttpProtocolOptions.BuilderModifier and TypeMethodDescriptionCluster.Builder.setUpstreamHttpProtocolOptions
(UpstreamHttpProtocolOptions.Builder builderForValue) Deprecated. -
Uses of UpstreamHttpProtocolOptions.Builder in io.envoyproxy.envoy.config.core.v3
Methods in io.envoyproxy.envoy.config.core.v3 that return UpstreamHttpProtocolOptions.BuilderModifier and TypeMethodDescriptionUpstreamHttpProtocolOptions.Builder.clear()
UpstreamHttpProtocolOptions.Builder.clearAutoSanValidation()
Automatic validate upstream presented certificate for new upstream connections based on the downstream HTTP host/authority header or any other arbitrary header when :ref:`override_auto_sni_header <envoy_v3_api_field_config.core.v3.UpstreamHttpProtocolOptions.override_auto_sni_header>` is set, as seen by the :ref:`router filter <config_http_filters_router>`.UpstreamHttpProtocolOptions.Builder.clearAutoSni()
Set transport socket `SNI <https://en.wikipedia.org/wiki/Server_Name_Indication>`_ for new upstream connections based on the downstream HTTP host/authority header or any other arbitrary header when :ref:`override_auto_sni_header <envoy_v3_api_field_config.core.v3.UpstreamHttpProtocolOptions.override_auto_sni_header>` is set, as seen by the :ref:`router filter <config_http_filters_router>`.UpstreamHttpProtocolOptions.Builder.clearOverrideAutoSniHeader()
An optional alternative to the host/authority header to be used for setting the SNI value.UpstreamHttpProtocolOptions.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UpstreamHttpProtocolOptions.Builder.mergeFrom
(com.google.protobuf.Message other) UpstreamHttpProtocolOptions.Builder.mergeFrom
(UpstreamHttpProtocolOptions other) UpstreamHttpProtocolOptions.newBuilder()
UpstreamHttpProtocolOptions.newBuilder
(UpstreamHttpProtocolOptions prototype) UpstreamHttpProtocolOptions.newBuilderForType()
protected UpstreamHttpProtocolOptions.Builder
UpstreamHttpProtocolOptions.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) UpstreamHttpProtocolOptions.Builder.setAutoSanValidation
(boolean value) Automatic validate upstream presented certificate for new upstream connections based on the downstream HTTP host/authority header or any other arbitrary header when :ref:`override_auto_sni_header <envoy_v3_api_field_config.core.v3.UpstreamHttpProtocolOptions.override_auto_sni_header>` is set, as seen by the :ref:`router filter <config_http_filters_router>`.UpstreamHttpProtocolOptions.Builder.setAutoSni
(boolean value) Set transport socket `SNI <https://en.wikipedia.org/wiki/Server_Name_Indication>`_ for new upstream connections based on the downstream HTTP host/authority header or any other arbitrary header when :ref:`override_auto_sni_header <envoy_v3_api_field_config.core.v3.UpstreamHttpProtocolOptions.override_auto_sni_header>` is set, as seen by the :ref:`router filter <config_http_filters_router>`.UpstreamHttpProtocolOptions.Builder.setOverrideAutoSniHeader
(String value) An optional alternative to the host/authority header to be used for setting the SNI value.UpstreamHttpProtocolOptions.Builder.setOverrideAutoSniHeaderBytes
(com.google.protobuf.ByteString value) An optional alternative to the host/authority header to be used for setting the SNI value.UpstreamHttpProtocolOptions.toBuilder()