Package org.red5.server
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 Summary
Constructors Constructor Description Shutdown()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] args)Connects to the given port (default: 9999) and invokes shutdown.
-
-
-
Method Detail
-
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
-
-