| Package | Description |
|---|---|
| io.envoyproxy.envoy.service.ext_proc.v3alpha |
| Modifier and Type | Method and Description |
|---|---|
HeadersResponse |
HeadersResponse.Builder.build() |
HeadersResponse |
HeadersResponse.Builder.buildPartial() |
static HeadersResponse |
HeadersResponse.getDefaultInstance() |
HeadersResponse |
HeadersResponse.getDefaultInstanceForType() |
HeadersResponse |
HeadersResponse.Builder.getDefaultInstanceForType() |
HeadersResponse |
ProcessingResponseOrBuilder.getRequestHeaders()
The server must send back this message in response to a message with the
"request_headers" field set.
|
HeadersResponse |
ProcessingResponse.getRequestHeaders()
The server must send back this message in response to a message with the
"request_headers" field set.
|
HeadersResponse |
ProcessingResponse.Builder.getRequestHeaders()
The server must send back this message in response to a message with the
"request_headers" field set.
|
HeadersResponse |
ProcessingResponseOrBuilder.getResponseHeaders()
The server must send back this message in response to a message with the
"response_headers" field set.
|
HeadersResponse |
ProcessingResponse.getResponseHeaders()
The server must send back this message in response to a message with the
"response_headers" field set.
|
HeadersResponse |
ProcessingResponse.Builder.getResponseHeaders()
The server must send back this message in response to a message with the
"response_headers" field set.
|
static HeadersResponse |
HeadersResponse.parseDelimitedFrom(InputStream input) |
static HeadersResponse |
HeadersResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HeadersResponse |
HeadersResponse.parseFrom(byte[] data) |
static HeadersResponse |
HeadersResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HeadersResponse |
HeadersResponse.parseFrom(ByteBuffer data) |
static HeadersResponse |
HeadersResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HeadersResponse |
HeadersResponse.parseFrom(com.google.protobuf.ByteString data) |
static HeadersResponse |
HeadersResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HeadersResponse |
HeadersResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static HeadersResponse |
HeadersResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HeadersResponse |
HeadersResponse.parseFrom(InputStream input) |
static HeadersResponse |
HeadersResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<HeadersResponse> |
HeadersResponse.getParserForType() |
static com.google.protobuf.Parser<HeadersResponse> |
HeadersResponse.parser() |
| Modifier and Type | Method and Description |
|---|---|
HeadersResponse.Builder |
HeadersResponse.Builder.mergeFrom(HeadersResponse other) |
ProcessingResponse.Builder |
ProcessingResponse.Builder.mergeRequestHeaders(HeadersResponse value)
The server must send back this message in response to a message with the
"request_headers" field set.
|
ProcessingResponse.Builder |
ProcessingResponse.Builder.mergeResponseHeaders(HeadersResponse value)
The server must send back this message in response to a message with the
"response_headers" field set.
|
static HeadersResponse.Builder |
HeadersResponse.newBuilder(HeadersResponse prototype) |
ProcessingResponse.Builder |
ProcessingResponse.Builder.setRequestHeaders(HeadersResponse value)
The server must send back this message in response to a message with the
"request_headers" field set.
|
ProcessingResponse.Builder |
ProcessingResponse.Builder.setResponseHeaders(HeadersResponse value)
The server must send back this message in response to a message with the
"response_headers" field set.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.