Uses of Interface
org.red5.server.api.scope.IBroadcastScope
Package
Description
-
Uses of IBroadcastScope in org.red5.server
Modifier and TypeMethodDescriptionvoid
BaseConnection.registerBasicScope
(IBroadcastScope basicScope) Registers basic scope -
Uses of IBroadcastScope in org.red5.server.api.scope
Modifier and TypeMethodDescriptionIScope.getBroadcastScope
(String name) Return the broadcast scope for a given name. -
Uses of IBroadcastScope in org.red5.server.scope
Modifier and TypeClassDescriptionclass
Scope type for publishing that deals with pipe connection events, like async message listening in JMSModifier and TypeMethodDescriptionScope.getBroadcastScope
(String name) Return the broadcast scope for a given name -
Uses of IBroadcastScope in org.red5.server.stream
Modifier and TypeMethodDescriptionStreamService.getBroadcastScope
(IScope scope, String name) Return broadcast scope object for given scope and child scope name.