| Package | Description |
|---|---|
| io.envoyproxy.envoy.extensions.filters.http.ext_proc.v3alpha |
| Modifier and Type | Method and Description |
|---|---|
ExternalProcessor.Builder |
ExternalProcessor.Builder.addAllRequestAttributes(Iterable<String> values)
[#not-implemented-hide:]
Envoy provides a number of :ref:`attributes <arch_overview_attributes>`
for expressive policies.
|
ExternalProcessor.Builder |
ExternalProcessor.Builder.addAllResponseAttributes(Iterable<String> values)
[#not-implemented-hide:]
Envoy provides a number of :ref:`attributes <arch_overview_attributes>`
for expressive policies.
|
ExternalProcessor.Builder |
ExternalProcessor.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ExternalProcessor.Builder |
ExternalProcessor.Builder.addRequestAttributes(String value)
[#not-implemented-hide:]
Envoy provides a number of :ref:`attributes <arch_overview_attributes>`
for expressive policies.
|
ExternalProcessor.Builder |
ExternalProcessor.Builder.addRequestAttributesBytes(com.google.protobuf.ByteString value)
[#not-implemented-hide:]
Envoy provides a number of :ref:`attributes <arch_overview_attributes>`
for expressive policies.
|
ExternalProcessor.Builder |
ExternalProcessor.Builder.addResponseAttributes(String value)
[#not-implemented-hide:]
Envoy provides a number of :ref:`attributes <arch_overview_attributes>`
for expressive policies.
|
ExternalProcessor.Builder |
ExternalProcessor.Builder.addResponseAttributesBytes(com.google.protobuf.ByteString value)
[#not-implemented-hide:]
Envoy provides a number of :ref:`attributes <arch_overview_attributes>`
for expressive policies.
|
ExternalProcessor.Builder |
ExternalProcessor.Builder.clear() |
ExternalProcessor.Builder |
ExternalProcessor.Builder.clearAsyncMode()
[#not-implemented-hide:]
If true, send each part of the HTTP request or response specified by ProcessingMode
asynchronously -- in other words, send the message on the gRPC stream and then continue
filter processing.
|
ExternalProcessor.Builder |
ExternalProcessor.Builder.clearFailureModeAllow()
[#not-implemented-hide:]
By default, if the gRPC stream cannot be established, or if it is closed
prematurely with an error, the filter will fail.
|
ExternalProcessor.Builder |
ExternalProcessor.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ExternalProcessor.Builder |
ExternalProcessor.Builder.clearGrpcService()
Configuration for the gRPC service that the filter will communicate with.
|
ExternalProcessor.Builder |
ExternalProcessor.Builder.clearMessageTimeout()
[#not-implemented-hide:]
Specifies the timeout for each individual message sent on the stream and
when the filter is running in synchronous mode.
|
ExternalProcessor.Builder |
ExternalProcessor.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ExternalProcessor.Builder |
ExternalProcessor.Builder.clearProcessingMode()
[#not-implemented-hide:]
Specifies default options for how HTTP headers, trailers, and bodies are
sent.
|
ExternalProcessor.Builder |
ExternalProcessor.Builder.clearRequestAttributes()
[#not-implemented-hide:]
Envoy provides a number of :ref:`attributes <arch_overview_attributes>`
for expressive policies.
|
ExternalProcessor.Builder |
ExternalProcessor.Builder.clearResponseAttributes()
[#not-implemented-hide:]
Envoy provides a number of :ref:`attributes <arch_overview_attributes>`
for expressive policies.
|
ExternalProcessor.Builder |
ExternalProcessor.Builder.clearStatPrefix()
[#not-implemented-hide:]
Optional additional prefix to use when emitting statistics.
|
ExternalProcessor.Builder |
ExternalProcessor.Builder.clone() |
ExternalProcessor.Builder |
ExternalProcessor.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ExternalProcessor.Builder |
ExternalProcessor.Builder.mergeFrom(ExternalProcessor other) |
ExternalProcessor.Builder |
ExternalProcessor.Builder.mergeFrom(com.google.protobuf.Message other) |
ExternalProcessor.Builder |
ExternalProcessor.Builder.mergeGrpcService(GrpcService value)
Configuration for the gRPC service that the filter will communicate with.
|
ExternalProcessor.Builder |
ExternalProcessor.Builder.mergeMessageTimeout(com.google.protobuf.Duration value)
[#not-implemented-hide:]
Specifies the timeout for each individual message sent on the stream and
when the filter is running in synchronous mode.
|
ExternalProcessor.Builder |
ExternalProcessor.Builder.mergeProcessingMode(ProcessingMode value)
[#not-implemented-hide:]
Specifies default options for how HTTP headers, trailers, and bodies are
sent.
|
ExternalProcessor.Builder |
ExternalProcessor.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static ExternalProcessor.Builder |
ExternalProcessor.newBuilder() |
static ExternalProcessor.Builder |
ExternalProcessor.newBuilder(ExternalProcessor prototype) |
ExternalProcessor.Builder |
ExternalProcessor.newBuilderForType() |
protected ExternalProcessor.Builder |
ExternalProcessor.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
ExternalProcessor.Builder |
ExternalProcessor.Builder.setAsyncMode(boolean value)
[#not-implemented-hide:]
If true, send each part of the HTTP request or response specified by ProcessingMode
asynchronously -- in other words, send the message on the gRPC stream and then continue
filter processing.
|
ExternalProcessor.Builder |
ExternalProcessor.Builder.setFailureModeAllow(boolean value)
[#not-implemented-hide:]
By default, if the gRPC stream cannot be established, or if it is closed
prematurely with an error, the filter will fail.
|
ExternalProcessor.Builder |
ExternalProcessor.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ExternalProcessor.Builder |
ExternalProcessor.Builder.setGrpcService(GrpcService.Builder builderForValue)
Configuration for the gRPC service that the filter will communicate with.
|
ExternalProcessor.Builder |
ExternalProcessor.Builder.setGrpcService(GrpcService value)
Configuration for the gRPC service that the filter will communicate with.
|
ExternalProcessor.Builder |
ExternalProcessor.Builder.setMessageTimeout(com.google.protobuf.Duration.Builder builderForValue)
[#not-implemented-hide:]
Specifies the timeout for each individual message sent on the stream and
when the filter is running in synchronous mode.
|
ExternalProcessor.Builder |
ExternalProcessor.Builder.setMessageTimeout(com.google.protobuf.Duration value)
[#not-implemented-hide:]
Specifies the timeout for each individual message sent on the stream and
when the filter is running in synchronous mode.
|
ExternalProcessor.Builder |
ExternalProcessor.Builder.setProcessingMode(ProcessingMode.Builder builderForValue)
[#not-implemented-hide:]
Specifies default options for how HTTP headers, trailers, and bodies are
sent.
|
ExternalProcessor.Builder |
ExternalProcessor.Builder.setProcessingMode(ProcessingMode value)
[#not-implemented-hide:]
Specifies default options for how HTTP headers, trailers, and bodies are
sent.
|
ExternalProcessor.Builder |
ExternalProcessor.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ExternalProcessor.Builder |
ExternalProcessor.Builder.setRequestAttributes(int index,
String value)
[#not-implemented-hide:]
Envoy provides a number of :ref:`attributes <arch_overview_attributes>`
for expressive policies.
|
ExternalProcessor.Builder |
ExternalProcessor.Builder.setResponseAttributes(int index,
String value)
[#not-implemented-hide:]
Envoy provides a number of :ref:`attributes <arch_overview_attributes>`
for expressive policies.
|
ExternalProcessor.Builder |
ExternalProcessor.Builder.setStatPrefix(String value)
[#not-implemented-hide:]
Optional additional prefix to use when emitting statistics.
|
ExternalProcessor.Builder |
ExternalProcessor.Builder.setStatPrefixBytes(com.google.protobuf.ByteString value)
[#not-implemented-hide:]
Optional additional prefix to use when emitting statistics.
|
ExternalProcessor.Builder |
ExternalProcessor.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ExternalProcessor.Builder |
ExternalProcessor.toBuilder() |
Copyright © 2018–2021 The Envoy Project. All rights reserved.