Uses of Interface
org.red5.server.api.scope.IGlobalScope
Package
Description
-
Uses of IGlobalScope in io.antmedia.console
Modifier and TypeMethodDescriptionprivate IScope
AdminApplication.getScopes
(IGlobalScope root, String scopeName) Gt only application scope -
Uses of IGlobalScope in org.red5.server
Modifier and TypeFieldDescriptionprotected ConcurrentMap<String,
IGlobalScope> Server.globals
List of global scopesModifier and TypeMethodDescriptionReturn global scope by nameContext.getGlobalScope()
Return global scopeServer.lookupGlobal
(String hostName, String contextPath) Does global scope lookup for host name and context pathModifier and TypeMethodDescriptionvoid
Server.registerGlobal
(IGlobalScope scope) Register global scope -
Uses of IGlobalScope in org.red5.server.api
Modifier and TypeMethodDescriptionGet the global scope with given name.IContext.getGlobalScope()
Returns global scope referenceIServer.lookupGlobal
(String hostName, String contextPath) Lookup the global scope for a host.Modifier and TypeMethodDescriptionvoid
IServer.registerGlobal
(IGlobalScope scope) Register a global scope. -
Uses of IGlobalScope in org.red5.server.api.scope
-
Uses of IGlobalScope in org.red5.server.scope
Modifier and TypeMethodDescriptionvoid
ScopeResolver.setGlobalScope
(IGlobalScope root) Setter for global scopevoid
WebScope.setGlobalScope
(IGlobalScope globalScope) Setter for global scope.