Uses of Interface
org.red5.server.api.IApplicationLoader
-
Uses of IApplicationLoader in org.red5.server
Modifier and TypeFieldDescriptionprotected static ThreadLocal<IApplicationLoader>
LoaderBase.loader
Loader for new applications.Modifier and TypeMethodDescriptionstatic IApplicationLoader
LoaderBase.getApplicationLoader()
Getter for the application loader.Modifier and TypeMethodDescriptionstatic void
LoaderBase.setApplicationLoader
(IApplicationLoader loader) Setter for the application loader. -
Uses of IApplicationLoader in org.red5.server.scope
Modifier and TypeFieldDescriptionprotected IApplicationLoader
WebScope.appLoader
Loader for new applications.Modifier and TypeMethodDescriptionWebScope.getApplicationLoader()
Return object that can be used to load new applications. -
Uses of IApplicationLoader in org.red5.server.tomcat
Modifier and TypeClassDescriptionclass
Class that can load new applications in Tomcat.