Uses of Class
io.envoyproxy.envoy.service.ext_proc.v3.HttpBody
Packages that use HttpBody
-
Uses of HttpBody in io.envoyproxy.envoy.service.ext_proc.v3
Methods in io.envoyproxy.envoy.service.ext_proc.v3 that return HttpBodyModifier and TypeMethodDescriptionHttpBody.Builder.build()HttpBody.Builder.buildPartial()static HttpBodyHttpBody.getDefaultInstance()HttpBody.Builder.getDefaultInstanceForType()HttpBody.getDefaultInstanceForType()ProcessingRequest.Builder.getRequestBody()A chunk of the HTTP request body.ProcessingRequest.getRequestBody()A chunk of the HTTP request body.ProcessingRequestOrBuilder.getRequestBody()A chunk of the HTTP request body.ProcessingRequest.Builder.getResponseBody()A chunk of the HTTP response body.ProcessingRequest.getResponseBody()A chunk of the HTTP response body.ProcessingRequestOrBuilder.getResponseBody()A chunk of the HTTP response body.static HttpBodyHttpBody.parseDelimitedFrom(InputStream input) static HttpBodyHttpBody.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HttpBodyHttpBody.parseFrom(byte[] data) static HttpBodyHttpBody.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HttpBodyHttpBody.parseFrom(com.google.protobuf.ByteString data) static HttpBodyHttpBody.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HttpBodyHttpBody.parseFrom(com.google.protobuf.CodedInputStream input) static HttpBodyHttpBody.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HttpBodyHttpBody.parseFrom(InputStream input) static HttpBodyHttpBody.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HttpBodyHttpBody.parseFrom(ByteBuffer data) static HttpBodyHttpBody.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.service.ext_proc.v3 that return types with arguments of type HttpBodyModifier and TypeMethodDescriptioncom.google.protobuf.Parser<HttpBody>HttpBody.getParserForType()static com.google.protobuf.Parser<HttpBody>HttpBody.parser()Methods in io.envoyproxy.envoy.service.ext_proc.v3 with parameters of type HttpBodyModifier and TypeMethodDescriptionProcessingRequest.Builder.mergeRequestBody(HttpBody value) A chunk of the HTTP request body.ProcessingRequest.Builder.mergeResponseBody(HttpBody value) A chunk of the HTTP response body.static HttpBody.BuilderHttpBody.newBuilder(HttpBody prototype) ProcessingRequest.Builder.setRequestBody(HttpBody value) A chunk of the HTTP request body.ProcessingRequest.Builder.setResponseBody(HttpBody value) A chunk of the HTTP response body.