source-classes-mapping.txt 4.83 KB
Newer Older
Michele Fiori's avatar
Michele Fiori committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102
actor/Client.java
 actor.Client
com/example/chat/ChatServiceOuterClass.java
 com.example.chat.ChatServiceOuterClass
 com.example.chat.ChatServiceOuterClass$1
 com.example.chat.ChatServiceOuterClass$ChatMessage
 com.example.chat.ChatServiceOuterClass$ChatMessage$1
 com.example.chat.ChatServiceOuterClass$ChatMessage$Builder
 com.example.chat.ChatServiceOuterClass$ChatMessageOrBuilder
chat/ChatClient.java
 chat.ChatClient
 chat.ChatClient$1
bidirectional/BidirectionalServiceImpl.java
 bidirectional.BidirectionalServiceImpl
 bidirectional.BidirectionalServiceImpl$1
chat/ChatServiceImpl.java
 chat.ChatServiceImpl
 chat.ChatServiceImpl$1
chat/ChatServer.java
 chat.ChatServer
com/example/grpc/GreetingServiceGrpc.java
 com.example.grpc.GreetingServiceGrpc
 com.example.grpc.GreetingServiceGrpc$1
 com.example.grpc.GreetingServiceGrpc$GreetingServiceBaseDescriptorSupplier
 com.example.grpc.GreetingServiceGrpc$GreetingServiceBlockingStub
 com.example.grpc.GreetingServiceGrpc$GreetingServiceFileDescriptorSupplier
 com.example.grpc.GreetingServiceGrpc$GreetingServiceFutureStub
 com.example.grpc.GreetingServiceGrpc$GreetingServiceImplBase
 com.example.grpc.GreetingServiceGrpc$GreetingServiceMethodDescriptorSupplier
 com.example.grpc.GreetingServiceGrpc$GreetingServiceStub
 com.example.grpc.GreetingServiceGrpc$MethodHandlers
com/example/grpc/BidirectionalServiceGrpc.java
 com.example.grpc.BidirectionalServiceGrpc
 com.example.grpc.BidirectionalServiceGrpc$1
 com.example.grpc.BidirectionalServiceGrpc$BidirectionalServiceBaseDescriptorSupplier
 com.example.grpc.BidirectionalServiceGrpc$BidirectionalServiceBlockingStub
 com.example.grpc.BidirectionalServiceGrpc$BidirectionalServiceFileDescriptorSupplier
 com.example.grpc.BidirectionalServiceGrpc$BidirectionalServiceFutureStub
 com.example.grpc.BidirectionalServiceGrpc$BidirectionalServiceImplBase
 com.example.grpc.BidirectionalServiceGrpc$BidirectionalServiceMethodDescriptorSupplier
 com.example.grpc.BidirectionalServiceGrpc$BidirectionalServiceStub
 com.example.grpc.BidirectionalServiceGrpc$MethodHandlers
com/example/grpc/GreetingServiceOuterClass.java
 com.example.grpc.GreetingServiceOuterClass
 com.example.grpc.GreetingServiceOuterClass$1
 com.example.grpc.GreetingServiceOuterClass$HelloRequest
 com.example.grpc.GreetingServiceOuterClass$HelloRequest$1
 com.example.grpc.GreetingServiceOuterClass$HelloRequest$Builder
 com.example.grpc.GreetingServiceOuterClass$HelloRequestOrBuilder
 com.example.grpc.GreetingServiceOuterClass$HelloResponse
 com.example.grpc.GreetingServiceOuterClass$HelloResponse$1
 com.example.grpc.GreetingServiceOuterClass$HelloResponse$Builder
 com.example.grpc.GreetingServiceOuterClass$HelloResponseOrBuilder
bidirectional/Server.java
 bidirectional.Server
com/example/chat/ChatServiceGrpc.java
 com.example.chat.ChatServiceGrpc
 com.example.chat.ChatServiceGrpc$1
 com.example.chat.ChatServiceGrpc$ChatServiceBaseDescriptorSupplier
 com.example.chat.ChatServiceGrpc$ChatServiceBlockingStub
 com.example.chat.ChatServiceGrpc$ChatServiceFileDescriptorSupplier
 com.example.chat.ChatServiceGrpc$ChatServiceFutureStub
 com.example.chat.ChatServiceGrpc$ChatServiceImplBase
 com.example.chat.ChatServiceGrpc$ChatServiceMethodDescriptorSupplier
 com.example.chat.ChatServiceGrpc$ChatServiceStub
 com.example.chat.ChatServiceGrpc$MethodHandlers
bidirectional/Client.java
 bidirectional.Client
 bidirectional.Client$1
grpchelloserver/App.java
 grpchelloserver.App
it/ewlab/actor/ActorOuterClass.java
 it.ewlab.actor.ActorOuterClass
 it.ewlab.actor.ActorOuterClass$1
 it.ewlab.actor.ActorOuterClass$Actor
 it.ewlab.actor.ActorOuterClass$Actor$1
 it.ewlab.actor.ActorOuterClass$Actor$Builder
 it.ewlab.actor.ActorOuterClass$Actor$Movie
 it.ewlab.actor.ActorOuterClass$Actor$Movie$1
 it.ewlab.actor.ActorOuterClass$Actor$Movie$Builder
 it.ewlab.actor.ActorOuterClass$Actor$MovieOrBuilder
 it.ewlab.actor.ActorOuterClass$Actor$Sex
 it.ewlab.actor.ActorOuterClass$Actor$Sex$1
 it.ewlab.actor.ActorOuterClass$ActorOrBuilder
com/example/grpc/BidirectionalServiceOuterClass.java
 com.example.grpc.BidirectionalServiceOuterClass
 com.example.grpc.BidirectionalServiceOuterClass$1
 com.example.grpc.BidirectionalServiceOuterClass$ClientRequest
 com.example.grpc.BidirectionalServiceOuterClass$ClientRequest$1
 com.example.grpc.BidirectionalServiceOuterClass$ClientRequest$Builder
 com.example.grpc.BidirectionalServiceOuterClass$ClientRequestOrBuilder
 com.example.grpc.BidirectionalServiceOuterClass$ServerResponse
 com.example.grpc.BidirectionalServiceOuterClass$ServerResponse$1
 com.example.grpc.BidirectionalServiceOuterClass$ServerResponse$Builder
 com.example.grpc.BidirectionalServiceOuterClass$ServerResponseOrBuilder
grpchelloserver/GreetingServiceImpl.java
 grpchelloserver.GreetingServiceImpl
grpchelloserver/GreetingServiceClient.java
 grpchelloserver.GreetingServiceClient
 grpchelloserver.GreetingServiceClient$1
actor/Server.java
 actor.Server