|
Class Summary |
| AttributeStore |
|
| BaseConnection |
Base abstract class for connections. |
| BasicScope |
Generalizations of one of main Red5 object types, Scope. |
| Bootstrap |
Boot-straps Red5 using the latest available jars found in red5.home/lib directory. |
| Client |
Client is an abstraction representing user connected to Red5 application. |
| ClientList<E> |
Client list, implemented using weak references to prevent memory leaks. |
| ClientRegistry |
Registry for clients. |
| Context |
This is basic context implementation used by Red5. |
| ContextLoader |
Red5 applications loader |
| CoreHandler |
Base IScopeHandler implementation |
| GlobalScope |
Global scope is a top level scope. |
| Launcher |
Launches Red5. |
| LoaderBase |
Base class for all J2EE application loaders. |
| MappingStrategy |
Basic mapping strategy implementation. |
| PersistableAttributeStore |
Persistable attributes store. |
| Scope |
The scope object. |
| Scope.Builder |
Builder pattern |
| ScopeResolver |
Resolves scopes from path |
| Server |
Red5 server core class implementation. |
| Shutdown |
Provides a means to cleanly shutdown an instance from the command line. |
| WebScope |
Web scope is special scope that is aware of servlet context and represents
scope of Red5 application in servlet container (or application server) like
Tomcat, Jetty or JBoss. |