Uses of Interface
io.envoyproxy.envoy.config.common.mutation_rules.v3.HeaderMutationOrBuilder
Packages that use HeaderMutationOrBuilder
Package
Description
-
Uses of HeaderMutationOrBuilder in io.envoyproxy.envoy.config.common.mutation_rules.v3
Classes in io.envoyproxy.envoy.config.common.mutation_rules.v3 that implement HeaderMutationOrBuilderModifier and TypeClassDescriptionfinal classThe HeaderMutation structure specifies an action that may be taken on HTTP headers.static final classThe HeaderMutation structure specifies an action that may be taken on HTTP headers. -
Uses of HeaderMutationOrBuilder in io.envoyproxy.envoy.extensions.filters.http.header_mutation.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.header_mutation.v3 that return HeaderMutationOrBuilderModifier and TypeMethodDescriptionMutations.Builder.getRequestMutationsOrBuilder(int index) The request mutations are applied before the request is forwarded to the upstream cluster.Mutations.getRequestMutationsOrBuilder(int index) The request mutations are applied before the request is forwarded to the upstream cluster.MutationsOrBuilder.getRequestMutationsOrBuilder(int index) The request mutations are applied before the request is forwarded to the upstream cluster.Mutations.Builder.getResponseMutationsOrBuilder(int index) The response mutations are applied before the response is sent to the downstream client.Mutations.getResponseMutationsOrBuilder(int index) The response mutations are applied before the response is sent to the downstream client.MutationsOrBuilder.getResponseMutationsOrBuilder(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 HeaderMutationOrBuilderModifier and TypeMethodDescriptionList<? extends HeaderMutationOrBuilder>Mutations.Builder.getRequestMutationsOrBuilderList()The request mutations are applied before the request is forwarded to the upstream cluster.List<? extends HeaderMutationOrBuilder>Mutations.getRequestMutationsOrBuilderList()The request mutations are applied before the request is forwarded to the upstream cluster.List<? extends HeaderMutationOrBuilder>MutationsOrBuilder.getRequestMutationsOrBuilderList()The request mutations are applied before the request is forwarded to the upstream cluster.List<? extends HeaderMutationOrBuilder>Mutations.Builder.getResponseMutationsOrBuilderList()The response mutations are applied before the response is sent to the downstream client.List<? extends HeaderMutationOrBuilder>Mutations.getResponseMutationsOrBuilderList()The response mutations are applied before the response is sent to the downstream client.List<? extends HeaderMutationOrBuilder>MutationsOrBuilder.getResponseMutationsOrBuilderList()The response mutations are applied before the response is sent to the downstream client. -
Uses of HeaderMutationOrBuilder 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 HeaderMutationOrBuilderModifier and TypeMethodDescriptionHeaderMutation.Builder.getMutationsOrBuilder(int index) repeated .envoy.config.common.mutation_rules.v3.HeaderMutation mutations = 1 [(.validate.rules) = { ... }HeaderMutation.getMutationsOrBuilder(int index) repeated .envoy.config.common.mutation_rules.v3.HeaderMutation mutations = 1 [(.validate.rules) = { ... }HeaderMutationOrBuilder.getMutationsOrBuilder(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 HeaderMutationOrBuilderModifier and TypeMethodDescriptionList<? extends HeaderMutationOrBuilder>HeaderMutation.Builder.getMutationsOrBuilderList()repeated .envoy.config.common.mutation_rules.v3.HeaderMutation mutations = 1 [(.validate.rules) = { ... }List<? extends HeaderMutationOrBuilder>HeaderMutation.getMutationsOrBuilderList()repeated .envoy.config.common.mutation_rules.v3.HeaderMutation mutations = 1 [(.validate.rules) = { ... }List<? extends HeaderMutationOrBuilder>HeaderMutationOrBuilder.getMutationsOrBuilderList()repeated .envoy.config.common.mutation_rules.v3.HeaderMutation mutations = 1 [(.validate.rules) = { ... }