| Package | Description |
|---|---|
| io.envoyproxy.envoy.service.ext_proc.v3alpha |
| Modifier and Type | Method and Description |
|---|---|
ProcessingResponse |
ProcessingResponse.Builder.build() |
ProcessingResponse |
ProcessingResponse.Builder.buildPartial() |
static ProcessingResponse |
ProcessingResponse.getDefaultInstance() |
ProcessingResponse |
ProcessingResponse.getDefaultInstanceForType() |
ProcessingResponse |
ProcessingResponse.Builder.getDefaultInstanceForType() |
static ProcessingResponse |
ProcessingResponse.parseDelimitedFrom(InputStream input) |
static ProcessingResponse |
ProcessingResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProcessingResponse |
ProcessingResponse.parseFrom(byte[] data) |
static ProcessingResponse |
ProcessingResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProcessingResponse |
ProcessingResponse.parseFrom(ByteBuffer data) |
static ProcessingResponse |
ProcessingResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProcessingResponse |
ProcessingResponse.parseFrom(com.google.protobuf.ByteString data) |
static ProcessingResponse |
ProcessingResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProcessingResponse |
ProcessingResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static ProcessingResponse |
ProcessingResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProcessingResponse |
ProcessingResponse.parseFrom(InputStream input) |
static ProcessingResponse |
ProcessingResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ProcessingResponse |
ExternalProcessor.BlockingInterface.process(com.google.protobuf.RpcController controller,
ProcessingRequest request) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<ProcessingResponse> |
ProcessingResponse.getParserForType() |
static io.grpc.MethodDescriptor<ProcessingRequest,ProcessingResponse> |
ExternalProcessorGrpc.getProcessMethod() |
static com.google.protobuf.Parser<ProcessingResponse> |
ProcessingResponse.parser() |
| Modifier and Type | Method and Description |
|---|---|
ProcessingResponse.Builder |
ProcessingResponse.Builder.mergeFrom(ProcessingResponse other) |
static ProcessingResponse.Builder |
ProcessingResponse.newBuilder(ProcessingResponse prototype) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
ExternalProcessor.process(com.google.protobuf.RpcController controller,
ProcessingRequest request,
com.google.protobuf.RpcCallback<ProcessingResponse> done)
This begins the bidirectional stream that Envoy will use to
give the server control over what the filter does.
|
void |
ExternalProcessor.Interface.process(com.google.protobuf.RpcController controller,
ProcessingRequest request,
com.google.protobuf.RpcCallback<ProcessingResponse> done)
This begins the bidirectional stream that Envoy will use to
give the server control over what the filter does.
|
void |
ExternalProcessor.Stub.process(com.google.protobuf.RpcController controller,
ProcessingRequest request,
com.google.protobuf.RpcCallback<ProcessingResponse> done) |
io.grpc.stub.StreamObserver<ProcessingRequest> |
ExternalProcessorGrpc.ExternalProcessorImplBase.process(io.grpc.stub.StreamObserver<ProcessingResponse> responseObserver)
This begins the bidirectional stream that Envoy will use to
give the server control over what the filter does.
|
io.grpc.stub.StreamObserver<ProcessingRequest> |
ExternalProcessorGrpc.ExternalProcessorStub.process(io.grpc.stub.StreamObserver<ProcessingResponse> responseObserver)
This begins the bidirectional stream that Envoy will use to
give the server control over what the filter does.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.