Uses of Class
io.envoyproxy.envoy.config.core.v3.SchemeHeaderTransformation.Builder
Packages that use SchemeHeaderTransformation.Builder
Package
Description
-
Uses of SchemeHeaderTransformation.Builder in io.envoyproxy.envoy.config.core.v3
Methods in io.envoyproxy.envoy.config.core.v3 that return SchemeHeaderTransformation.BuilderModifier and TypeMethodDescriptionSchemeHeaderTransformation.Builder.clear()
SchemeHeaderTransformation.Builder.clearMatchUpstream()
Set the Scheme header to match the upstream transport protocol.SchemeHeaderTransformation.Builder.clearSchemeToOverwrite()
Overwrite any Scheme header with the contents of this string.SchemeHeaderTransformation.Builder.clearTransformation()
SchemeHeaderTransformation.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SchemeHeaderTransformation.Builder.mergeFrom
(com.google.protobuf.Message other) SchemeHeaderTransformation.Builder.mergeFrom
(SchemeHeaderTransformation other) SchemeHeaderTransformation.newBuilder()
SchemeHeaderTransformation.newBuilder
(SchemeHeaderTransformation prototype) SchemeHeaderTransformation.newBuilderForType()
protected SchemeHeaderTransformation.Builder
SchemeHeaderTransformation.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) SchemeHeaderTransformation.Builder.setMatchUpstream
(boolean value) Set the Scheme header to match the upstream transport protocol.SchemeHeaderTransformation.Builder.setSchemeToOverwrite
(String value) Overwrite any Scheme header with the contents of this string.SchemeHeaderTransformation.Builder.setSchemeToOverwriteBytes
(com.google.protobuf.ByteString value) Overwrite any Scheme header with the contents of this string.SchemeHeaderTransformation.toBuilder()
-
Uses of SchemeHeaderTransformation.Builder in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3
Fields in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 with type parameters of type SchemeHeaderTransformation.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<SchemeHeaderTransformation, SchemeHeaderTransformation.Builder, SchemeHeaderTransformationOrBuilder> HttpConnectionManager.Builder.schemeHeaderTransformationBuilder_
Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 that return SchemeHeaderTransformation.BuilderModifier and TypeMethodDescriptionHttpConnectionManager.Builder.getSchemeHeaderTransformationBuilder()
Allows for explicit transformation of the :scheme header on the request path.Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 that return types with arguments of type SchemeHeaderTransformation.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<SchemeHeaderTransformation, SchemeHeaderTransformation.Builder, SchemeHeaderTransformationOrBuilder> HttpConnectionManager.Builder.getSchemeHeaderTransformationFieldBuilder()
Allows for explicit transformation of the :scheme header on the request path.Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 with parameters of type SchemeHeaderTransformation.BuilderModifier and TypeMethodDescriptionHttpConnectionManager.Builder.setSchemeHeaderTransformation
(SchemeHeaderTransformation.Builder builderForValue) Allows for explicit transformation of the :scheme header on the request path.