B C D E G I L M O S T U W
All Classes All Packages
All Classes All Packages
All Classes All Packages
B
- Bootstrap - Class in org.red5.server
-
Boot-straps Red5 using the latest available jars found in red5.home/lib directory.
- Bootstrap() - Constructor for class org.red5.server.Bootstrap
- build() - Static method in class org.red5.classloading.ClassLoaderBuilder
-
Default build uses Red5 common lib without a parent classloader.
- build(Path, int, ClassLoader) - Static method in class org.red5.classloading.ClassLoaderBuilder
-
Gets a class loader based on mode.
C
- ChildFirstClassLoader - Class in org.red5.classloading
-
An almost trivial no-fuss implementation of a class loader following the child-first delegation model.
- ChildFirstClassLoader(URL[]) - Constructor for class org.red5.classloading.ChildFirstClassLoader
- ChildFirstClassLoader(URL[], ClassLoader) - Constructor for class org.red5.classloading.ChildFirstClassLoader
- ClassLoaderBuilder - Class in org.red5.classloading
-
Class used to get the Servlet Class loader.
- ClassLoaderBuilder() - Constructor for class org.red5.classloading.ClassLoaderBuilder
D
- destroy() - Method in class org.red5.daemon.EngineLauncher
E
- EngineLauncher - Class in org.red5.daemon
-
Launch the Engine from a variety of sources, either through a main() or invoked through Apache Daemon.
- EngineLauncher() - Constructor for class org.red5.daemon.EngineLauncher
G
- getResource(String) - Method in class org.red5.classloading.ChildFirstClassLoader
-
Override the parent-first resource loading model established by java.lang.Classloader with child-first behavior.
I
- init(DaemonContext) - Method in class org.red5.daemon.EngineLauncher
L
- loadClass(String) - Method in class org.red5.classloading.ChildFirstClassLoader
- loadClass(String, boolean) - Method in class org.red5.classloading.ChildFirstClassLoader
-
We override the parent-first behavior established by java.lang.Classloader.
M
- main(String[]) - Static method in class org.red5.daemon.EngineLauncher
-
The Java entry point.
- main(String[]) - Static method in class org.red5.server.Bootstrap
-
BootStrapping entry point
- main(String[]) - Static method in class org.red5.server.Shutdown
-
Connects to the given port (default: 9999) and invokes shutdown.
O
- org.red5.classloading - package org.red5.classloading
- org.red5.daemon - package org.red5.daemon
- org.red5.server - package org.red5.server
S
- Shutdown - Class in org.red5.server
-
Provides a means to cleanly shutdown an instance from the command line.
- Shutdown() - Constructor for class org.red5.server.Shutdown
- start() - Method in class org.red5.daemon.EngineLauncher
- stop() - Method in class org.red5.daemon.EngineLauncher
T
- terminate() - Method in class org.red5.daemon.EngineLauncher
-
Cleanly stop the engine.
U
- USE_CLASSPATH_LIB - Static variable in class org.red5.classloading.ClassLoaderBuilder
-
Load the Servlet code from the WAR file and use the current classpath for the libraries.
- USE_RED5_LIB - Static variable in class org.red5.classloading.ClassLoaderBuilder
-
Load the servlet code from the WAR file and try to find the libraries in the common red5 lib directory.
- USE_WAR_LIB - Static variable in class org.red5.classloading.ClassLoaderBuilder
-
Load the servlet code and the libraries from the WAR file.
W
- windowsService(String[]) - Static method in class org.red5.daemon.EngineLauncher
-
Static methods called by prunsrv to start/stop the Windows service.
- windowsStart() - Method in class org.red5.daemon.EngineLauncher
- windowsStop() - Method in class org.red5.daemon.EngineLauncher
All Classes All Packages