| Package | Description |
|---|---|
| io.envoyproxy.envoy.service.ext_proc.v3alpha |
| Modifier and Type | Method and Description |
|---|---|
ImmediateResponse |
ImmediateResponse.Builder.build() |
ImmediateResponse |
ImmediateResponse.Builder.buildPartial() |
static ImmediateResponse |
ImmediateResponse.getDefaultInstance() |
ImmediateResponse |
ImmediateResponse.getDefaultInstanceForType() |
ImmediateResponse |
ImmediateResponse.Builder.getDefaultInstanceForType() |
ImmediateResponse |
ProcessingResponseOrBuilder.getImmediateResponse()
If specified, attempt to create a locally generated response, send it
downstream, and stop processing additional filters and ignore any
additional messages received from the remote server for this request or
response.
|
ImmediateResponse |
ProcessingResponse.getImmediateResponse()
If specified, attempt to create a locally generated response, send it
downstream, and stop processing additional filters and ignore any
additional messages received from the remote server for this request or
response.
|
ImmediateResponse |
ProcessingResponse.Builder.getImmediateResponse()
If specified, attempt to create a locally generated response, send it
downstream, and stop processing additional filters and ignore any
additional messages received from the remote server for this request or
response.
|
static ImmediateResponse |
ImmediateResponse.parseDelimitedFrom(InputStream input) |
static ImmediateResponse |
ImmediateResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ImmediateResponse |
ImmediateResponse.parseFrom(byte[] data) |
static ImmediateResponse |
ImmediateResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ImmediateResponse |
ImmediateResponse.parseFrom(ByteBuffer data) |
static ImmediateResponse |
ImmediateResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ImmediateResponse |
ImmediateResponse.parseFrom(com.google.protobuf.ByteString data) |
static ImmediateResponse |
ImmediateResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ImmediateResponse |
ImmediateResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static ImmediateResponse |
ImmediateResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ImmediateResponse |
ImmediateResponse.parseFrom(InputStream input) |
static ImmediateResponse |
ImmediateResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<ImmediateResponse> |
ImmediateResponse.getParserForType() |
static com.google.protobuf.Parser<ImmediateResponse> |
ImmediateResponse.parser() |
| Modifier and Type | Method and Description |
|---|---|
ImmediateResponse.Builder |
ImmediateResponse.Builder.mergeFrom(ImmediateResponse other) |
ProcessingResponse.Builder |
ProcessingResponse.Builder.mergeImmediateResponse(ImmediateResponse value)
If specified, attempt to create a locally generated response, send it
downstream, and stop processing additional filters and ignore any
additional messages received from the remote server for this request or
response.
|
static ImmediateResponse.Builder |
ImmediateResponse.newBuilder(ImmediateResponse prototype) |
ProcessingResponse.Builder |
ProcessingResponse.Builder.setImmediateResponse(ImmediateResponse value)
If specified, attempt to create a locally generated response, send it
downstream, and stop processing additional filters and ignore any
additional messages received from the remote server for this request or
response.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.