Uses of Interface
io.envoyproxy.envoy.service.ext_proc.v3.BodyMutationOrBuilder
-
Packages that use BodyMutationOrBuilder Package Description io.envoyproxy.envoy.service.ext_proc.v3 -
-
Uses of BodyMutationOrBuilder in io.envoyproxy.envoy.service.ext_proc.v3
Classes in io.envoyproxy.envoy.service.ext_proc.v3 that implement BodyMutationOrBuilder Modifier and Type Class Description classBodyMutationReplace the entire message body chunk received in the corresponding HttpBody message with this new body, or clear the body.static classBodyMutation.BuilderReplace the entire message body chunk received in the corresponding HttpBody message with this new body, or clear the body.Methods in io.envoyproxy.envoy.service.ext_proc.v3 that return BodyMutationOrBuilder Modifier and Type Method Description BodyMutationOrBuilderCommonResponse.Builder. getBodyMutationOrBuilder()Replace the body of the last message sent to the remote server on this stream.BodyMutationOrBuilderCommonResponse. getBodyMutationOrBuilder()Replace the body of the last message sent to the remote server on this stream.BodyMutationOrBuilderCommonResponseOrBuilder. getBodyMutationOrBuilder()Replace the body of the last message sent to the remote server on this stream.
-