Uses of Class
org.red5.server.plugin.PluginDescriptor

Packages that use PluginDescriptor
org.red5.server.adapter   
 

Uses of PluginDescriptor in org.red5.server.adapter
 

Fields in org.red5.server.adapter with type parameters of type PluginDescriptor
protected  List<PluginDescriptor> StatefulScopeWrappingAdapter.plugins
          List of plug-in descriptors
 

Methods in org.red5.server.adapter that return types with arguments of type PluginDescriptor
 List<PluginDescriptor> StatefulScopeWrappingAdapter.getPlugins()
          Returns any plug-ins descriptors added
 

Method parameters in org.red5.server.adapter with type arguments of type PluginDescriptor
 void StatefulScopeWrappingAdapter.setPlugins(List<PluginDescriptor> plugins)
          Adds a list of plug-in descriptors
 



Copyright © 2006-2010 The Red5 Project