Uses of Class
io.envoyproxy.envoy.service.ext_proc.v3.HttpBody
-
Packages that use HttpBody Package Description io.envoyproxy.envoy.service.ext_proc.v3 -
-
Uses of HttpBody in io.envoyproxy.envoy.service.ext_proc.v3
Methods in io.envoyproxy.envoy.service.ext_proc.v3 that return HttpBody Modifier and Type Method Description HttpBodyHttpBody.Builder. build()HttpBodyHttpBody.Builder. buildPartial()static HttpBodyHttpBody. getDefaultInstance()HttpBodyHttpBody.Builder. getDefaultInstanceForType()HttpBodyHttpBody. getDefaultInstanceForType()HttpBodyProcessingRequest.Builder. getRequestBody()A chunk of the HTTP request body.HttpBodyProcessingRequest. getRequestBody()A chunk of the HTTP request body.HttpBodyProcessingRequestOrBuilder. getRequestBody()A chunk of the HTTP request body.HttpBodyProcessingRequest.Builder. getResponseBody()A chunk of the HTTP request body.HttpBodyProcessingRequest. getResponseBody()A chunk of the HTTP request body.HttpBodyProcessingRequestOrBuilder. getResponseBody()A chunk of the HTTP request 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 HttpBody Modifier and Type Method Description com.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 HttpBody Modifier and Type Method Description HttpBody.BuilderHttpBody.Builder. mergeFrom(HttpBody other)ProcessingRequest.BuilderProcessingRequest.Builder. mergeRequestBody(HttpBody value)A chunk of the HTTP request body.ProcessingRequest.BuilderProcessingRequest.Builder. mergeResponseBody(HttpBody value)A chunk of the HTTP request body.static HttpBody.BuilderHttpBody. newBuilder(HttpBody prototype)ProcessingRequest.BuilderProcessingRequest.Builder. setRequestBody(HttpBody value)A chunk of the HTTP request body.ProcessingRequest.BuilderProcessingRequest.Builder. setResponseBody(HttpBody value)A chunk of the HTTP request body.
-