Modifier and Type | Class and Description |
---|---|
class |
AttributeStore |
class |
BaseConnection
Base abstract class for connections.
|
class |
Client
Client is an abstraction representing user connected to Red5 application.
|
class |
PersistableAttributeStore
Persistable attributes store.
|
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 |
IServiceCapableConnection
Connection that has options to invoke and handle remote calls
|
Modifier and Type | Interface and Description |
---|---|
interface |
IClientSharedObject
Clientside access to shared objects.
|
interface |
ISharedObject
Serverside access to shared objects.
|
interface |
ISharedObjectBase
Base interface for 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 |
ClientSharedObject
Works with client-side shared object
|
class |
SharedObject
Represents shared object on server-side.
|
class |
SharedObjectScope
Special scope for shared objects
|
Copyright © 2006-2012 The Red5 Project