Uses of Class
io.envoyproxy.envoy.service.ext_proc.v3.BodyResponse
Packages that use BodyResponse
-
Uses of BodyResponse in io.envoyproxy.envoy.service.ext_proc.v3
Methods in io.envoyproxy.envoy.service.ext_proc.v3 that return BodyResponseModifier and TypeMethodDescriptionBodyResponse.Builder.build()BodyResponse.Builder.buildPartial()static BodyResponseBodyResponse.getDefaultInstance()BodyResponse.Builder.getDefaultInstanceForType()BodyResponse.getDefaultInstanceForType()ProcessingResponse.Builder.getRequestBody()The server must send back this message in response to a message with the ``request_body`` field set.ProcessingResponse.getRequestBody()The server must send back this message in response to a message with the ``request_body`` field set.ProcessingResponseOrBuilder.getRequestBody()The server must send back this message in response to a message with the ``request_body`` field set.ProcessingResponse.Builder.getResponseBody()The server must send back this message in response to a message with the ``response_body`` field set.ProcessingResponse.getResponseBody()The server must send back this message in response to a message with the ``response_body`` field set.ProcessingResponseOrBuilder.getResponseBody()The server must send back this message in response to a message with the ``response_body`` field set.static BodyResponseBodyResponse.parseDelimitedFrom(InputStream input) static BodyResponseBodyResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BodyResponseBodyResponse.parseFrom(byte[] data) static BodyResponseBodyResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BodyResponseBodyResponse.parseFrom(com.google.protobuf.ByteString data) static BodyResponseBodyResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BodyResponseBodyResponse.parseFrom(com.google.protobuf.CodedInputStream input) static BodyResponseBodyResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BodyResponseBodyResponse.parseFrom(InputStream input) static BodyResponseBodyResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BodyResponseBodyResponse.parseFrom(ByteBuffer data) static BodyResponseBodyResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.service.ext_proc.v3 that return types with arguments of type BodyResponseModifier and TypeMethodDescriptioncom.google.protobuf.Parser<BodyResponse>BodyResponse.getParserForType()static com.google.protobuf.Parser<BodyResponse>BodyResponse.parser()Methods in io.envoyproxy.envoy.service.ext_proc.v3 with parameters of type BodyResponseModifier and TypeMethodDescriptionBodyResponse.Builder.mergeFrom(BodyResponse other) ProcessingResponse.Builder.mergeRequestBody(BodyResponse value) The server must send back this message in response to a message with the ``request_body`` field set.ProcessingResponse.Builder.mergeResponseBody(BodyResponse value) The server must send back this message in response to a message with the ``response_body`` field set.static BodyResponse.BuilderBodyResponse.newBuilder(BodyResponse prototype) ProcessingResponse.Builder.setRequestBody(BodyResponse value) The server must send back this message in response to a message with the ``request_body`` field set.ProcessingResponse.Builder.setResponseBody(BodyResponse value) The server must send back this message in response to a message with the ``response_body`` field set.