Modifier and Type | Class and Description |
---|---|
class |
BaseConnection
Base abstract class for connections.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IConnection
The connection object.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IRemotingConnection
Connection coming from Remoting clients.
|
Modifier and Type | Interface and Description |
---|---|
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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IServiceCapableConnection
Connection that has options to invoke and handle remote calls
|
Modifier and Type | Interface and Description |
---|---|
interface |
ISharedObject
Serverside access to shared objects.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IStreamCapableConnection
A connection that supports streaming.
|
Modifier and Type | Class and Description |
---|---|
class |
RemotingConnection
Connection class so the Red5 object works in methods invoked through
remoting.
|
Modifier and Type | Class and Description |
---|---|
class |
RTMPConnection
RTMP connection.
|
class |
RTMPMinaConnection
Represents an RTMP connection using Mina.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseRTMPTConnection |
class |
RTMPTConnection
A RTMPT client / session.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
SharedObjectScope
Special scope for shared objects
|
Copyright © 2006-2012 The Red5 Project