Home
last modified time | relevance | path

Searched refs:GreeterStub (Results 1 – 10 of 10) sorted by relevance

/external/grpc-grpc/examples/python/helloworld/
Dgreeter_client.py29 stub = helloworld_pb2_grpc.GreeterStub(channel)
Dhelloworld_pb2_grpc.py7 class GreeterStub(object): class
/external/grpc-grpc/examples/python/interceptors/headers/
Dgreeter_client.py34 stub = helloworld_pb2_grpc.GreeterStub(intercept_channel)
Dhelloworld_pb2_grpc.py7 class GreeterStub(object): class
/external/grpc-grpc/examples/python/interceptors/default_value/
Dgreeter_client.py36 stub = helloworld_pb2_grpc.GreeterStub(intercept_channel)
Dhelloworld_pb2_grpc.py7 class GreeterStub(object): class
/external/grpc-grpc/examples/python/multiplex/
Dhelloworld_pb2_grpc.py7 class GreeterStub(object): class
Dmultiplex_client.py113 greeter_stub = helloworld_pb2_grpc.GreeterStub(channel)
/external/grpc-grpc-java/examples/src/main/java/io/grpc/examples/errorhandling/
DErrorHandlingClient.java37 import io.grpc.examples.helloworld.GreeterGrpc.GreeterStub;
142 GreeterStub stub = GreeterGrpc.newStub(channel); in asyncCall()
DDetailErrorSample.java39 import io.grpc.examples.helloworld.GreeterGrpc.GreeterStub;
166 GreeterStub stub = GreeterGrpc.newStub(channel); in asyncCall()