Package | Description |
---|---|
org.red5.server.plugin |
Modifier and Type | Class and Description |
---|---|
class |
Red5Plugin
Provides more features to the plug-in system.
|
Modifier and Type | Method and Description |
---|---|
static IRed5Plugin |
PluginRegistry.getPlugin(String pluginName)
Returns a plug-in.
|
Modifier and Type | Method and Description |
---|---|
static void |
PluginRegistry.register(IRed5Plugin plugin)
Registers a plug-in.
|
static void |
PluginRegistry.unregister(IRed5Plugin plugin)
Unregisters a plug-in.
|
Copyright © 2006-2012 The Red5 Project