Package | Description |
---|---|
org.red5.server | |
org.red5.server.scope |
Modifier and Type | Field and Description |
---|---|
static Map<String,IApplicationContext> |
LoaderBase.red5AppCtx
Current Red5 application context, set by the different loaders.
|
Modifier and Type | Method and Description |
---|---|
static IApplicationContext |
LoaderBase.getRed5ApplicationContext(String path)
Getter for a Red5 application context.
|
static IApplicationContext |
LoaderBase.removeRed5ApplicationContext(String path)
Remover for a Red5 application context.
|
Modifier and Type | Method and Description |
---|---|
static Map<String,IApplicationContext> |
LoaderBase.getRed5ApplicationContexts()
Returns the map containing all of the registered Red5 application contexts.
|
Modifier and Type | Method and Description |
---|---|
static void |
LoaderBase.setRed5ApplicationContext(String path,
IApplicationContext context)
Setter for a Red5 application context.
|
Modifier and Type | Field and Description |
---|---|
protected IApplicationContext |
WebScope.appContext
The application context this webscope is running in.
|
Copyright © 2006-2012 The Red5 Project