Uses of Interface
org.red5.server.api.event.IEventDispatcher
Packages that use IEventDispatcher
Package
Description
-
Uses of IEventDispatcher in org.red5.server
Classes in org.red5.server that implement IEventDispatcher -
Uses of IEventDispatcher in org.red5.server.api
Subinterfaces of IEventDispatcher in org.red5.server.apiModifier and TypeInterfaceDescriptioninterfaceThe connection object.interfaceBase marker interface for all core objects. -
Uses of IEventDispatcher in org.red5.server.api.scope
Subinterfaces of IEventDispatcher in org.red5.server.api.scopeModifier and TypeInterfaceDescriptioninterfaceBase interface for all scope objects, including SharedObjects.interfaceBroadcast scope is marker interface that represents object that works as basic scope and has pipe connection event dispatching capabilities.interfaceThe global scope that acts as root for all applications in a host.interfaceThe scope object. -
Uses of IEventDispatcher in org.red5.server.api.service
Subinterfaces of IEventDispatcher in org.red5.server.api.serviceModifier and TypeInterfaceDescriptioninterfaceConnection that has options to invoke and handle remote calls -
Uses of IEventDispatcher in org.red5.server.api.so
Subinterfaces of IEventDispatcher in org.red5.server.api.soModifier and TypeInterfaceDescriptioninterfaceServerside access to shared objects. -
Uses of IEventDispatcher in org.red5.server.api.stream
Subinterfaces of IEventDispatcher in org.red5.server.api.streamModifier and TypeInterfaceDescriptioninterfaceA connection that supports streaming. -
Uses of IEventDispatcher in org.red5.server.net.rtmp
Classes in org.red5.server.net.rtmp that implement IEventDispatcherModifier and TypeClassDescriptionclassRTMP connection.classRepresents an RTMP connection using Mina. -
Uses of IEventDispatcher in org.red5.server.scope
Classes in org.red5.server.scope that implement IEventDispatcherModifier and TypeClassDescriptionclassGeneralizations of one of main Red5 object types, Scope.classThe scope object. -
Uses of IEventDispatcher in org.red5.server.so
Classes in org.red5.server.so that implement IEventDispatcherModifier and TypeClassDescriptionclassWorks with client-side shared objectclassSpecial scope for shared objects -
Uses of IEventDispatcher in org.red5.server.stream
Classes in org.red5.server.stream that implement IEventDispatcherModifier and TypeClassDescriptionclassRepresents live stream broadcasted from client.