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

Packages that use IMappingStrategy
org.red5.server   
org.red5.server.api   
org.red5.server.jmx.mxbeans   
 

Uses of IMappingStrategy in org.red5.server
 

Classes in org.red5.server that implement IMappingStrategy
 class MappingStrategy
          Basic mapping strategy implementation.
 

Methods in org.red5.server that return IMappingStrategy
 IMappingStrategy Context.getMappingStrategy()
          Return mapping strategy used by this context.
 

Methods in org.red5.server with parameters of type IMappingStrategy
 void Context.setMappingStrategy(IMappingStrategy mappingStrategy)
          Setter for mapping strategy
 

Uses of IMappingStrategy in org.red5.server.api
 

Methods in org.red5.server.api that return IMappingStrategy
 IMappingStrategy IContext.getMappingStrategy()
          Returns IMappingStrategy object
 

Uses of IMappingStrategy in org.red5.server.jmx.mxbeans
 

Methods in org.red5.server.jmx.mxbeans that return IMappingStrategy
 IMappingStrategy ContextMXBean.getMappingStrategy()
           
 



Copyright © 2006-2010 The Red5 Project