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.loaderLoader for new applications.Methods in org.red5.server that return IApplicationLoaderModifier and TypeMethodDescriptionstatic IApplicationLoaderLoaderBase.getApplicationLoader()Getter for the application loader.Methods in org.red5.server with parameters of type IApplicationLoaderModifier and TypeMethodDescriptionstatic voidLoaderBase.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 IApplicationLoaderWebScope.appLoaderLoader 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 TypeClassDescriptionclassClass that can load new applications in Tomcat.