| Package | Description |
|---|---|
| org.red5.server.adapter | |
| org.red5.server.api | |
| org.red5.server.api.scope | |
| org.red5.server.api.stream | |
| org.red5.server.scope |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractScopeAdapter
Base scope handler implementation.
|
class |
StatefulScopeWrappingAdapter
StatefulScopeWrappingAdapter class wraps stateful IScope functionality.
|
| Modifier and Type | Method and Description |
|---|---|
IScopeHandler |
IContext.lookupScopeHandler(String path)
Returns scope handler (object that handle all actions related to the scope) by path.
|
| Modifier and Type | Method and Description |
|---|---|
IScopeHandler |
IScope.getHandler()
Return handler of the scope
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IStreamAwareScopeHandler
A scope handler that is stream aware.
|
| Modifier and Type | Method and Description |
|---|---|
IScopeHandler |
Scope.getHandler()
Return scope handler or parent's scope handler if this scope doesn't have one.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Scope.setHandler(IScopeHandler handler)
Setter for scope event handler
|
Copyright © 2005–2017 Red5. All rights reserved.