Uses of Class
io.envoyproxy.envoy.config.common.mutation_rules.v3.HeaderMutation
Packages that use HeaderMutation
Package
Description
-
Uses of HeaderMutation in io.envoyproxy.envoy.config.common.mutation_rules.v3
Methods in io.envoyproxy.envoy.config.common.mutation_rules.v3 that return HeaderMutationModifier and TypeMethodDescriptionHeaderMutation.Builder.build()HeaderMutation.Builder.buildPartial()static HeaderMutationHeaderMutation.getDefaultInstance()HeaderMutation.Builder.getDefaultInstanceForType()HeaderMutation.getDefaultInstanceForType()static HeaderMutationHeaderMutation.parseDelimitedFrom(InputStream input) static HeaderMutationHeaderMutation.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HeaderMutationHeaderMutation.parseFrom(byte[] data) static HeaderMutationHeaderMutation.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HeaderMutationHeaderMutation.parseFrom(com.google.protobuf.ByteString data) static HeaderMutationHeaderMutation.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HeaderMutationHeaderMutation.parseFrom(com.google.protobuf.CodedInputStream input) static HeaderMutationHeaderMutation.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HeaderMutationHeaderMutation.parseFrom(InputStream input) static HeaderMutationHeaderMutation.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HeaderMutationHeaderMutation.parseFrom(ByteBuffer data) static HeaderMutationHeaderMutation.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 HeaderMutationModifier and TypeMethodDescriptioncom.google.protobuf.Parser<HeaderMutation>HeaderMutation.getParserForType()static com.google.protobuf.Parser<HeaderMutation>HeaderMutation.parser()Methods in io.envoyproxy.envoy.config.common.mutation_rules.v3 with parameters of type HeaderMutationModifier and TypeMethodDescriptionHeaderMutation.Builder.mergeFrom(HeaderMutation other) static HeaderMutation.BuilderHeaderMutation.newBuilder(HeaderMutation prototype) -
Uses of HeaderMutation in io.envoyproxy.envoy.extensions.filters.http.header_mutation.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.header_mutation.v3 that return HeaderMutationModifier and TypeMethodDescriptionMutations.Builder.getRequestMutations(int index) The request mutations are applied before the request is forwarded to the upstream cluster.Mutations.getRequestMutations(int index) The request mutations are applied before the request is forwarded to the upstream cluster.MutationsOrBuilder.getRequestMutations(int index) The request mutations are applied before the request is forwarded to the upstream cluster.Mutations.Builder.getResponseMutations(int index) The response mutations are applied before the response is sent to the downstream client.Mutations.getResponseMutations(int index) The response mutations are applied before the response is sent to the downstream client.MutationsOrBuilder.getResponseMutations(int index) The response mutations are applied before the response is sent to the downstream client.Methods in io.envoyproxy.envoy.extensions.filters.http.header_mutation.v3 that return types with arguments of type HeaderMutationModifier and TypeMethodDescriptionMutations.Builder.getRequestMutationsList()The request mutations are applied before the request is forwarded to the upstream cluster.Mutations.getRequestMutationsList()The request mutations are applied before the request is forwarded to the upstream cluster.MutationsOrBuilder.getRequestMutationsList()The request mutations are applied before the request is forwarded to the upstream cluster.Mutations.Builder.getResponseMutationsList()The response mutations are applied before the response is sent to the downstream client.Mutations.getResponseMutationsList()The response mutations are applied before the response is sent to the downstream client.MutationsOrBuilder.getResponseMutationsList()The response mutations are applied before the response is sent to the downstream client.Methods in io.envoyproxy.envoy.extensions.filters.http.header_mutation.v3 with parameters of type HeaderMutationModifier and TypeMethodDescriptionMutations.Builder.addRequestMutations(int index, HeaderMutation value) The request mutations are applied before the request is forwarded to the upstream cluster.Mutations.Builder.addRequestMutations(HeaderMutation value) The request mutations are applied before the request is forwarded to the upstream cluster.Mutations.Builder.addResponseMutations(int index, HeaderMutation value) The response mutations are applied before the response is sent to the downstream client.Mutations.Builder.addResponseMutations(HeaderMutation value) The response mutations are applied before the response is sent to the downstream client.Mutations.Builder.setRequestMutations(int index, HeaderMutation value) The request mutations are applied before the request is forwarded to the upstream cluster.Mutations.Builder.setResponseMutations(int index, HeaderMutation value) The response mutations are applied before the response is sent to the downstream client.Method parameters in io.envoyproxy.envoy.extensions.filters.http.header_mutation.v3 with type arguments of type HeaderMutationModifier and TypeMethodDescriptionMutations.Builder.addAllRequestMutations(Iterable<? extends HeaderMutation> values) The request mutations are applied before the request is forwarded to the upstream cluster.Mutations.Builder.addAllResponseMutations(Iterable<? extends HeaderMutation> values) The response mutations are applied before the response is sent to the downstream client. -
Uses of HeaderMutation in io.envoyproxy.envoy.extensions.http.early_header_mutation.header_mutation.v3
Methods in io.envoyproxy.envoy.extensions.http.early_header_mutation.header_mutation.v3 that return HeaderMutationModifier and TypeMethodDescriptionHeaderMutation.Builder.getMutations(int index) repeated .envoy.config.common.mutation_rules.v3.HeaderMutation mutations = 1 [(.validate.rules) = { ... }HeaderMutation.getMutations(int index) repeated .envoy.config.common.mutation_rules.v3.HeaderMutation mutations = 1 [(.validate.rules) = { ... }HeaderMutationOrBuilder.getMutations(int index) repeated .envoy.config.common.mutation_rules.v3.HeaderMutation mutations = 1 [(.validate.rules) = { ... }Methods in io.envoyproxy.envoy.extensions.http.early_header_mutation.header_mutation.v3 that return types with arguments of type HeaderMutationModifier and TypeMethodDescriptionHeaderMutation.Builder.getMutationsList()repeated .envoy.config.common.mutation_rules.v3.HeaderMutation mutations = 1 [(.validate.rules) = { ... }HeaderMutation.getMutationsList()repeated .envoy.config.common.mutation_rules.v3.HeaderMutation mutations = 1 [(.validate.rules) = { ... }HeaderMutationOrBuilder.getMutationsList()repeated .envoy.config.common.mutation_rules.v3.HeaderMutation mutations = 1 [(.validate.rules) = { ... }Methods in io.envoyproxy.envoy.extensions.http.early_header_mutation.header_mutation.v3 with parameters of type HeaderMutationModifier and TypeMethodDescriptionHeaderMutation.Builder.addMutations(int index, HeaderMutation value) repeated .envoy.config.common.mutation_rules.v3.HeaderMutation mutations = 1 [(.validate.rules) = { ... }HeaderMutation.Builder.addMutations(HeaderMutation value) repeated .envoy.config.common.mutation_rules.v3.HeaderMutation mutations = 1 [(.validate.rules) = { ... }HeaderMutation.Builder.setMutations(int index, HeaderMutation value) repeated .envoy.config.common.mutation_rules.v3.HeaderMutation mutations = 1 [(.validate.rules) = { ... }Method parameters in io.envoyproxy.envoy.extensions.http.early_header_mutation.header_mutation.v3 with type arguments of type HeaderMutationModifier and TypeMethodDescriptionHeaderMutation.Builder.addAllMutations(Iterable<? extends HeaderMutation> values) repeated .envoy.config.common.mutation_rules.v3.HeaderMutation mutations = 1 [(.validate.rules) = { ... }