Uses of Class
org.red5.server.adapter.MultiThreadedApplicationAdapter

Packages that use MultiThreadedApplicationAdapter
org.red5.server.adapter   
org.red5.server.api.plugin   
org.red5.server.plugin   
 

Uses of MultiThreadedApplicationAdapter in org.red5.server.adapter
 

Subclasses of MultiThreadedApplicationAdapter in org.red5.server.adapter
 class ApplicationAdapter
          Base class for applications, takes care that callbacks are executed single-threaded.
 

Uses of MultiThreadedApplicationAdapter in org.red5.server.api.plugin
 

Methods in org.red5.server.api.plugin with parameters of type MultiThreadedApplicationAdapter
 void IRed5PluginHandler.setApplication(MultiThreadedApplicationAdapter application)
          Set the application making use of this plug-in handler.
 

Uses of MultiThreadedApplicationAdapter in org.red5.server.plugin
 

Methods in org.red5.server.plugin with parameters of type MultiThreadedApplicationAdapter
 void Red5Plugin.setApplication(MultiThreadedApplicationAdapter application)
          Set the application making use of this plug-in.
 



Copyright © 2006-2012 The Red5 Project