Searched refs:GreeterStub (Results 1 – 12 of 12) sorted by relevance
29 stub = helloworld_pb2_grpc.GreeterStub(channel)
7 class GreeterStub(object): class
34 stub = helloworld_pb2_grpc.GreeterStub(intercept_channel)
36 stub = helloworld_pb2_grpc.GreeterStub(intercept_channel)
113 greeter_stub = helloworld_pb2_grpc.GreeterStub(channel)
37 import io.grpc.examples.helloworld.GreeterGrpc.GreeterStub;142 GreeterStub stub = GreeterGrpc.newStub(channel); in asyncCall()
39 import io.grpc.examples.helloworld.GreeterGrpc.GreeterStub;166 GreeterStub stub = GreeterGrpc.newStub(channel); in asyncCall()
62 stub = helloworld_pb2_grpc.GreeterStub(channel)