Lines Matching full:world
4 The XDS example consists of a Hello World client and a Hello World server capable of
6 behaves the same the hello-world version and the server behaves similar to the
16 Build the XDS hello-world example client & server. From the `grpc-java/examples/examples-xds`
22 This creates the scripts `build/install/example-xds/bin/xds-hello-world-client` and
23 `build/install/example-xds/bin/xds-hello-world-server`.
31 bootstrap format). This is needed by both `build/install/example-xds/bin/xds-hello-world-client`
32 and `build/install/example-xds/bin/xds-hello-world-server`.
37 $ ./build/install/example-xds/bin/xds-hello-world-server
43 $ ./build/install/example-xds/bin/xds-hello-world-client "xds world" xds:///yourServersName
45 The first command line argument (`xds world`) is the name you wish to include in
60 $ ./build/install/example-xds/bin/xds-hello-world-server --xds-creds
66 $ ./build/install/example-xds/bin/xds-hello-world-client --xds-creds "xds world" xds:///yourServers…