Class StopProxy


  • public class StopProxy
    extends java.lang.Object
    This class represents a utility that connects to a running Java Proxy and sends a stop request.
    • Constructor Summary

      Constructors 
      Constructor Description
      StopProxy()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      This is the entry point of the Java StopProxy utility.
      • Methods inherited from class java.lang.Object

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

      • StopProxy

        public StopProxy()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.io.FileNotFoundException,
                                java.io.IOException
        This is the entry point of the Java StopProxy utility.
        Parameters:
        args - no specific arguments are checked or expected.
        Throws:
        java.io.FileNotFoundException - if the config file could not be found.
        java.io.IOException - if an I/O error occurs.