| Package | Description |
|---|---|
| io.envoyproxy.envoy.service.ext_proc.v3alpha |
| Modifier and Type | Method and Description |
|---|---|
HttpBody |
HttpBody.Builder.build() |
HttpBody |
HttpBody.Builder.buildPartial() |
static HttpBody |
HttpBody.getDefaultInstance() |
HttpBody |
HttpBody.getDefaultInstanceForType() |
HttpBody |
HttpBody.Builder.getDefaultInstanceForType() |
HttpBody |
ProcessingRequest.getRequestBody()
A chunk of the HTTP request body.
|
HttpBody |
ProcessingRequest.Builder.getRequestBody()
A chunk of the HTTP request body.
|
HttpBody |
ProcessingRequestOrBuilder.getRequestBody()
A chunk of the HTTP request body.
|
HttpBody |
ProcessingRequest.getResponseBody()
A chunk of the HTTP request body.
|
HttpBody |
ProcessingRequest.Builder.getResponseBody()
A chunk of the HTTP request body.
|
HttpBody |
ProcessingRequestOrBuilder.getResponseBody()
A chunk of the HTTP request body.
|
static HttpBody |
HttpBody.parseDelimitedFrom(InputStream input) |
static HttpBody |
HttpBody.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpBody |
HttpBody.parseFrom(byte[] data) |
static HttpBody |
HttpBody.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpBody |
HttpBody.parseFrom(ByteBuffer data) |
static HttpBody |
HttpBody.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpBody |
HttpBody.parseFrom(com.google.protobuf.ByteString data) |
static HttpBody |
HttpBody.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpBody |
HttpBody.parseFrom(com.google.protobuf.CodedInputStream input) |
static HttpBody |
HttpBody.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpBody |
HttpBody.parseFrom(InputStream input) |
static HttpBody |
HttpBody.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<HttpBody> |
HttpBody.getParserForType() |
static com.google.protobuf.Parser<HttpBody> |
HttpBody.parser() |
| Modifier and Type | Method and Description |
|---|---|
HttpBody.Builder |
HttpBody.Builder.mergeFrom(HttpBody other) |
ProcessingRequest.Builder |
ProcessingRequest.Builder.mergeRequestBody(HttpBody value)
A chunk of the HTTP request body.
|
ProcessingRequest.Builder |
ProcessingRequest.Builder.mergeResponseBody(HttpBody value)
A chunk of the HTTP request body.
|
static HttpBody.Builder |
HttpBody.newBuilder(HttpBody prototype) |
ProcessingRequest.Builder |
ProcessingRequest.Builder.setRequestBody(HttpBody value)
A chunk of the HTTP request body.
|
ProcessingRequest.Builder |
ProcessingRequest.Builder.setResponseBody(HttpBody value)
A chunk of the HTTP request body.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.