Uses of Class
io.envoyproxy.envoy.api.v2.core.UpstreamHttpProtocolOptions.Builder
Packages that use UpstreamHttpProtocolOptions.Builder
-
Uses of UpstreamHttpProtocolOptions.Builder in io.envoyproxy.envoy.api.v2
Methods in io.envoyproxy.envoy.api.v2 that return UpstreamHttpProtocolOptions.BuilderModifier and TypeMethodDescriptionCluster.Builder.getUpstreamHttpProtocolOptionsBuilder()HTTP protocol options that are applied only to upstream HTTP connections.Methods in io.envoyproxy.envoy.api.v2 with parameters of type UpstreamHttpProtocolOptions.BuilderModifier and TypeMethodDescriptionCluster.Builder.setUpstreamHttpProtocolOptions(UpstreamHttpProtocolOptions.Builder builderForValue) HTTP protocol options that are applied only to upstream HTTP connections. -
Uses of UpstreamHttpProtocolOptions.Builder in io.envoyproxy.envoy.api.v2.core
Methods in io.envoyproxy.envoy.api.v2.core that return UpstreamHttpProtocolOptions.BuilderModifier and TypeMethodDescriptionUpstreamHttpProtocolOptions.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) UpstreamHttpProtocolOptions.Builder.clear()UpstreamHttpProtocolOptions.Builder.clearAutoSanValidation()Automatic validate upstream presented certificate for new upstream connections based on the downstream HTTP host/authority header, 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, as seen by the :ref:`router filter <config_http_filters_router>`.UpstreamHttpProtocolOptions.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) UpstreamHttpProtocolOptions.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) UpstreamHttpProtocolOptions.Builder.clone()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.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) UpstreamHttpProtocolOptions.newBuilder()UpstreamHttpProtocolOptions.newBuilder(UpstreamHttpProtocolOptions prototype) UpstreamHttpProtocolOptions.newBuilderForType()protected UpstreamHttpProtocolOptions.BuilderUpstreamHttpProtocolOptions.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) UpstreamHttpProtocolOptions.Builder.setAutoSanValidation(boolean value) Automatic validate upstream presented certificate for new upstream connections based on the downstream HTTP host/authority header, 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, as seen by the :ref:`router filter <config_http_filters_router>`.UpstreamHttpProtocolOptions.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) UpstreamHttpProtocolOptions.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) UpstreamHttpProtocolOptions.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) UpstreamHttpProtocolOptions.toBuilder()