Uses of Interface
org.red5.server.api.scope.IScopeHandler
Package
Description
-
Uses of IScopeHandler in io.antmedia
-
Uses of IScopeHandler in io.antmedia.console
Modifier and TypeClassDescriptionclass
Sample application that uses the client manager. -
Uses of IScopeHandler in org.red5.server
Modifier and TypeMethodDescriptionContext.lookupScopeHandler
(String contextPath) Look up scope handler for context path -
Uses of IScopeHandler in org.red5.server.adapter
Modifier 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
Modifier 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
-
Uses of IScopeHandler in org.red5.server.api.stream
Modifier and TypeInterfaceDescriptioninterface
A scope handler that is stream aware. -
Uses of IScopeHandler in org.red5.server.jmx.mxbeans
-
Uses of IScopeHandler in org.red5.server.scope
Modifier and TypeMethodDescriptionScope.getHandler()
Return scope handler or parent's scope handler if this scope doesn't have one.Modifier and TypeMethodDescriptionvoid
Scope.setHandler
(IScopeHandler handler) Setter for scope event handler