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 TypeClassDescriptionclassSample application that uses the client manager. -
Uses of IStreamAwareScopeHandler in org.red5.server.adapter
Classes in org.red5.server.adapter that implement IStreamAwareScopeHandlerModifier and TypeClassDescriptionclassBase class for applications, takes care that callbacks are executed single-threaded.classApplicationAdapter 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) IStreamAwareScopeHandlerPlaylistSubscriberStream.Notifier.handler(package private) IStreamAwareScopeHandlerSingleItemSubscriberStream.Notifier.handlerMethods in org.red5.server.stream that return IStreamAwareScopeHandlerModifier and TypeMethodDescriptionprotected IStreamAwareScopeHandlerAbstractStream.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)