|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IEventDispatcher in org.red5.server |
---|
Classes in org.red5.server that implement IEventDispatcher | |
---|---|
class |
BaseConnection
Base abstract class for connections. |
class |
BasicScope
Generalizations of one of main Red5 object types, Scope. |
class |
GlobalScope
Global scope is a top level scope. |
class |
Scope
The scope object. |
class |
WebScope
Web scope is special scope that is aware of servlet context and represents scope of Red5 application in servlet container (or application server) like Tomcat, Jetty or JBoss. |
Uses of IEventDispatcher in org.red5.server.api |
---|
Subinterfaces of IEventDispatcher in org.red5.server.api | |
---|---|
interface |
IBasicScope
Base interface for all scope objects, including SharedObjects. |
interface |
IConnection
The connection object. |
interface |
ICoreObject
Base marker interface for all core objects. |
interface |
IGlobalScope
The global scope that acts as root for all applications in a host. |
interface |
IScope
The scope object. |
Uses of IEventDispatcher in org.red5.server.api.remoting |
---|
Subinterfaces of IEventDispatcher in org.red5.server.api.remoting | |
---|---|
interface |
IRemotingConnection
Connection coming from Remoting clients. |
Uses of IEventDispatcher in org.red5.server.api.service |
---|
Subinterfaces of IEventDispatcher in org.red5.server.api.service | |
---|---|
interface |
IServiceCapableConnection
Connection 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.so | |
---|---|
interface |
ISharedObject
Serverside access to shared objects. |
Uses of IEventDispatcher in org.red5.server.api.stream |
---|
Subinterfaces of IEventDispatcher in org.red5.server.api.stream | |
---|---|
interface |
IStreamCapableConnection
A connection that supports streaming. |
Uses of IEventDispatcher in org.red5.server.net.mrtmp |
---|
Classes in org.red5.server.net.mrtmp that implement IEventDispatcher | |
---|---|
class |
EdgeRTMPMinaConnection
|
Uses of IEventDispatcher in org.red5.server.net.remoting |
---|
Classes in org.red5.server.net.remoting that implement IEventDispatcher | |
---|---|
class |
RemotingConnection
Connection class so the Red5 object works in methods invoked through remoting. |
Uses of IEventDispatcher in org.red5.server.net.rtmp |
---|
Classes in org.red5.server.net.rtmp that implement IEventDispatcher | |
---|---|
class |
RTMPConnection
RTMP connection. |
class |
RTMPMinaConnection
Represents an RTMP connection using Mina. |
class |
RTMPOriginConnection
A pseudo-connection on Origin that represents a client on Edge. |
Methods in org.red5.server.net.rtmp with parameters of type IEventDispatcher | |
---|---|
void |
BaseRTMPClientHandler.setStreamEventDispatcher(IEventDispatcher streamEventDispatcher)
Setter for stream event dispatcher (useful for saving playing stream to file) |
Uses of IEventDispatcher in org.red5.server.net.rtmpt |
---|
Classes in org.red5.server.net.rtmpt that implement IEventDispatcher | |
---|---|
class |
BaseRTMPTConnection
|
class |
RTMPTClientConnection
|
class |
RTMPTConnection
A RTMPT client / session. |
Uses of IEventDispatcher in org.red5.server.so |
---|
Classes in org.red5.server.so that implement IEventDispatcher | |
---|---|
class |
ClientSharedObject
Works with client-side shared object |
class |
SharedObjectScope
Special scope for shared objects |
Uses of IEventDispatcher in org.red5.server.stream |
---|
Subinterfaces of IEventDispatcher in org.red5.server.stream | |
---|---|
interface |
IBroadcastScope
Broadcast scope is marker interface that represents object that works as basic scope and has pipe connection event dispatching capabilities. |
Classes in org.red5.server.stream that implement IEventDispatcher | |
---|---|
class |
BroadcastScope
Scope type for publishing that deals with pipe connection events, like async message listening in JMS |
class |
ClientBroadcastStream
Represents live stream broadcasted from client. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |