Uses of Class
io.envoyproxy.envoy.service.ext_proc.v3.ProcessingResponse
Packages that use ProcessingResponse
-
Uses of ProcessingResponse in io.envoyproxy.envoy.service.ext_proc.v3
Methods in io.envoyproxy.envoy.service.ext_proc.v3 that return ProcessingResponseModifier and TypeMethodDescriptionProcessingResponse.Builder.build()ProcessingResponse.Builder.buildPartial()static ProcessingResponseProcessingResponse.getDefaultInstance()ProcessingResponse.Builder.getDefaultInstanceForType()ProcessingResponse.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) Methods in io.envoyproxy.envoy.service.ext_proc.v3 that return types with arguments of type ProcessingResponseModifier and TypeMethodDescriptioncom.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 ProcessingResponseModifier and TypeMethodDescriptionProcessingResponse.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 ProcessingResponseModifier and TypeMethodDescriptiondefault io.grpc.stub.StreamObserver<ProcessingRequest>ExternalProcessorGrpc.AsyncService.process(io.grpc.stub.StreamObserver<ProcessingResponse> responseObserver) This begins the bidirectional stream that the data plane 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 the data plane will use to give the server control over what the filter does.