| 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.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
AttributeStore.setAttributes(IAttributeStore values)
Set multiple attributes on this object.
|
| Constructor and Description |
|---|
AttributeStore(IAttributeStore values)
Creates attribute store with initial values.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StatefulScopeWrappingAdapter
StatefulScopeWrappingAdapter class wraps stateful IScope functionality.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
StatefulScopeWrappingAdapter.setAttributes(IAttributeStore attributes)
Set multiple attributes on this object.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ICastingAttributeStore
Attribute storage with automatic object casting support.
|
interface |
IClient
The client object represents a single client.
|
interface |
IConnection
The connection object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
IAttributeStore.setAttributes(IAttributeStore values)
Set multiple attributes on this 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 |
IClientSharedObject
Clientside access to shared objects.
|
interface |
ISharedObject
Serverside access to shared objects.
|
interface |
ISharedObjectBase
Base interface for shared objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ISharedObjectListener.onSharedObjectUpdate(ISharedObjectBase so,
IAttributeStore values)
Called when multiple attributes of a shared object are updated.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IStreamCapableConnection
A connection that supports streaming.
|
| 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 |
ClientSharedObject
Works with client-side shared object
|
class |
SharedObject
Represents shared object on server-side.
|
class |
SharedObjectScope
Special scope for shared objects
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ClientSharedObject.setAttributes(IAttributeStore values)
Set multiple attributes on this object.
|
boolean |
SharedObject.setAttributes(IAttributeStore values)
Set multiple attributes on this object.
|
boolean |
SharedObjectScope.setAttributes(IAttributeStore values)
Set multiple attributes on this object.
|
Copyright © 2005–2017 Red5. All rights reserved.