|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IEventHandler in org.red5.server |
---|
Classes in org.red5.server that implement IEventHandler | |
---|---|
class |
BaseConnection
Base abstract class for connections. |
class |
CoreHandler
Base IScopeHandler implementation |
Uses of IEventHandler in org.red5.server.adapter |
---|
Classes in org.red5.server.adapter that implement IEventHandler | |
---|---|
class |
AbstractScopeAdapter
Base scope handler implementation. |
class |
ApplicationAdapter
Base class for applications, takes care that callbacks are executed single-threaded. |
class |
MultiThreadedApplicationAdapter
ApplicationAdapter class serves as a base class for your Red5 applications. |
class |
StatefulScopeWrappingAdapter
StatefulScopeWrappingAdapter class wraps stateful IScope functionality. |
Uses of IEventHandler in org.red5.server.api |
---|
Subinterfaces of IEventHandler in org.red5.server.api | |
---|---|
interface |
IConnection
The connection object. |
interface |
ICoreObject
Base marker interface for all core objects. |
Uses of IEventHandler in org.red5.server.api.remoting |
---|
Subinterfaces of IEventHandler in org.red5.server.api.remoting | |
---|---|
interface |
IRemotingConnection
Connection coming from Remoting clients. |
Uses of IEventHandler in org.red5.server.api.scope |
---|
Subinterfaces of IEventHandler in org.red5.server.api.scope | |
---|---|
interface |
IBasicScope
Base interface for all scope objects, including SharedObjects. |
interface |
IBroadcastScope
Broadcast scope is marker interface that represents object that works as basic scope and has pipe connection event dispatching capabilities. |
interface |
IGlobalScope
The global scope that acts as root for all applications in a host. |
interface |
IScope
The scope object. |
interface |
IScopeHandler
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 |
---|
Subinterfaces of IEventHandler in org.red5.server.api.service | |
---|---|
interface |
IServiceCapableConnection
Connection that has options to invoke and handle remote calls |
Uses of IEventHandler in org.red5.server.api.so |
---|
Subinterfaces of IEventHandler in org.red5.server.api.so | |
---|---|
interface |
ISharedObject
Serverside access to shared objects. |
Uses of IEventHandler in org.red5.server.api.stream |
---|
Subinterfaces of IEventHandler in org.red5.server.api.stream | |
---|---|
interface |
IStreamAwareScopeHandler
A scope handler that is stream aware. |
interface |
IStreamCapableConnection
A connection that supports streaming. |
Uses of IEventHandler in org.red5.server.net.remoting |
---|
Classes in org.red5.server.net.remoting that implement IEventHandler | |
---|---|
class |
RemotingConnection
Connection class so the Red5 object works in methods invoked through remoting. |
Uses of IEventHandler in org.red5.server.net.rtmp |
---|
Classes in org.red5.server.net.rtmp that implement IEventHandler | |
---|---|
class |
RTMPConnection
RTMP connection. |
class |
RTMPMinaConnection
Represents an RTMP connection using Mina. |
Uses of IEventHandler in org.red5.server.net.rtmpt |
---|
Classes in org.red5.server.net.rtmpt that implement IEventHandler | |
---|---|
class |
BaseRTMPTConnection
|
class |
RTMPTConnection
A RTMPT client / session. |
Uses of IEventHandler in org.red5.server.scope |
---|
Classes in org.red5.server.scope that implement IEventHandler | |
---|---|
class |
BasicScope
Generalizations of one of main Red5 object types, Scope. |
class |
BroadcastScope
Scope type for publishing that deals with pipe connection events, like async message listening in JMS |
class |
GlobalScope
Global scope is a top level scope. |
class |
RoomScope
Represents a subscope to other scopes. |
class |
Scope
The scope object. |
class |
WebScope
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. |
Uses of IEventHandler in org.red5.server.so |
---|
Classes in org.red5.server.so that implement IEventHandler | |
---|---|
class |
SharedObjectScope
Special scope for shared objects |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |