Package naga.examples

Class ValidationClient


  • public class ValidationClient
    extends java.lang.Object
    A client for exercising the validation server.

    Use with java naga.examples.ValidationClient [host] [port] [account] [password].

    Author:
    Christoffer Lerno
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String... args)
      Make a login request to the server.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • main

        public static void main​(java.lang.String... args)
        Make a login request to the server.
        Parameters:
        args - assumed to be 4 strings representing host, port, account and password.