Class Shutdown

java.lang.Object
org.red5.server.Shutdown

public class Shutdown extends Object
Provides a means to cleanly shutdown an instance from the command line.
Author:
The Red5 Project, Paul Gregoire (mondain@gmail.com)
  • Constructor Details

    • Shutdown

      public Shutdown()
  • Method Details

    • main

      public static void main(String[] args)
      Connects to the given port (default: 9999) and invokes shutdown.
      • Arg 0 = port number
      • Arg 1 = token
      Parameters:
      args - see args list
    • getToken

      public static String getToken(String token)