Uses of Interface
org.red5.server.api.scope.IScope
Packages that use IScope
Package
Description
-
Uses of IScope in io.antmedia
Methods in io.antmedia with parameters of type IScope -
Uses of IScope in io.antmedia.console
Fields in io.antmedia.console declared as IScopeMethods in io.antmedia.console that return IScopeModifier and TypeMethodDescriptionAdminApplication.getRootScope()private IScopeprivate IScopeAdminApplication.getScopes(IGlobalScope root, String scopeName) Gt only application scopeMethods in io.antmedia.console with parameters of type IScopeModifier and TypeMethodDescriptionbooleanbooleanAdminApplication.connect(IConnection conn, IScope scope, Object[] params) Returns connection result for given scope and parameters.voidAdminApplication.disconnect(IConnection conn, IScope scope) Returns disconnection result for given scope and parameters.AdminApplication.getApplicationAdaptor(IScope appScope) intAdminApplication.getAppLiveStreamCount(IScope appScope) intAdminApplication.getVoDCount(IScope appScope) -
Uses of IScope in io.antmedia.muxer
Fields in io.antmedia.muxer declared as IScopeMethods in io.antmedia.muxer that return IScopeMethods in io.antmedia.muxer with parameters of type IScopeModifier and TypeMethodDescriptionstatic FileMuxer.getPreviewFile(IScope scope, String name, String extension) static FileMuxer.getRecordFile(IScope scope, String name, String extension, String subFolder) Muxer.getResourceFile(IScope scope, String name, String extension, String subFolder) static FileMuxer.getUserRecordFile(IScope scope, String userVoDFolder, String name) voidInits the file to write.booleanvoidMuxer.init(IScope scope, String name, int resolution, boolean overrideIfExist, String subFolder, int bitrate) Init file name file format is NAME[-{DATETIME}][_{RESOLUTION_HEIGHT}p_{BITRATE}kbps].{EXTENSION} Datetime format is yyyy-MM-dd_HH-mm We are using "-" instead of ":" in HH:mm -> Stream filename must not contain ":" character.voidInits the file to write.voidInits the file to write.static MuxAdaptorMuxAdaptor.initializeMuxAdaptor(ClientBroadcastStream clientBroadcastStream, Broadcast broadcast, boolean isSource, IScope scope) voidConstructors in io.antmedia.muxer with parameters of type IScopeModifierConstructorDescriptionRtmpProvider(IScope appScope, io.vertx.core.Vertx vertx, String streamId, org.bytedeco.ffmpeg.avutil.AVRational videoTimebase, org.bytedeco.ffmpeg.avutil.AVRational audioTimebase) -
Uses of IScope in io.antmedia.rest
Fields in io.antmedia.rest declared as IScopeMethods in io.antmedia.rest that return IScopeMethods in io.antmedia.rest with parameters of type IScope -
Uses of IScope in io.antmedia.security
Methods in io.antmedia.security with parameters of type IScopeModifier and TypeMethodDescriptionAcceptOnlyStreamsInDataStore.getAppAdaptor(IScope scope) AcceptOnlyStreamsInDataStore.getLicenceService(IScope scope) booleanMockTokenService.isPlayAllowed(IScope scope, String name, String mode, Map<String, String> queryParams, String metaData, String token, String subscriberId, String subscriberCode) booleanMockTokenService.isPlaybackAllowed(IScope scope, String name, int start, int length, boolean flushPlaylist) booleanAcceptOnlyStreamsInDataStore.isPublishAllowed(IScope scope, String name, String mode, Map<String, String> queryParams, String metaData, String token, String subscriberId, String subscriberCode) booleanAcceptOnlyStreamsWithWebhook.isPublishAllowed(IScope scope, String streamId, String mode, Map<String, String> queryParams, String metaData, String token, String subscriberId, String subscriberCode) booleanExpireStreamPublishSecurity.isPublishAllowed(IScope scope, String name, String mode, Map<String, String> queryParams, String metaData, String token, String subscriberId, String subscriberCode) booleanMockTokenService.isPublishAllowed(IScope scope, String name, String mode, Map<String, String> queryParams, String metaData, String token, String subscriberId, String subscriberCode) -
Uses of IScope in io.antmedia.statistic
Fields in io.antmedia.statistic with type parameters of type IScopeMethods in io.antmedia.statistic with parameters of type IScopeModifier and TypeMethodDescriptionprivate static intStatsCollector.getDASHViewers(IScope scope) private static intStatsCollector.getHLSViewers(IScope scope) Method parameters in io.antmedia.statistic with type arguments of type IScopeModifier and TypeMethodDescriptionstatic com.google.gson.JsonObjectStatsCollector.getSystemResourcesInfo(Queue<IScope> scopes) voidStatsCollector.sendInstanceStats(Queue<IScope> scopes) void -
Uses of IScope in io.antmedia.streamsource
Fields in io.antmedia.streamsource declared as IScopeModifier and TypeFieldDescriptionprivate IScopeRTMPClusterStreamFetcher.scopeprivate IScopeStreamFetcher.scopeprivate IScopeStreamFetcherManager.scopeMethods in io.antmedia.streamsource that return IScopeMethods in io.antmedia.streamsource with parameters of type IScopeModifier and TypeMethodDescriptionvoidConstructors in io.antmedia.streamsource with parameters of type IScopeModifierConstructorDescriptionRTMPClusterStreamFetcher(String streamUrl, String streamId, IScope scope) StreamFetcher(String streamUrl, String streamId, String streamType, IScope scope, io.vertx.core.Vertx vertx, long seekTimeInMs) StreamFetcherManager(io.vertx.core.Vertx vertx, DataStore datastore, IScope scope) -
Uses of IScope in org.red5.server
Fields in org.red5.server declared as IScopeModifier and TypeFieldDescriptionprivate IScopeServer.ScopeCreatedJob.scopeprivate IScopeServer.ScopeRemovedJob.scopeMethods in org.red5.server that return IScopeModifier and TypeMethodDescriptionBaseConnection.getScope()Return the current scope.Context.getScope()Return scopeContext.resolveScope(String path) Resolves scope using scope resolver collaboratorContext.resolveScope(String host, String path) Resolve scope from host and pathContext.resolveScope(IScope root, String path) Resolves scope from given root using scope resolver.Methods in org.red5.server that return types with arguments of type IScopeMethods in org.red5.server with parameters of type IScopeModifier and TypeMethodDescriptionbooleanConnect to another scope on serverbooleanConnect to another scope on server with given parametersbooleanCoreHandler.connect(IConnection conn, IScope scope) Connects client to the scopebooleanCoreHandler.connect(IConnection conn, IScope scope, Object[] params) Connects client to the scopevoidCoreHandler.disconnect(IConnection conn, IScope scope) Called just after the a connection is disconnected.Client.getConnections(IScope scope) Return client connections to given scopebooleanCalled just before a client enters the scope.voidCalled just after the client leaves the scope.voidServer.notifyScopeCreated(IScope scope) Notify listeners about a newly created scope.voidServer.notifyScopeRemoved(IScope scope) Notify listeners that a scope was removed.Context.resolveScope(IScope root, String path) Resolves scope from given root using scope resolver.booleanCalled when a scope is created for the first time.voidCalled just before a scope is disposed.Constructors in org.red5.server with parameters of type IScopeModifierConstructorDescription(package private)ScopeCreatedJob(IScope scope) (package private)ScopeRemovedJob(IScope scope) -
Uses of IScope in org.red5.server.adapter
Fields in org.red5.server.adapter declared as IScopeModifier and TypeFieldDescriptionprotected IScopeStatefulScopeWrappingAdapter.scopeWrapped scopeMethods in org.red5.server.adapter that return IScopeModifier and TypeMethodDescriptionStatefulScopeWrappingAdapter.getChildScope(String name) Return child scopeStatefulScopeWrappingAdapter.getParent()Return parent scopeStatefulScopeWrappingAdapter.getScope()Getter for wrapped scopeMethods in org.red5.server.adapter with parameters of type IScopeModifier and TypeMethodDescriptionbooleanbooleanCalled every time client joins app level scopebooleanvoidvoidCalled every time client leaves the application scopevoidHandler method.booleanbooleanCalled once when application or room startsbooleanCalled once on scope (that is, application or application room) start.voidvoidCalled on application stopvoidHandler method.booleanAbstractScopeAdapter.connect(IConnection conn, IScope scope, Object[] params) Called just before every connection to a scope.booleanApplicationAdapter.connect(IConnection conn, IScope scope, Object[] params) Returns connection result for given scope and parameters.booleanMultiThreadedApplicationAdapter.connect(IConnection conn, IScope scope, Object[] params) Returns connection result for given scope and parameters.voidAbstractScopeAdapter.disconnect(IConnection conn, IScope scope) Called just after the a connection is disconnected.voidApplicationAdapter.disconnect(IConnection conn, IScope scope) Returns disconnection result for given scope and parameters.voidMultiThreadedApplicationAdapter.disconnect(IConnection conn, IScope scope) Returns disconnection result for given scope and parameters.MultiThreadedApplicationAdapter.getBroadcastStream(IScope scope, String name) Get a broadcast stream by nameMultiThreadedApplicationAdapter.getBroadcastStreamNames(IScope scope) Returns list of stream names broadcasted in scope.MultiThreadedApplicationAdapter.getOnDemandStream(IScope scope, String name) Returns VOD stream with given name from specified scope.MultiThreadedApplicationAdapter.getSubscriberStream(IScope scope, String name) Returns subscriber stream with given name from specified scope.booleanMultiThreadedApplicationAdapter.hasBroadcastStream(IScope scope, String name) Does the scope have a broadcast stream registered with a given namebooleanMultiThreadedApplicationAdapter.hasOnDemandStream(IScope scope, String name) Check whether scope has VOD stream with given name or notbooleanCalled just before a client enters the scope.booleanAdds client to scope.booleanAdds client to scope.voidCalled just after the client leaves the scope.voidDisconnects client from scope.voidDisconnects client from scope.booleanbooleanCalled when user joins room scopebooleanvoidvoidCalled when user leaves room scopevoidHandler method.booleanbooleanCalled on application room startbooleanHandler method.voidvoidCalled on room scope stopvoidHandler method.voidSet the scope the object is located in.booleanCalled when a scope is created for the first time.booleanStarts scope.booleanStarts scope.voidCalled just before a scope is disposed.voidStops scope handling (that is, stops application if given scope is app level scope and stops room handling if given scope has lower scope level).voidStops scope handling (that is, stops application if given scope is app level scope and stops room handling if given scope has lower scope level). -
Uses of IScope in org.red5.server.api
Methods in org.red5.server.api that return IScopeModifier and TypeMethodDescriptionIConnection.getScope()Get the scope this is connected to.Red5.getScope()Get the scopeIContext.resolveScope(String path) Returns scope by path.IContext.resolveScope(IScope root, String path) Returns scope by path from given root.Methods in org.red5.server.api that return types with arguments of type IScopeModifier and TypeMethodDescriptionIClient.getScopes()Get a set of scopes the client is connected to.Methods in org.red5.server.api with parameters of type IScopeModifier and TypeMethodDescriptionbooleanTry to connect to the scope.booleanTry to connect to the scope with a list of connection parameters.IClient.getConnections(IScope scope) Get a set of connections of a given scope.IContext.resolveScope(IScope root, String path) Returns scope by path from given root. -
Uses of IScope in org.red5.server.api.listeners
Methods in org.red5.server.api.listeners with parameters of type IScopeModifier and TypeMethodDescriptionvoidIScopeListener.notifyScopeCreated(IScope scope) A scope has been created.voidIScopeListener.notifyScopeRemoved(IScope scope) A scope has been removed. -
Uses of IScope in org.red5.server.api.scope
Subinterfaces of IScope in org.red5.server.api.scopeModifier and TypeInterfaceDescriptioninterfaceThe global scope that acts as root for all applications in a host.Methods in org.red5.server.api.scope that return IScopeModifier and TypeMethodDescriptionIBasicScope.getParent()Get this scopes parent.Return scope by nameIScopeResolver.resolveScope(String path) Get the scope for a given path.IScopeResolver.resolveScope(IScope root, String path) Get the scope for a given path from a root scope.Methods in org.red5.server.api.scope with parameters of type IScopeModifier and TypeMethodDescriptionbooleanDetermines whether or not a given scope is allowed.booleanIScopeHandler.connect(IConnection conn, IScope scope, Object[] params) Called just before every connection to a scope.voidIScopeHandler.disconnect(IConnection conn, IScope scope) Called just after the a connection is disconnected.booleanIBasicScope.isScopeAllowed(IScope scope) Provides a means to allow a scope to perform processing on another scope prior to additional scope handling.booleanCalled just before a client enters the scope.voidCalled just after the client leaves the scope.IScopeResolver.resolveScope(IScope root, String path) Get the scope for a given path from a root scope.voidSet the scope the object is located in.booleanCalled when a scope is created for the first time.voidCalled just before a scope is disposed. -
Uses of IScope in org.red5.server.api.service
Methods in org.red5.server.api.service with parameters of type IScopeModifier and TypeMethodDescriptionIBroadcastStreamService.getBroadcastStream(IScope scope, String name) Get a broadcast stream by nameIBroadcastStreamService.getBroadcastStreamNames(IScope scope) Get a set containing the names of all the broadcastsIOnDemandStreamService.getOnDemandStream(IScope scope, String name) Get a stream that can be used for playback of the on-demand streamISubscriberStreamService.getSubscriberStream(IScope scope, String name) Returns a stream that can subscribe a broadcast stream with the given name using "IBroadcastStream.subscribe".booleanIBroadcastStreamService.hasBroadcastStream(IScope scope, String name) Does the scope have a broadcast stream registered with a given namebooleanIOnDemandStreamService.hasOnDemandStream(IScope scope, String name) Has the service an on-demand stream with the passed name?booleanIServiceInvoker.invoke(IServiceCall call, IScope scope) Execute the passed service call in the given scope.static voidServiceUtils.invokeOnAllConnections(IScope scope, String method, Object[] params) Deprecated.static voidServiceUtils.invokeOnAllConnections(IScope scope, String method, Object[] params, IPendingServiceCallback callback) Invoke a method on all connections to a given scope and handle result.static voidServiceUtils.invokeOnAllScopeConnections(IScope scope, String method, Object[] params, IPendingServiceCallback callback) Invoke a method on all connections of a scope and handle result.static voidServiceUtils.invokeOnClient(IClient client, IScope scope, String method, Object[] params) Invoke a method on all connections of a client to a given scope.static voidServiceUtils.invokeOnClient(IClient client, IScope scope, String method, Object[] params, IPendingServiceCallback callback) Deprecated.static voidServiceUtils.notifyOnAllConnections(IScope scope, String method, Object[] params) Deprecated.static voidServiceUtils.notifyOnAllScopeConnections(IScope scope, String method, Object[] params) Notify a method on all connections of a scope.static voidServiceUtils.notifyOnClient(IClient client, IScope scope, String method, Object[] params) Deprecated. -
Uses of IScope in org.red5.server.api.stream
Methods in org.red5.server.api.stream that return IScopeModifier and TypeMethodDescriptionIStream.getScope()Get the scope this stream is associated with.Methods in org.red5.server.api.stream with parameters of type IScopeModifier and TypeMethodDescriptionIStreamFilenameGenerator.generateFilename(IScope scope, String name, String extension, IStreamFilenameGenerator.GenerationType type, String subFolder) Generate a filename with an extension.IStreamFilenameGenerator.generateFilename(IScope scope, String name, IStreamFilenameGenerator.GenerationType type) Generate a filename without an extension.IBroadcastStreamService.getBroadcastStream(IScope scope, String name) Get a broadcast stream by nameIBroadcastStreamService.getBroadcastStreamNames(IScope scope) Get a set containing the names of all the broadcastsIOnDemandStreamService.getOnDemandStream(IScope scope, String name) Get a stream that can be used for playback of the on-demand streamISubscriberStreamService.getSubscriberStream(IScope scope, String name) Returns a stream that can subscribe a broadcast stream with the given name using "IBroadcastStream.subscribe".booleanIBroadcastStreamService.hasBroadcastStream(IScope scope, String name) Does the scope have a broadcast stream registered with a given namebooleanIOnDemandStreamService.hasOnDemandStream(IScope scope, String name) Has the service an on-demand stream with the passed name?booleanIRtmpSampleAccess.isAudioAllowed(IScope scope) Return true if sample access allowed on audio stream.booleanIStreamPlaybackSecurity.isPlayAllowed(IScope scope, String name, String mode, Map<String, String> queryParams, String metaData, String token, String subscriberId, String subscriberCode) booleanIStreamPlaybackSecurity.isPlaybackAllowed(IScope scope, String name, int start, int length, boolean flushPlaylist) Check if playback of a stream with the given name is allowed.booleanIStreamPublishSecurity.isPublishAllowed(IScope scope, String name, String mode, Map<String, String> queryParams, String metaData, String token, String subscriberId, String subscriberCode) Check if publishing a stream with the given name is allowed.booleanIRtmpSampleAccess.isVideoAllowed(IScope scope) Return true if sample access allowed on video stream. -
Uses of IScope in org.red5.server.api.stream.support
Methods in org.red5.server.api.stream.support with parameters of type IScopeModifier and TypeMethodDescriptionstatic IServerStreamStreamUtils.createServerStream(IScope scope, String name) Creates server streamstatic IServerStreamStreamUtils.getServerStream(IScope scope, String name) Looks up a server stream in the stream map.booleanDenyAllStreamAccess.isPlayAllowed(IScope scope, String name, String mode, Map<String, String> queryParams, String metaData, String token, String subscriberId, String subscriberCode) booleanDenyAllStreamAccess.isPlaybackAllowed(IScope scope, String name, int start, int length, boolean flushPlaylist) Check if playback of a stream with the given name is allowed.booleanDenyAllStreamAccess.isPublishAllowed(IScope scope, String name, String mode, Map<String, String> queryParams, String metaData, String token, String subscriberId, String subscriberCode) Check if publishing a stream with the given name is allowed.static voidStreamUtils.putServerStream(IScope scope, String name, IServerStream stream) Puts a server stream in the stream mapstatic voidStreamUtils.removeServerStream(IScope scope, String name) Removes a server stream from the stream map -
Uses of IScope in org.red5.server.exception
Constructors in org.red5.server.exception with parameters of type IScopeModifierConstructorDescriptionScopeNotFoundException(IScope scope, String childName) Create exception from given scope object and given child subscopeScopeShuttingDownException(IScope scope) Create exception from given scope object -
Uses of IScope in org.red5.server.jmx.mxbeans
Methods in org.red5.server.jmx.mxbeans that return IScopeModifier and TypeMethodDescriptionContextMXBean.getGlobalScope()ContextMXBean.getScope()ContextMXBean.resolveScope(String path) ContextMXBean.resolveScope(String host, String path) ContextMXBean.resolveScope(IScope root, String path) Methods in org.red5.server.jmx.mxbeans with parameters of type IScopeModifier and TypeMethodDescriptionbooleanvoidbooleanvoidbooleanCoreHandlerMXBean.connect(IConnection conn, IScope scope) booleanCoreHandlerMXBean.connect(IConnection conn, IScope scope, Object[] params) voidCoreHandlerMXBean.disconnect(IConnection conn, IScope scope) booleanvoidContextMXBean.resolveScope(IScope root, String path) booleanvoidbooleanvoidbooleanvoid -
Uses of IScope in org.red5.server.net.rtmp
Methods in org.red5.server.net.rtmp with parameters of type IScope -
Uses of IScope in org.red5.server.scope
Classes in org.red5.server.scope that implement IScopeModifier and TypeClassDescriptionclassGlobal scope is a top level scope.classRepresents a subscope to other scopes.classThe scope object.classWeb scope is special scope that is aware of servlet context and represents scope of a Red5 application within a servlet container (or application server) such as Tomcat, Jetty or JBoss.Fields in org.red5.server.scope declared as IScopeModifier and TypeFieldDescriptionprotected IScopeBasicScope.parentParent scope.private IScopeScope.Builder.parentMethods in org.red5.server.scope that return IScopeModifier and TypeMethodDescriptionBasicScope.getParent()Get this scopes parent.Scope.getParent()Return parent scopeReturn child scope by nameScopeResolver.resolveScope(String path) Return scope associated with given pathScopeResolver.resolveScope(IScope root, String path) Return scope associated with given path from given root scope.Methods in org.red5.server.scope with parameters of type IScopeModifier and TypeMethodDescriptionbooleanbooleanBasicScope.isScopeAllowed(IScope scope) Provides a means to allow a scope to perform processing on another scope prior to additional scope handling.ScopeResolver.resolveScope(IScope root, String path) Return scope associated with given path from given root scope.voidSetter for parent scopeConstructors in org.red5.server.scope with parameters of type IScope -
Uses of IScope in org.red5.server.service
Methods in org.red5.server.service with parameters of type IScopeModifier and TypeMethodDescriptionprivate ObjectServiceInvoker.getServiceHandler(IScope scope, String serviceName) Lookup a handler for the passed service name in the given scope.booleanServiceInvoker.invoke(IServiceCall call, IScope scope) Execute the passed service call in the given scope.ContextServiceResolver.resolveService(IScope scope, String serviceName) Search for a service with the given name in the scope.HandlerServiceResolver.resolveService(IScope scope, String serviceName) Search for a service with the given name in the scope.IServiceResolver.resolveService(IScope scope, String serviceName) Search for a service with the given name in the scope.ScopeServiceResolver.resolveService(IScope scope, String serviceName) Search for a service with the given name in the scope. -
Uses of IScope in org.red5.server.statistics
Fields in org.red5.server.statistics declared as IScopeMethods in org.red5.server.statistics that return IScopeMethods in org.red5.server.statistics with parameters of type IScope -
Uses of IScope in org.red5.server.stream
Fields in org.red5.server.stream declared as IScopeMethods in org.red5.server.stream that return IScopeMethods in org.red5.server.stream with parameters of type IScopeModifier and TypeMethodDescriptionDefaultStreamFilenameGenerator.generateFilename(IScope scope, String name, String extension, IStreamFilenameGenerator.GenerationType type, String subFolder) Generate a filename with an extension.DefaultStreamFilenameGenerator.generateFilename(IScope scope, String name, IStreamFilenameGenerator.GenerationType type) Generate a filename without an extension.static AntMediaApplicationAdapterProviderService.getAppInstance(IScope scope) StreamService.getBroadcastScope(IScope scope, String name) Return broadcast scope object for given scope and child scope name.IProviderService.getBroadcastStreamNames(IScope scope) Get names of existing broadcast streams in a scope.ProviderService.getBroadcastStreamNames(IScope scope) Get names of existing broadcast streams in a scope.IProviderService.getLiveProviderInput(IScope scope, String name, boolean needCreate) Get a named Live provider as the source of input.ProviderService.getLiveProviderInput(IScope scope, String name, boolean needCreate) Get a named Live provider as the source of input.IProviderService.getProviderInput(IScope scope, String name) Get a named provider as the source of input.ProviderService.getProviderInput(IScope scope, String name) Get a named provider as the source of input.protected FileClientBroadcastStream.getRecordFile(IScope scope, String name) Get the file we'd be recording to based on scope and given name.static FileRecordingListener.getRecordFile(IScope scope, String name) Get the file we'd be recording to based on scope and given name.StreamService.getSecurityService(IScope scope) private StringDefaultStreamFilenameGenerator.getStreamDirectory(IScope scope) Generate stream directory based on relative scope path.private FileProviderService.getStreamFile(IScope scope, String name) IProviderService.getVODProviderFile(IScope scope, String name) Get a named VOD source file.ProviderService.getVODProviderFile(IScope scope, String name) Get a named VOD source file.IProviderService.getVODProviderInput(IScope scope, String name) Get a named VOD provider as the source of input.ProviderService.getVODProviderInput(IScope scope, String name) Get a named VOD provider as the source of input.booleanInitialize the listener.booleanInitialize the listener.booleanRtmpSampleAccess.isAudioAllowed(IScope scope) Return true if sample access allowed on audio stream.booleanRtmpSampleAccess.isVideoAllowed(IScope scope) Return true if sample access allowed on video stream.IProviderService.lookupProviderInput(IScope scope, String name, int type) Returns the input type for a named provider if a source of input exists.ProviderService.lookupProviderInput(IScope scope, String name, int type) Returns the input type for a named provider if a source of input exists.booleanIProviderService.registerBroadcastStream(IScope scope, String name, IBroadcastStream stream) Register a broadcast stream to a scope.booleanProviderService.registerBroadcastStream(IScope scope, String name, IBroadcastStream bs) Register a broadcast stream to a scope.voidSetter for scope.booleanIProviderService.unregisterBroadcastStream(IScope scope, String name) Unregister a broadcast stream of a specific name from a scope.booleanIProviderService.unregisterBroadcastStream(IScope scope, String name, IBroadcastStream stream) Unregister a broadcast stream of a specific name from a scope.booleanProviderService.unregisterBroadcastStream(IScope scope, String name) Unregister a broadcast stream of a specific name from a scope.booleanProviderService.unregisterBroadcastStream(IScope scope, String name, IBroadcastStream bs) Unregister a broadcast stream of a specific name from a scope.booleanStreamService.verifySecurity(IScope scope, IStreamCapableConnection streamConn, String name, Number streamId, Map<String, String> params, String mode, StreamAction action) -
Uses of IScope in org.red5.server.stream.consumer
Fields in org.red5.server.stream.consumer declared as IScopeMethods in org.red5.server.stream.consumer with parameters of type IScopeModifier and TypeMethodDescriptionvoidSets the scope for this consumer.Constructors in org.red5.server.stream.consumer with parameters of type IScope -
Uses of IScope in org.red5.server.stream.provider
Fields in org.red5.server.stream.provider declared as IScopeConstructors in org.red5.server.stream.provider with parameters of type IScopeModifierConstructorDescriptionFileProvider(IScope scope, File file) Create file provider for given file and scope -
Uses of IScope in org.red5.server.util
Methods in org.red5.server.util that return IScopeModifier and TypeMethodDescriptionstatic IScopeScopeUtils.findApplication(IScope from) Returns the application scope for specified scope.static IScopeFinds root scope for specified scope object.static IScopeScopeUtils.resolveScope(IScope from, String path) Resolves scope for specified scope and path.Methods in org.red5.server.util with parameters of type IScopeModifier and TypeMethodDescriptionstatic IScopeScopeUtils.findApplication(IScope from) Returns the application scope for specified scope.static IScopeFinds root scope for specified scope object.static ObjectScopeUtils.getScopeService(IScope scope, Class<?> intf) Returns scope service that implements a given interface.static ObjectScopeUtils.getScopeService(IScope scope, Class<?> intf, boolean checkHandler) static ObjectScopeUtils.getScopeService(IScope scope, Class<?> intf, Class<?> defaultClass) Returns scope service that implements a given interface.static ObjectScopeUtils.getScopeService(IScope scope, Class<?> intf, Class<?> defaultClass, boolean checkHandler) protected static ObjectScopeUtils.getScopeService(IScope scope, String name) Returns scope service by bean name.protected static ObjectScopeUtils.getScopeService(IScope scope, String name, Class<?> defaultClass) Returns scope services (e.g.static IScopeScopeUtils.resolveScope(IScope from, String path) Resolves scope for specified scope and path.
ServiceUtils.invokeOnAllScopeConnections(IScope, String, Object[], IPendingServiceCallback)instead