Package | Description |
---|---|
org.red5.server | |
org.red5.server.adapter | |
org.red5.server.api | |
org.red5.server.api.scope | |
org.red5.server.api.stream | |
org.red5.server.jmx.mxbeans | |
org.red5.server.scope |
Modifier and Type | Class and Description |
---|---|
class |
CoreHandler
Base IScopeHandler implementation
|
Modifier and Type | Method and Description |
---|---|
IScopeHandler |
Context.lookupScopeHandler(String contextPath)
Look up scope handler for context path
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractScopeAdapter
Base scope handler implementation.
|
class |
ApplicationAdapter
Base class for applications, takes care that callbacks are executed single-threaded.
|
class |
MultiThreadedApplicationAdapter
ApplicationAdapter class serves as a base class for your Red5 applications.
|
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 |
ContextMXBean.lookupScopeHandler(String contextPath) |
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 © 2006-2012 The Red5 Project