Uses of Interface
org.red5.server.api.stream.IStreamAwareScopeHandler
Packages that use IStreamAwareScopeHandler
-
Uses of IStreamAwareScopeHandler in io.antmedia
Classes in io.antmedia that implement IStreamAwareScopeHandler -
Uses of IStreamAwareScopeHandler in io.antmedia.console
Classes in io.antmedia.console that implement IStreamAwareScopeHandlerModifier and TypeClassDescriptionclass
Sample application that uses the client manager. -
Uses of IStreamAwareScopeHandler in org.red5.server.adapter
Classes in org.red5.server.adapter that implement IStreamAwareScopeHandlerModifier and TypeClassDescriptionclass
Base class for applications, takes care that callbacks are executed single-threaded.class
ApplicationAdapter class serves as a base class for your Red5 applications. -
Uses of IStreamAwareScopeHandler in org.red5.server.stream
Fields in org.red5.server.stream declared as IStreamAwareScopeHandlerModifier and TypeFieldDescription(package private) IStreamAwareScopeHandler
PlaylistSubscriberStream.Notifier.handler
(package private) IStreamAwareScopeHandler
SingleItemSubscriberStream.Notifier.handler
Methods in org.red5.server.stream that return IStreamAwareScopeHandlerModifier and TypeMethodDescriptionprotected IStreamAwareScopeHandler
AbstractStream.getStreamAwareHandler()
Return stream aware scope handler or null if scope is null.Constructors in org.red5.server.stream with parameters of type IStreamAwareScopeHandlerModifierConstructorDescriptionNotifier
(IPlaylistSubscriberStream stream, IStreamAwareScopeHandler handler) Notifier
(ISingleItemSubscriberStream stream, IStreamAwareScopeHandler handler)