Lines Matching full:examples
1 grpc Examples
4 The examples require grpc-java to already be built. You are strongly encouraged
10 before trying out the examples.
12 To build the examples, run in this directory:
21 `build/install/examples/bin/` directory that run the examples. Each
27 $ ./build/install/examples/bin/hello-world-server
33 $ ./build/install/examples/bin/hello-world-client
56 …ipt to generate self-signed certificates for grpc-java including the hello world with TLS examples:
97 ./build/install/examples/bin/hello-world-server-tls mate 50440 ~/Downloads/sslcert/server.crt ~/Dow…
99 ./build/install/examples/bin/hello-world-client-tls mate 50440 ~/Downloads/sslcert/ca.crt
106 ./build/install/examples/bin/hello-world-server-tls mate 54440 ~/Downloads/sslcert/server.crt ~/Dow…
108 ./build/install/examples/bin/hello-world-client-tls mate 54440 ~/Downloads/sslcert/ca.crt ~/Downloa…
123 $ mvn exec:java -Dexec.mainClass=io.grpc.examples.helloworld.HelloWorldServer
125 $ mvn exec:java -Dexec.mainClass=io.grpc.examples.helloworld.HelloWorldClient
140 Unit test examples
143 Examples for unit testing gRPC clients and servers are located in [examples/src/test](src/test).
146 We encourage users to leverage `InProcessTransport` as demonstrated in the examples to