started task 7

This commit is contained in:
2025-12-28 03:18:13 +01:00
parent 01bd4ba693
commit ec4234ee13
66 changed files with 2431 additions and 121 deletions

View File

@@ -0,0 +1,24 @@
org/tinsae/grpc/HelloReply$1.class
org/tinsae/grpc/HelloWorldServiceGrpc$HelloWorldServiceFileDescriptorSupplier.class
org/tinsae/grpc/HelloWorldServiceGrpc$3.class
org/tinsae/grpc/client/HelloWorldClient.class
org/tinsae/grpc/HelloRequestOrBuilder.class
org/tinsae/grpc/HelloWorldServiceGrpc$HelloWorldServiceImplBase.class
org/tinsae/grpc/HelloWorldServiceGrpc$1.class
org/tinsae/grpc/HelloRequest.class
org/tinsae/grpc/HelloWorldServiceGrpc$HelloWorldServiceMethodDescriptorSupplier.class
org/tinsae/grpc/server/HelloWorldServer.class
org/tinsae/grpc/HelloWorldServiceGrpc$HelloWorldServiceBaseDescriptorSupplier.class
org/tinsae/grpc/HelloRequest$1.class
org/tinsae/grpc/HelloReplyOrBuilder.class
org/tinsae/grpc/HelloWorldServiceGrpc$MethodHandlers.class
org/tinsae/grpc/HelloWorldServiceProtos.class
org/tinsae/grpc/HelloWorldServiceImpl.class
org/tinsae/grpc/HelloWorldServiceGrpc.class
org/tinsae/grpc/HelloWorldServiceGrpc$HelloWorldServiceStub.class
org/tinsae/grpc/HelloReply$Builder.class
org/tinsae/grpc/HelloRequest$Builder.class
org/tinsae/grpc/HelloWorldServiceGrpc$HelloWorldServiceBlockingStub.class
org/tinsae/grpc/HelloWorldServiceGrpc$2.class
org/tinsae/grpc/HelloWorldServiceGrpc$HelloWorldServiceFutureStub.class
org/tinsae/grpc/HelloReply.class

View File

@@ -0,0 +1,9 @@
/home/tgk/Repos/Trusted/DistributedSystems/week3_TinsaeGhilay/Task 7/example/src/main/java/org/tinsae/grpc/HelloReply.java
/home/tgk/Repos/Trusted/DistributedSystems/week3_TinsaeGhilay/Task 7/example/src/main/java/org/tinsae/grpc/HelloReplyOrBuilder.java
/home/tgk/Repos/Trusted/DistributedSystems/week3_TinsaeGhilay/Task 7/example/src/main/java/org/tinsae/grpc/HelloRequest.java
/home/tgk/Repos/Trusted/DistributedSystems/week3_TinsaeGhilay/Task 7/example/src/main/java/org/tinsae/grpc/HelloRequestOrBuilder.java
/home/tgk/Repos/Trusted/DistributedSystems/week3_TinsaeGhilay/Task 7/example/src/main/java/org/tinsae/grpc/HelloWorldServiceGrpc.java
/home/tgk/Repos/Trusted/DistributedSystems/week3_TinsaeGhilay/Task 7/example/src/main/java/org/tinsae/grpc/HelloWorldServiceImpl.java
/home/tgk/Repos/Trusted/DistributedSystems/week3_TinsaeGhilay/Task 7/example/src/main/java/org/tinsae/grpc/HelloWorldServiceProtos.java
/home/tgk/Repos/Trusted/DistributedSystems/week3_TinsaeGhilay/Task 7/example/src/main/java/org/tinsae/grpc/client/HelloWorldClient.java
/home/tgk/Repos/Trusted/DistributedSystems/week3_TinsaeGhilay/Task 7/example/src/main/java/org/tinsae/grpc/server/HelloWorldServer.java