Uses of Interface
org.red5.server.api.scope.IGlobalScope
Packages that use IGlobalScope
-
Uses of IGlobalScope in org.red5.server
Fields in org.red5.server with type parameters of type IGlobalScopeModifier and TypeFieldDescriptionprotected ConcurrentMap<String, IGlobalScope> Server.globalsList of global scopesMethods in org.red5.server that return IGlobalScopeModifier and TypeMethodDescriptionReturn global scope by nameServer.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 TypeMethodDescriptionvoidServer.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 TypeMethodDescriptionvoidIServer.registerGlobal(IGlobalScope scope) Register a global scope.