Class Starter


  • public class Starter
    extends Object
    The Starter class contains the entrypoint of remote-method-guesser. It is responsible for creating a Dispatcher object, that is used to dispatch the actual method call.
    Author:
    Tobias Neitzel (@qtc_de)
    • Constructor Detail

      • Starter

        public Starter()
    • Method Detail

      • main

        public static void main​(String[] argv)
        Main method :)
        Parameters:
        argv - arguments passed to the program