Uses of Interface
org.red5.server.api.event.IEventHandler
Package
Description
-
Uses of IEventHandler in io.antmedia
-
Uses of IEventHandler in io.antmedia.console
Modifier and TypeClassDescriptionclass
Sample application that uses the client manager. -
Uses of IEventHandler in org.red5.server
Modifier and TypeClassDescriptionclass
Base abstract class for connections.class
Base IScopeHandler implementation -
Uses of IEventHandler in org.red5.server.adapter
Modifier and TypeClassDescriptionclass
Base scope handler implementation.class
Base class for applications, takes care that callbacks are executed single-threaded.class
ApplicationAdapter class serves as a base class for your Red5 applications.class
StatefulScopeWrappingAdapter class wraps stateful IScope functionality. -
Uses of IEventHandler in org.red5.server.api
Modifier and TypeInterfaceDescriptioninterface
The connection object.interface
Base marker interface for all core objects. -
Uses of IEventHandler in org.red5.server.api.remoting
Modifier and TypeInterfaceDescriptioninterface
Connection coming from Remoting clients. -
Uses of IEventHandler in org.red5.server.api.scope
Modifier and TypeInterfaceDescriptioninterface
Base interface for all scope objects, including SharedObjects.interface
Broadcast scope is marker interface that represents object that works as basic scope and has pipe connection event dispatching capabilities.interface
The global scope that acts as root for all applications in a host.interface
The scope object.interface
The 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
Modifier and TypeInterfaceDescriptioninterface
Connection that has options to invoke and handle remote calls -
Uses of IEventHandler in org.red5.server.api.stream
Modifier and TypeInterfaceDescriptioninterface
A scope handler that is stream aware.interface
A connection that supports streaming. -
Uses of IEventHandler in org.red5.server.net.rtmp
Modifier and TypeClassDescriptionclass
RTMP connection.class
Represents an RTMP connection using Mina. -
Uses of IEventHandler in org.red5.server.scope
Modifier and TypeClassDescriptionclass
Generalizations of one of main Red5 object types, Scope.class
Scope type for publishing that deals with pipe connection events, like async message listening in JMSclass
Global scope is a top level scope.class
Represents a subscope to other scopes.class
The scope object.class
Web 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.