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

Packages that use IApplicationLoader
org.red5.server   
 

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.
 



Copyright © 2006-2010 The Red5 Project