Package | Description |
---|---|
org.red5.server | |
org.red5.server.api | |
org.red5.server.api.scope | |
org.red5.server.net.servlet | |
org.red5.server.scope |
Modifier and Type | Field and Description |
---|---|
protected ConcurrentMap<String,IGlobalScope> |
Server.globals
List of global scopes
|
Modifier and Type | Method and Description |
---|---|
IGlobalScope |
Server.getGlobal(String name)
Return global scope by name
|
IGlobalScope |
Context.getGlobalScope()
Return global scope
|
IGlobalScope |
Server.lookupGlobal(String hostName,
String contextPath)
Does global scope lookup for host name and context path
|
Modifier and Type | Method and Description |
---|---|
Iterator<IGlobalScope> |
Server.getGlobalScopes()
Return global scopes set iterator
|
Modifier and Type | Method and Description |
---|---|
void |
Server.registerGlobal(IGlobalScope scope)
Register global scope
|
Modifier and Type | Method and Description |
---|---|
IGlobalScope |
IServer.getGlobal(String name)
Get the global scope with given name.
|
IGlobalScope |
IContext.getGlobalScope()
Returns global scope reference
|
IGlobalScope |
IServer.lookupGlobal(String hostName,
String contextPath)
Lookup the global scope for a host.
|
Modifier and Type | Method and Description |
---|---|
Iterator<IGlobalScope> |
IServer.getGlobalScopes()
Get list of global scopes.
|
Modifier and Type | Method and Description |
---|---|
void |
IServer.registerGlobal(IGlobalScope scope)
Register a global scope.
|
Modifier and Type | Method and Description |
---|---|
IGlobalScope |
IScopeResolver.getGlobalScope()
Return the global scope.
|
Modifier and Type | Method and Description |
---|---|
protected IGlobalScope |
AMFGatewayServlet.getGlobalScope(javax.servlet.http.HttpServletRequest req)
Return the global scope to use for the given request.
|
Modifier and Type | Class and Description |
---|---|
class |
GlobalScope
Global scope is a top level scope.
|
Modifier and Type | Field and Description |
---|---|
protected IGlobalScope |
ScopeResolver.globalScope
Global scope
|
Modifier and Type | Method and Description |
---|---|
IGlobalScope |
ScopeResolver.getGlobalScope()
Getter for global scope
|
Modifier and Type | Method and Description |
---|---|
void |
ScopeResolver.setGlobalScope(IGlobalScope root)
Setter for global scope
|
void |
WebScope.setGlobalScope(IGlobalScope globalScope)
Setter for global scope.
|
Copyright © 2006-2012 The Red5 Project