Uses of Interface
org.red5.server.api.IApplicationLoader
Packages that use IApplicationLoader
-
Uses of IApplicationLoader in org.red5.server
Fields in org.red5.server with type parameters of type IApplicationLoaderModifier and TypeFieldDescriptionprotected static ThreadLocal<IApplicationLoader>
LoaderBase.loader
Loader for new applications.Methods in org.red5.server that return IApplicationLoaderModifier and TypeMethodDescriptionstatic IApplicationLoader
LoaderBase.getApplicationLoader()
Getter for the application loader.Methods in org.red5.server with parameters of type IApplicationLoaderModifier and TypeMethodDescriptionstatic void
LoaderBase.setApplicationLoader
(IApplicationLoader loader) Setter for the application loader. -
Uses of IApplicationLoader in org.red5.server.scope
Fields in org.red5.server.scope declared as IApplicationLoaderModifier and TypeFieldDescriptionprotected IApplicationLoader
WebScope.appLoader
Loader for new applications.Methods in org.red5.server.scope that return IApplicationLoaderModifier and TypeMethodDescriptionWebScope.getApplicationLoader()
Return object that can be used to load new applications. -
Uses of IApplicationLoader in org.red5.server.tomcat
Classes in org.red5.server.tomcat that implement IApplicationLoaderModifier and TypeClassDescriptionclass
Class that can load new applications in Tomcat.