Package org.red5.server.api.scope
Interface IGlobalScope
- All Superinterfaces:
IBasicScope,ICoreObject,IEventDispatcher,IEventHandler,IEventListener,IEventObservable,IScope,IServiceHandlerProvider,ResourceLoader,ResourcePatternResolver
- All Known Implementing Classes:
GlobalScope
The global scope that acts as root for all applications in a host.
- Author:
- The Red5 Project, Luke Hubbard ([email protected])
-
Field Summary
Fields inherited from interface org.springframework.core.io.ResourceLoader
CLASSPATH_URL_PREFIXFields inherited from interface org.springframework.core.io.support.ResourcePatternResolver
CLASSPATH_ALL_URL_PREFIX -
Method Summary
Methods inherited from interface org.red5.server.api.scope.IBasicScope
getDepth, getName, getParent, getPath, getStore, getType, hasParent, isConnectionAllowed, isScopeAllowed, isValid, setKeepDelay, setSecurityHandlersMethods inherited from interface org.red5.server.api.event.IEventDispatcher
dispatchEventMethods inherited from interface org.red5.server.api.event.IEventHandler
handleEventMethods inherited from interface org.red5.server.api.event.IEventListener
notifyEventMethods inherited from interface org.red5.server.api.event.IEventObservable
addEventListener, getEventListeners, removeEventListenerMethods inherited from interface org.red5.server.api.scope.IScope
addChildScope, connect, connect, createChildScope, disconnect, getAttribute, getAttributeNames, getAttributes, getBasicScope, getBasicScopeNames, getBroadcastScope, getClientConnections, getClients, getConnections, getContext, getContextPath, getHandler, getScope, getScopeNames, getStatistics, hasAttribute, hasChildScope, hasChildScope, hasHandler, lookupConnection, lookupConnections, removeAttribute, removeChildren, removeChildScope, setAttributeMethods inherited from interface org.red5.server.api.service.IServiceHandlerProvider
getServiceHandler, getServiceHandlerNames, registerServiceHandler, unregisterServiceHandlerMethods inherited from interface org.springframework.core.io.ResourceLoader
getClassLoader, getResourceMethods inherited from interface org.springframework.core.io.support.ResourcePatternResolver
getResources
-
Method Details
-
register
void register()Register the global scope in the server and initialize it -
getServer
IServer getServer()Return the server this global scope runs in.- Returns:
- the server
-