Uses of Interface
org.red5.server.api.scope.IScopeHandler
Packages that use IScopeHandler
Package
Description
-
Uses of IScopeHandler in io.antmedia
Classes in io.antmedia that implement IScopeHandler -
Uses of IScopeHandler in io.antmedia.console
Classes in io.antmedia.console that implement IScopeHandlerModifier and TypeClassDescriptionclass
Sample application that uses the client manager. -
Uses of IScopeHandler in org.red5.server
Classes in org.red5.server that implement IScopeHandlerMethods in org.red5.server that return IScopeHandlerModifier and TypeMethodDescriptionContext.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 IScopeHandlerModifier and TypeClassDescriptionclass
Base scope handler implementation.class
Base class for applications, takes care that callbacks are executed single-threaded.class
ApplicationAdapter class serves as a base class for your Red5 applications.class
StatefulScopeWrappingAdapter class wraps stateful IScope functionality. -
Uses of IScopeHandler in org.red5.server.api
Methods in org.red5.server.api that return IScopeHandlerModifier and TypeMethodDescriptionIContext.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 -
Uses of IScopeHandler in org.red5.server.api.stream
Subinterfaces of IScopeHandler in org.red5.server.api.streamModifier and TypeInterfaceDescriptioninterface
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 -
Uses of IScopeHandler in org.red5.server.scope
Fields in org.red5.server.scope declared as IScopeHandlerMethods in org.red5.server.scope that return IScopeHandlerModifier and TypeMethodDescriptionScope.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 IScopeHandlerModifier and TypeMethodDescriptionvoid
Scope.setHandler
(IScopeHandler handler) Setter for scope event handler