| Package | Description |
|---|---|
| org.red5.server | |
| org.red5.server.api |
| 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 |
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.
|
Copyright © 2005–2017 Red5. All rights reserved.