UpstreamHttpProtocolOptions.Builder |
UpstreamHttpProtocolOptions.Builder.clear() |
|
UpstreamHttpProtocolOptions.Builder |
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 |
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 |
UpstreamHttpProtocolOptions.Builder.clearOverrideAutoSniHeader() |
An optional alternative to the host/authority header to be used for setting the SNI value.
|
UpstreamHttpProtocolOptions.Builder |
UpstreamHttpProtocolOptions.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
UpstreamHttpProtocolOptions.Builder |
UpstreamHttpProtocolOptions.Builder.mergeFrom(com.google.protobuf.Message other) |
|
UpstreamHttpProtocolOptions.Builder |
UpstreamHttpProtocolOptions.Builder.mergeFrom(UpstreamHttpProtocolOptions other) |
|
static UpstreamHttpProtocolOptions.Builder |
UpstreamHttpProtocolOptions.newBuilder() |
|
static UpstreamHttpProtocolOptions.Builder |
UpstreamHttpProtocolOptions.newBuilder(UpstreamHttpProtocolOptions prototype) |
|
UpstreamHttpProtocolOptions.Builder |
UpstreamHttpProtocolOptions.newBuilderForType() |
|
protected UpstreamHttpProtocolOptions.Builder |
UpstreamHttpProtocolOptions.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
|
UpstreamHttpProtocolOptions.Builder |
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 |
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 |
UpstreamHttpProtocolOptions.Builder.setOverrideAutoSniHeader(java.lang.String value) |
An optional alternative to the host/authority header to be used for setting the SNI value.
|
UpstreamHttpProtocolOptions.Builder |
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.Builder |
UpstreamHttpProtocolOptions.toBuilder() |
|