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

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

Uses of IApplicationLoader in org.red5.server
 

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.
 

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.scope
 

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

Methods in org.red5.server.scope that return IApplicationLoader
 IApplicationLoader WebScope.getApplicationLoader()
          Return object that can be used to load new applications.
 



Copyright © 2006-2012 The Red5 Project