Uses of Interface
org.red5.server.api.scope.IScopeHandler

Packages that use IScopeHandler
org.red5.server   
org.red5.server.adapter   
org.red5.server.api   
org.red5.server.api.scope   
org.red5.server.api.stream   
org.red5.server.jmx.mxbeans   
org.red5.server.scope   
 

Uses of IScopeHandler in org.red5.server
 

Classes in org.red5.server that implement IScopeHandler
 class CoreHandler
          Base IScopeHandler implementation
 

Methods in org.red5.server that return IScopeHandler
 IScopeHandler Context.lookupScopeHandler(String contextPath)
          Look up scope handler for context path
 

Uses of IScopeHandler in org.red5.server.adapter
 

Classes in org.red5.server.adapter that implement IScopeHandler
 class AbstractScopeAdapter
          Base scope handler implementation.
 class ApplicationAdapter
          Base class for applications, takes care that callbacks are executed single-threaded.
 class MultiThreadedApplicationAdapter
          ApplicationAdapter class serves as a base class for your Red5 applications.
 class StatefulScopeWrappingAdapter
          StatefulScopeWrappingAdapter class wraps stateful IScope functionality.
 

Uses of IScopeHandler in org.red5.server.api
 

Methods in org.red5.server.api that return IScopeHandler
 IScopeHandler IContext.lookupScopeHandler(String path)
          Returns scope handler (object that handle all actions related to the scope) by path.
 

Uses of IScopeHandler in org.red5.server.api.scope
 

Methods in org.red5.server.api.scope that return IScopeHandler
 IScopeHandler IScope.getHandler()
          Return handler of the scope
 

Uses of IScopeHandler in org.red5.server.api.stream
 

Subinterfaces of IScopeHandler in org.red5.server.api.stream
 interface IStreamAwareScopeHandler
          A scope handler that is stream aware.
 

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

Methods in org.red5.server.jmx.mxbeans that return IScopeHandler
 IScopeHandler ContextMXBean.lookupScopeHandler(String contextPath)
           
 

Uses of IScopeHandler in org.red5.server.scope
 

Methods in org.red5.server.scope that return IScopeHandler
 IScopeHandler Scope.getHandler()
          Return scope handler or parent's scope handler if this scope doesn't have one
 

Methods in org.red5.server.scope with parameters of type IScopeHandler
 void Scope.setHandler(IScopeHandler handler)
          Setter for scope event handler
 



Copyright © 2006-2012 The Red5 Project