Uses of Interface
org.red5.server.adapter.IApplication
-
Uses of IApplication in org.red5.server.adapter
Modifier and TypeFieldDescriptionprivate CopyOnWriteArraySet<IApplication>
MultiThreadedApplicationAdapter.listeners
List of application listeners.Modifier and TypeMethodDescriptionMultiThreadedApplicationAdapter.getListeners()
Return handlers that get notified about application events.Modifier and TypeMethodDescriptionvoid
MultiThreadedApplicationAdapter.addListener
(IApplication listener) Register a listener that will get notified about application events.void
MultiThreadedApplicationAdapter.removeListener
(IApplication listener) Unregister handler that will not get notified about application events any longer.