Uses of Interface
io.envoyproxy.envoy.config.common.mutation_rules.v3.HeaderMutationOrBuilder
-
-
Uses of HeaderMutationOrBuilder in io.envoyproxy.envoy.config.common.mutation_rules.v3
Classes in io.envoyproxy.envoy.config.common.mutation_rules.v3 that implement HeaderMutationOrBuilder Modifier and Type Class Description classHeaderMutationThe HeaderMutation structure specifies an action that may be taken on HTTP headers.static classHeaderMutation.BuilderThe 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 HeaderMutationOrBuilder Modifier and Type Method Description HeaderMutationOrBuilderMutations.Builder. getRequestMutationsOrBuilder(int index)The request mutations are applied before the request is forwarded to the upstream cluster.HeaderMutationOrBuilderMutations. getRequestMutationsOrBuilder(int index)The request mutations are applied before the request is forwarded to the upstream cluster.HeaderMutationOrBuilderMutationsOrBuilder. getRequestMutationsOrBuilder(int index)The request mutations are applied before the request is forwarded to the upstream cluster.HeaderMutationOrBuilderMutations.Builder. getResponseMutationsOrBuilder(int index)The response mutations are applied before the response is sent to the downstream client.HeaderMutationOrBuilderMutations. getResponseMutationsOrBuilder(int index)The response mutations are applied before the response is sent to the downstream client.HeaderMutationOrBuilderMutationsOrBuilder. 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 HeaderMutationOrBuilder Modifier and Type Method Description List<? 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 HeaderMutationOrBuilder Modifier and Type Method Description HeaderMutationOrBuilderHeaderMutation.Builder. getMutationsOrBuilder(int index)repeated .envoy.config.common.mutation_rules.v3.HeaderMutation mutations = 1 [(.validate.rules) = { ... }HeaderMutationOrBuilderHeaderMutation. getMutationsOrBuilder(int index)repeated .envoy.config.common.mutation_rules.v3.HeaderMutation mutations = 1 [(.validate.rules) = { ... }HeaderMutationOrBuilderHeaderMutationOrBuilder. 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 HeaderMutationOrBuilder Modifier and Type Method Description List<? 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) = { ... }
-