Uses of Class
io.envoyproxy.envoy.service.ext_proc.v3.ProcessingResponse
-
Packages that use ProcessingResponse Package Description io.envoyproxy.envoy.service.ext_proc.v3 -
-
Uses of ProcessingResponse in io.envoyproxy.envoy.service.ext_proc.v3
Methods in io.envoyproxy.envoy.service.ext_proc.v3 that return ProcessingResponse Modifier and Type Method Description ProcessingResponseProcessingResponse.Builder. build()ProcessingResponseProcessingResponse.Builder. buildPartial()static ProcessingResponseProcessingResponse. getDefaultInstance()ProcessingResponseProcessingResponse.Builder. getDefaultInstanceForType()ProcessingResponseProcessingResponse. getDefaultInstanceForType()static ProcessingResponseProcessingResponse. parseDelimitedFrom(InputStream input)static ProcessingResponseProcessingResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ProcessingResponseProcessingResponse. parseFrom(byte[] data)static ProcessingResponseProcessingResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ProcessingResponseProcessingResponse. parseFrom(com.google.protobuf.ByteString data)static ProcessingResponseProcessingResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ProcessingResponseProcessingResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ProcessingResponseProcessingResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ProcessingResponseProcessingResponse. parseFrom(InputStream input)static ProcessingResponseProcessingResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ProcessingResponseProcessingResponse. parseFrom(ByteBuffer data)static ProcessingResponseProcessingResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)ProcessingResponseExternalProcessor.BlockingInterface. process(com.google.protobuf.RpcController controller, ProcessingRequest request)Methods in io.envoyproxy.envoy.service.ext_proc.v3 that return types with arguments of type ProcessingResponse Modifier and Type Method Description com.google.protobuf.Parser<ProcessingResponse>ProcessingResponse. getParserForType()static io.grpc.MethodDescriptor<ProcessingRequest,ProcessingResponse>ExternalProcessorGrpc. getProcessMethod()static com.google.protobuf.Parser<ProcessingResponse>ProcessingResponse. parser()Methods in io.envoyproxy.envoy.service.ext_proc.v3 with parameters of type ProcessingResponse Modifier and Type Method Description ProcessingResponse.BuilderProcessingResponse.Builder. mergeFrom(ProcessingResponse other)static ProcessingResponse.BuilderProcessingResponse. newBuilder(ProcessingResponse prototype)Method parameters in io.envoyproxy.envoy.service.ext_proc.v3 with type arguments of type ProcessingResponse Modifier and Type Method Description voidExternalProcessor.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.abstract voidExternalProcessor. 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.voidExternalProcessor.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.
-