| Interface | Description |
|---|---|
| IBasicScope |
Base interface for all scope objects, including SharedObjects.
|
| IBroadcastScope |
Broadcast scope is marker interface that represents object that works as basic scope and
has pipe connection event dispatching capabilities.
|
| IGlobalScope |
The global scope that acts as root for all applications in a host.
|
| IScope |
The scope object.
|
| IScopeAware |
Maker interface for all objects that are aware of the scope they are located
in.
|
| IScopeHandler |
The scope handler controls actions performed against a scope object, and also
is notified of all events.
|
| IScopeResolver |
Resolve the scope from given a host and path.
|
| IScopeService |
Base marker interface for all scope services.
|
| Enum | Description |
|---|---|
| ScopeType |
Represents all the supported scope types.
|
Copyright © 2006-2012 The Red5 Project