Uses of Interface
org.red5.server.api.event.IEventHandler
Packages that use IEventHandler
Package
Description
-
Uses of IEventHandler in io.antmedia
Classes in io.antmedia that implement IEventHandler -
Uses of IEventHandler in io.antmedia.console
Classes in io.antmedia.console that implement IEventHandlerModifier and TypeClassDescriptionclassSample application that uses the client manager. -
Uses of IEventHandler in org.red5.server
Classes in org.red5.server that implement IEventHandlerModifier and TypeClassDescriptionclassBase abstract class for connections.classBase IScopeHandler implementation -
Uses of IEventHandler in org.red5.server.adapter
Classes in org.red5.server.adapter that implement IEventHandlerModifier and TypeClassDescriptionclassBase scope handler implementation.classBase class for applications, takes care that callbacks are executed single-threaded.classApplicationAdapter class serves as a base class for your Red5 applications.classStatefulScopeWrappingAdapter class wraps stateful IScope functionality. -
Uses of IEventHandler in org.red5.server.api
Subinterfaces of IEventHandler in org.red5.server.apiModifier and TypeInterfaceDescriptioninterfaceThe connection object.interfaceBase marker interface for all core objects. -
Uses of IEventHandler in org.red5.server.api.remoting
Subinterfaces of IEventHandler in org.red5.server.api.remotingModifier and TypeInterfaceDescriptioninterfaceConnection coming from Remoting clients. -
Uses of IEventHandler in org.red5.server.api.scope
Subinterfaces of IEventHandler 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.interfaceThe scope handler controls actions performed against a scope object, and also is notified of all events. -
Uses of IEventHandler in org.red5.server.api.service
Subinterfaces of IEventHandler in org.red5.server.api.serviceModifier and TypeInterfaceDescriptioninterfaceConnection that has options to invoke and handle remote calls -
Uses of IEventHandler in org.red5.server.api.stream
Subinterfaces of IEventHandler in org.red5.server.api.streamModifier and TypeInterfaceDescriptioninterfaceA scope handler that is stream aware.interfaceA connection that supports streaming. -
Uses of IEventHandler in org.red5.server.net.rtmp
Classes in org.red5.server.net.rtmp that implement IEventHandlerModifier and TypeClassDescriptionclassRTMP connection.classRepresents an RTMP connection using Mina. -
Uses of IEventHandler in org.red5.server.scope
Classes in org.red5.server.scope that implement IEventHandlerModifier and TypeClassDescriptionclassGeneralizations of one of main Red5 object types, Scope.classScope type for publishing that deals with pipe connection events, like async message listening in JMSclassGlobal scope is a top level scope.classRepresents a subscope to other scopes.classThe scope object.classWeb scope is special scope that is aware of servlet context and represents scope of a Red5 application within a servlet container (or application server) such as Tomcat, Jetty or JBoss.