Uses of Class
io.envoyproxy.envoy.config.common.mutation_rules.v3.HeaderMutationRules
Packages that use HeaderMutationRules
Package
Description
-
Uses of HeaderMutationRules in io.envoyproxy.envoy.config.common.mutation_rules.v3
Methods in io.envoyproxy.envoy.config.common.mutation_rules.v3 that return HeaderMutationRulesModifier and TypeMethodDescriptionHeaderMutationRules.Builder.build()HeaderMutationRules.Builder.buildPartial()static HeaderMutationRulesHeaderMutationRules.getDefaultInstance()HeaderMutationRules.Builder.getDefaultInstanceForType()HeaderMutationRules.getDefaultInstanceForType()static HeaderMutationRulesHeaderMutationRules.parseDelimitedFrom(InputStream input) static HeaderMutationRulesHeaderMutationRules.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HeaderMutationRulesHeaderMutationRules.parseFrom(byte[] data) static HeaderMutationRulesHeaderMutationRules.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HeaderMutationRulesHeaderMutationRules.parseFrom(com.google.protobuf.ByteString data) static HeaderMutationRulesHeaderMutationRules.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HeaderMutationRulesHeaderMutationRules.parseFrom(com.google.protobuf.CodedInputStream input) static HeaderMutationRulesHeaderMutationRules.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HeaderMutationRulesHeaderMutationRules.parseFrom(InputStream input) static HeaderMutationRulesHeaderMutationRules.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HeaderMutationRulesHeaderMutationRules.parseFrom(ByteBuffer data) static HeaderMutationRulesHeaderMutationRules.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.config.common.mutation_rules.v3 that return types with arguments of type HeaderMutationRulesModifier and TypeMethodDescriptioncom.google.protobuf.Parser<HeaderMutationRules>HeaderMutationRules.getParserForType()static com.google.protobuf.Parser<HeaderMutationRules>HeaderMutationRules.parser()Methods in io.envoyproxy.envoy.config.common.mutation_rules.v3 with parameters of type HeaderMutationRulesModifier and TypeMethodDescriptionHeaderMutationRules.Builder.mergeFrom(HeaderMutationRules other) static HeaderMutationRules.BuilderHeaderMutationRules.newBuilder(HeaderMutationRules prototype) -
Uses of HeaderMutationRules in io.envoyproxy.envoy.extensions.filters.http.ext_authz.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.ext_authz.v3 that return HeaderMutationRulesModifier and TypeMethodDescriptionExtAuthz.Builder.getDecoderHeaderMutationRules()Rules for what modifications an ext_authz server may make to the request headers before continuing decoding or forwarding upstream.ExtAuthz.getDecoderHeaderMutationRules()Rules for what modifications an ext_authz server may make to the request headers before continuing decoding or forwarding upstream.ExtAuthzOrBuilder.getDecoderHeaderMutationRules()Rules for what modifications an ext_authz server may make to the request headers before continuing decoding or forwarding upstream.Methods in io.envoyproxy.envoy.extensions.filters.http.ext_authz.v3 with parameters of type HeaderMutationRulesModifier and TypeMethodDescriptionExtAuthz.Builder.mergeDecoderHeaderMutationRules(HeaderMutationRules value) Rules for what modifications an ext_authz server may make to the request headers before continuing decoding or forwarding upstream.ExtAuthz.Builder.setDecoderHeaderMutationRules(HeaderMutationRules value) Rules for what modifications an ext_authz server may make to the request headers before continuing decoding or forwarding upstream. -
Uses of HeaderMutationRules in io.envoyproxy.envoy.extensions.filters.http.ext_proc.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.ext_proc.v3 that return HeaderMutationRulesModifier and TypeMethodDescriptionExternalProcessor.Builder.getMutationRules()Rules that determine what modifications an external processing server may make to message headers.ExternalProcessor.getMutationRules()Rules that determine what modifications an external processing server may make to message headers.ExternalProcessorOrBuilder.getMutationRules()Rules that determine what modifications an external processing server may make to message headers.Methods in io.envoyproxy.envoy.extensions.filters.http.ext_proc.v3 with parameters of type HeaderMutationRulesModifier and TypeMethodDescriptionExternalProcessor.Builder.mergeMutationRules(HeaderMutationRules value) Rules that determine what modifications an external processing server may make to message headers.ExternalProcessor.Builder.setMutationRules(HeaderMutationRules value) Rules that determine what modifications an external processing server may make to message headers.