| Package | Description |
|---|---|
| io.envoyproxy.envoy.service.ext_proc.v3alpha |
| Modifier and Type | Method and Description |
|---|---|
HeaderMutation |
HeaderMutation.Builder.build() |
HeaderMutation |
HeaderMutation.Builder.buildPartial() |
static HeaderMutation |
HeaderMutation.getDefaultInstance() |
HeaderMutation |
HeaderMutation.getDefaultInstanceForType() |
HeaderMutation |
HeaderMutation.Builder.getDefaultInstanceForType() |
HeaderMutation |
TrailersResponse.getHeaderMutation()
Instructions on how to manipulate the trailers
.envoy.service.ext_proc.v3alpha.HeaderMutation header_mutation = 1; |
HeaderMutation |
TrailersResponse.Builder.getHeaderMutation()
Instructions on how to manipulate the trailers
.envoy.service.ext_proc.v3alpha.HeaderMutation header_mutation = 1; |
HeaderMutation |
CommonResponse.getHeaderMutation()
Instructions on how to manipulate the headers.
|
HeaderMutation |
CommonResponse.Builder.getHeaderMutation()
Instructions on how to manipulate the headers.
|
HeaderMutation |
CommonResponseOrBuilder.getHeaderMutation()
Instructions on how to manipulate the headers.
|
HeaderMutation |
TrailersResponseOrBuilder.getHeaderMutation()
Instructions on how to manipulate the trailers
.envoy.service.ext_proc.v3alpha.HeaderMutation header_mutation = 1; |
HeaderMutation |
ImmediateResponse.getHeaders()
Apply changes to the default headers, which will include content-type.
|
HeaderMutation |
ImmediateResponse.Builder.getHeaders()
Apply changes to the default headers, which will include content-type.
|
HeaderMutation |
ImmediateResponseOrBuilder.getHeaders()
Apply changes to the default headers, which will include content-type.
|
static HeaderMutation |
HeaderMutation.parseDelimitedFrom(InputStream input) |
static HeaderMutation |
HeaderMutation.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HeaderMutation |
HeaderMutation.parseFrom(byte[] data) |
static HeaderMutation |
HeaderMutation.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HeaderMutation |
HeaderMutation.parseFrom(ByteBuffer data) |
static HeaderMutation |
HeaderMutation.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HeaderMutation |
HeaderMutation.parseFrom(com.google.protobuf.ByteString data) |
static HeaderMutation |
HeaderMutation.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HeaderMutation |
HeaderMutation.parseFrom(com.google.protobuf.CodedInputStream input) |
static HeaderMutation |
HeaderMutation.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HeaderMutation |
HeaderMutation.parseFrom(InputStream input) |
static HeaderMutation |
HeaderMutation.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<HeaderMutation> |
HeaderMutation.getParserForType() |
static com.google.protobuf.Parser<HeaderMutation> |
HeaderMutation.parser() |
| Modifier and Type | Method and Description |
|---|---|
HeaderMutation.Builder |
HeaderMutation.Builder.mergeFrom(HeaderMutation other) |
TrailersResponse.Builder |
TrailersResponse.Builder.mergeHeaderMutation(HeaderMutation value)
Instructions on how to manipulate the trailers
.envoy.service.ext_proc.v3alpha.HeaderMutation header_mutation = 1; |
CommonResponse.Builder |
CommonResponse.Builder.mergeHeaderMutation(HeaderMutation value)
Instructions on how to manipulate the headers.
|
ImmediateResponse.Builder |
ImmediateResponse.Builder.mergeHeaders(HeaderMutation value)
Apply changes to the default headers, which will include content-type.
|
static HeaderMutation.Builder |
HeaderMutation.newBuilder(HeaderMutation prototype) |
TrailersResponse.Builder |
TrailersResponse.Builder.setHeaderMutation(HeaderMutation value)
Instructions on how to manipulate the trailers
.envoy.service.ext_proc.v3alpha.HeaderMutation header_mutation = 1; |
CommonResponse.Builder |
CommonResponse.Builder.setHeaderMutation(HeaderMutation value)
Instructions on how to manipulate the headers.
|
ImmediateResponse.Builder |
ImmediateResponse.Builder.setHeaders(HeaderMutation value)
Apply changes to the default headers, which will include content-type.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.