Class GcdmClient


  • public class GcdmClient
    extends Object
    A simple client that makes a Netcdf request from GcdmServer. Used for testing.
    • Constructor Detail

      • GcdmClient

        public GcdmClient​(io.grpc.Channel channel)
        Construct client for accessing HelloWorld server using the existing channel.
    • Method Detail

      • main

        public static void main​(String[] args)
                         throws Exception
        Greet server. If provided, the first element of args is the name to use in the greeting. The second argument is the target server.
        Throws:
        Exception