Uses of Class
org.languagetool.rules.ml.MLServerProto.ProcessRequest
Packages that use MLServerProto.ProcessRequest
-
Uses of MLServerProto.ProcessRequest in org.languagetool.rules.ml
Fields in org.languagetool.rules.ml declared as MLServerProto.ProcessRequestModifier and TypeFieldDescriptionprivate static final MLServerProto.ProcessRequestMLServerProto.ProcessRequest.DEFAULT_INSTANCEFields in org.languagetool.rules.ml with type parameters of type MLServerProto.ProcessRequestModifier and TypeFieldDescriptionprivate static io.grpc.MethodDescriptor<MLServerProto.ProcessRequest, MLServerProto.ProcessResponse> ProcessingServerGrpc.getProcessMethodprivate static final com.google.protobuf.Parser<MLServerProto.ProcessRequest> MLServerProto.ProcessRequest.PARSERMethods in org.languagetool.rules.ml that return MLServerProto.ProcessRequestModifier and TypeMethodDescriptionMLServerProto.ProcessRequest.Builder.build()MLServerProto.ProcessRequest.Builder.buildPartial()static MLServerProto.ProcessRequestMLServerProto.ProcessRequest.getDefaultInstance()MLServerProto.ProcessRequest.Builder.getDefaultInstanceForType()MLServerProto.ProcessRequest.getDefaultInstanceForType()static MLServerProto.ProcessRequestMLServerProto.ProcessRequest.parseDelimitedFrom(InputStream input) static MLServerProto.ProcessRequestMLServerProto.ProcessRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MLServerProto.ProcessRequestMLServerProto.ProcessRequest.parseFrom(byte[] data) static MLServerProto.ProcessRequestMLServerProto.ProcessRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MLServerProto.ProcessRequestMLServerProto.ProcessRequest.parseFrom(com.google.protobuf.ByteString data) static MLServerProto.ProcessRequestMLServerProto.ProcessRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MLServerProto.ProcessRequestMLServerProto.ProcessRequest.parseFrom(com.google.protobuf.CodedInputStream input) static MLServerProto.ProcessRequestMLServerProto.ProcessRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MLServerProto.ProcessRequestMLServerProto.ProcessRequest.parseFrom(InputStream input) static MLServerProto.ProcessRequestMLServerProto.ProcessRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MLServerProto.ProcessRequestMLServerProto.ProcessRequest.parseFrom(ByteBuffer data) static MLServerProto.ProcessRequestMLServerProto.ProcessRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.languagetool.rules.ml that return types with arguments of type MLServerProto.ProcessRequestModifier and TypeMethodDescriptioncom.google.protobuf.Parser<MLServerProto.ProcessRequest> MLServerProto.ProcessRequest.getParserForType()static io.grpc.MethodDescriptor<MLServerProto.ProcessRequest, MLServerProto.ProcessResponse> ProcessingServerGrpc.getProcessMethod()static com.google.protobuf.Parser<MLServerProto.ProcessRequest> MLServerProto.ProcessRequest.parser()Methods in org.languagetool.rules.ml with parameters of type MLServerProto.ProcessRequestModifier and TypeMethodDescriptionprivate voidMLServerProto.ProcessRequest.Builder.buildPartial0(MLServerProto.ProcessRequest result) private voidMLServerProto.ProcessRequest.Builder.buildPartialRepeatedFields(MLServerProto.ProcessRequest result) MLServerProto.ProcessRequest.Builder.mergeFrom(MLServerProto.ProcessRequest other) MLServerProto.ProcessRequest.newBuilder(MLServerProto.ProcessRequest prototype) default voidProcessingServerGrpc.AsyncService.process(MLServerProto.ProcessRequest request, io.grpc.stub.StreamObserver<MLServerProto.ProcessResponse> responseObserver) ProcessingServerGrpc.ProcessingServerBlockingStub.process(MLServerProto.ProcessRequest request) com.google.common.util.concurrent.ListenableFuture<MLServerProto.ProcessResponse> ProcessingServerGrpc.ProcessingServerFutureStub.process(MLServerProto.ProcessRequest request) voidProcessingServerGrpc.ProcessingServerStub.process(MLServerProto.ProcessRequest request, io.grpc.stub.StreamObserver<MLServerProto.ProcessResponse> responseObserver) -
Uses of MLServerProto.ProcessRequest in org.languagetool.server
Methods in org.languagetool.server with parameters of type MLServerProto.ProcessRequestModifier and TypeMethodDescriptionvoidGRPCServer.process(MLServerProto.ProcessRequest request, io.grpc.stub.StreamObserver<MLServerProto.ProcessResponse> responseObserver)