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