Uses of Interface
org.red5.server.adapter.IApplication
Packages that use IApplication
-
Uses of IApplication in org.red5.server.adapter
Classes in org.red5.server.adapter that implement IApplicationFields in org.red5.server.adapter with type parameters of type IApplicationModifier and TypeFieldDescriptionprivate CopyOnWriteArraySet<IApplication>
MultiThreadedApplicationAdapter.listeners
List of application listeners.Methods in org.red5.server.adapter that return types with arguments of type IApplicationModifier and TypeMethodDescriptionMultiThreadedApplicationAdapter.getListeners()
Return handlers that get notified about application events.Methods in org.red5.server.adapter with parameters of type IApplicationModifier 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.