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 TypeMethodDescriptionvoid
init()
Initialize the plug-in handler.void
setApplication
(MultiThreadedApplicationAdapter application) Set the application making use of this plug-in handler.void
setProperties
(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
-