Package org.red5.server.api.plugin
Interface IRed5PluginHandler
public interface IRed5PluginHandler
Base interface for handlers originating from plug-ins.
- Author:
- Paul Gregoire
-
Method Summary
Modifier and TypeMethodDescriptionvoidinit()Initialize the plug-in handler.voidsetApplication(MultiThreadedApplicationAdapter application) Set the application making use of this plug-in handler.voidsetProperties(Map<String, Object> props) Set properties to be used by this handler.
-
Method Details
-
init
void init()Initialize the plug-in handler. -
setApplication
Set the application making use of this plug-in handler.- Parameters:
application- application adapter
-
setProperties
Set properties to be used by this handler.- Parameters:
props- plugin properties map
-