Uses of Class
io.envoyproxy.envoy.service.ext_proc.v3.HttpBody.Builder
Packages that use HttpBody.Builder
-
Uses of HttpBody.Builder in io.envoyproxy.envoy.service.ext_proc.v3
Methods in io.envoyproxy.envoy.service.ext_proc.v3 that return HttpBody.BuilderModifier and TypeMethodDescriptionHttpBody.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) HttpBody.Builder.clear()HttpBody.Builder.clearBody()The contents of the body in the HTTP request/response.HttpBody.Builder.clearEndOfStream()If ``true``, this will be the last ``HttpBody`` message that will be sent and no trailers will be sent for the current request/response.HttpBody.Builder.clearEndOfStreamWithoutMessage()This field is used in ``GRPC`` body send mode when ``end_of_stream`` is true and ``body`` is empty.HttpBody.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) HttpBody.Builder.clearGrpcMessageCompressed()This field is used in ``GRPC`` body send mode to indicate whether the message is compressed.HttpBody.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) HttpBody.Builder.clone()ProcessingRequest.Builder.getRequestBodyBuilder()A chunk of the HTTP request body.ProcessingRequest.Builder.getResponseBodyBuilder()A chunk of the HTTP response body.HttpBody.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) HttpBody.Builder.mergeFrom(com.google.protobuf.Message other) final HttpBody.BuilderHttpBody.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static HttpBody.BuilderHttpBody.newBuilder()static HttpBody.BuilderHttpBody.newBuilder(HttpBody prototype) HttpBody.newBuilderForType()protected HttpBody.BuilderHttpBody.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) HttpBody.Builder.setBody(com.google.protobuf.ByteString value) The contents of the body in the HTTP request/response.HttpBody.Builder.setEndOfStream(boolean value) If ``true``, this will be the last ``HttpBody`` message that will be sent and no trailers will be sent for the current request/response.HttpBody.Builder.setEndOfStreamWithoutMessage(boolean value) This field is used in ``GRPC`` body send mode when ``end_of_stream`` is true and ``body`` is empty.HttpBody.Builder.setGrpcMessageCompressed(boolean value) This field is used in ``GRPC`` body send mode to indicate whether the message is compressed.HttpBody.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final HttpBody.BuilderHttpBody.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) HttpBody.toBuilder()Methods in io.envoyproxy.envoy.service.ext_proc.v3 with parameters of type HttpBody.BuilderModifier and TypeMethodDescriptionProcessingRequest.Builder.setRequestBody(HttpBody.Builder builderForValue) A chunk of the HTTP request body.ProcessingRequest.Builder.setResponseBody(HttpBody.Builder builderForValue) A chunk of the HTTP response body.