Uses of Interface
org.red5.server.api.IApplicationLoader

Packages that use IApplicationLoader
org.red5.server   
org.red5.server.tomcat   
 

Uses of IApplicationLoader in org.red5.server
 

Fields in org.red5.server declared as IApplicationLoader
protected  IApplicationLoader WebScope.appLoader
          Loader for new applications.
 

Fields in org.red5.server with type parameters of type IApplicationLoader
protected static ThreadLocal<IApplicationLoader> LoaderBase.loader
          Loader for new applications.
 

Methods in org.red5.server that return IApplicationLoader
static IApplicationLoader LoaderBase.getApplicationLoader()
          Getter for the application loader.
 IApplicationLoader WebScope.getApplicationLoader()
          Return object that can be used to load new applications.
 

Methods in org.red5.server with parameters of type IApplicationLoader
static void LoaderBase.setApplicationLoader(IApplicationLoader loader)
          Setter for the application loader.
 

Uses of IApplicationLoader in org.red5.server.tomcat
 

Classes in org.red5.server.tomcat that implement IApplicationLoader
 class TomcatApplicationLoader
          Class that can load new applications in Tomcat.
 



Copyright © 2006-2010 The Red5 Project