| Package | Description |
|---|---|
| io.envoyproxy.envoy.service.ext_proc.v3alpha |
| Modifier and Type | Method and Description |
|---|---|
ProcessingRequest |
ProcessingRequest.Builder.build() |
ProcessingRequest |
ProcessingRequest.Builder.buildPartial() |
static ProcessingRequest |
ProcessingRequest.getDefaultInstance() |
ProcessingRequest |
ProcessingRequest.getDefaultInstanceForType() |
ProcessingRequest |
ProcessingRequest.Builder.getDefaultInstanceForType() |
static ProcessingRequest |
ProcessingRequest.parseDelimitedFrom(InputStream input) |
static ProcessingRequest |
ProcessingRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProcessingRequest |
ProcessingRequest.parseFrom(byte[] data) |
static ProcessingRequest |
ProcessingRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProcessingRequest |
ProcessingRequest.parseFrom(ByteBuffer data) |
static ProcessingRequest |
ProcessingRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProcessingRequest |
ProcessingRequest.parseFrom(com.google.protobuf.ByteString data) |
static ProcessingRequest |
ProcessingRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProcessingRequest |
ProcessingRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static ProcessingRequest |
ProcessingRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProcessingRequest |
ProcessingRequest.parseFrom(InputStream input) |
static ProcessingRequest |
ProcessingRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<ProcessingRequest> |
ProcessingRequest.getParserForType() |
static io.grpc.MethodDescriptor<ProcessingRequest,ProcessingResponse> |
ExternalProcessorGrpc.getProcessMethod() |
static com.google.protobuf.Parser<ProcessingRequest> |
ProcessingRequest.parser() |
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.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessingRequest.Builder |
ProcessingRequest.Builder.mergeFrom(ProcessingRequest other) |
static ProcessingRequest.Builder |
ProcessingRequest.newBuilder(ProcessingRequest prototype) |
ProcessingResponse |
ExternalProcessor.BlockingInterface.process(com.google.protobuf.RpcController controller,
ProcessingRequest request) |
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) |
Copyright © 2018–2021 The Envoy Project. All rights reserved.