Package org.red5.server.api.scope
Interface IBroadcastScope
- All Superinterfaces:
IBasicScope,ICoreObject,IEventDispatcher,IEventHandler,IEventListener,IEventObservable,IMessageInput,IMessageOutput,IPipe
- All Known Implementing Classes:
BroadcastScope
Broadcast scope is marker interface that represents object that works as basic scope and has pipe connection event dispatching capabilities.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetClientBroadcastStream(IClientBroadcastStream clientBroadcastStream) Methods inherited from interface org.red5.server.api.scope.IBasicScope
getDepth, getName, getParent, getPath, getStore, getType, hasParent, isConnectionAllowed, isScopeAllowed, isValid, setKeepDelay, setSecurityHandlersMethods inherited from interface org.red5.server.api.event.IEventDispatcher
dispatchEventMethods inherited from interface org.red5.server.api.event.IEventHandler
handleEventMethods inherited from interface org.red5.server.api.event.IEventListener
notifyEventMethods inherited from interface org.red5.server.api.event.IEventObservable
addEventListener, getEventListeners, removeEventListenerMethods inherited from interface org.red5.server.messaging.IMessageInput
getConsumers, pullMessage, pullMessage, sendOOBControlMessage, subscribe, unsubscribeMethods inherited from interface org.red5.server.messaging.IMessageOutput
getProviders, pushMessage, sendOOBControlMessage, subscribe, unsubscribeMethods inherited from interface org.red5.server.messaging.IPipe
addPipeConnectionListener, removePipeConnectionListener
-
Method Details
-
getClientBroadcastStream
IClientBroadcastStream getClientBroadcastStream() -
setClientBroadcastStream
-