Uses of Interface
org.red5.server.api.listeners.IConnectionListener
Packages that use IConnectionListener
-
Uses of IConnectionListener in org.red5.server
Fields in org.red5.server with type parameters of type IConnectionListenerModifier and TypeFieldDescriptionprotected CopyOnWriteArraySet<IConnectionListener> BaseConnection.connectionListenersListenersServer.connectionListenersMethods in org.red5.server with parameters of type IConnectionListenerModifier and TypeMethodDescriptionvoidBaseConnection.addListener(IConnectionListener listener) Adds a listener to this objectvoidServer.addListener(IConnectionListener listener) Add listener to get notified about connection events.voidBaseConnection.removeListener(IConnectionListener listener) Removes the listener from this objectvoidServer.removeListener(IConnectionListener listener) Remove listener that got notified about connection events. -
Uses of IConnectionListener in org.red5.server.api
Methods in org.red5.server.api with parameters of type IConnectionListenerModifier and TypeMethodDescriptionvoidIConnection.addListener(IConnectionListener listener) Adds a listener to this objectvoidIServer.addListener(IConnectionListener listener) Add listener to get notified about connection events.voidIConnection.removeListener(IConnectionListener listener) Removes the listener from this objectvoidIServer.removeListener(IConnectionListener listener) Remove listener that got notified about connection events. -
Uses of IConnectionListener in org.red5.server.api.listeners
Classes in org.red5.server.api.listeners that implement IConnectionListenerModifier and TypeClassDescriptionclassAbstract implementation / adapter for connection listeners.