Uses of Interface
org.red5.server.api.scope.IGlobalScope
Packages that use IGlobalScope
Package
Description
-
Uses of IGlobalScope in io.antmedia.console
Methods in io.antmedia.console with parameters of type IGlobalScopeModifier and TypeMethodDescriptionprivate IScope
AdminApplication.getScopes
(IGlobalScope root, String scopeName) Gt only application scope -
Uses of IGlobalScope in org.red5.server
Fields in org.red5.server with type parameters of type IGlobalScopeModifier and TypeFieldDescriptionprotected ConcurrentMap<String,
IGlobalScope> Server.globals
List of global scopesMethods in org.red5.server that return IGlobalScopeModifier and TypeMethodDescriptionReturn global scope by nameContext.getGlobalScope()
Return global scopeServer.lookupGlobal
(String hostName, String contextPath) Does global scope lookup for host name and context pathMethods in org.red5.server that return types with arguments of type IGlobalScopeMethods in org.red5.server with parameters of type IGlobalScopeModifier and TypeMethodDescriptionvoid
Server.registerGlobal
(IGlobalScope scope) Register global scope -
Uses of IGlobalScope in org.red5.server.api
Methods in org.red5.server.api that return IGlobalScopeModifier 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.Methods in org.red5.server.api that return types with arguments of type IGlobalScopeMethods in org.red5.server.api with parameters of type IGlobalScopeModifier and TypeMethodDescriptionvoid
IServer.registerGlobal
(IGlobalScope scope) Register a global scope. -
Uses of IGlobalScope in org.red5.server.api.scope
Methods in org.red5.server.api.scope that return IGlobalScope -
Uses of IGlobalScope in org.red5.server.scope
Classes in org.red5.server.scope that implement IGlobalScopeFields in org.red5.server.scope declared as IGlobalScopeMethods in org.red5.server.scope that return IGlobalScopeMethods in org.red5.server.scope with parameters of type IGlobalScopeModifier and TypeMethodDescriptionvoid
ScopeResolver.setGlobalScope
(IGlobalScope root) Setter for global scopevoid
WebScope.setGlobalScope
(IGlobalScope globalScope) Setter for global scope.