Package | Description |
---|---|
org.red5.server | |
org.red5.server.scope |
Modifier and Type | Field and Description |
---|---|
protected Scope |
BaseConnection.scope
Scope that connection belongs to
|
Modifier and Type | Class and Description |
---|---|
class |
GlobalScope
Global scope is a top level scope.
|
class |
RoomScope
Represents a subscope to other scopes.
|
class |
WebScope
Web scope is special scope that is aware of servlet context and represents
scope of a Red5 application within a servlet container (or application server)
such as Tomcat, Jetty or JBoss.
|
Modifier and Type | Method and Description |
---|---|
Scope |
Scope.Builder.build() |
static Scope |
Scope.from(CompositeData cd)
Allows for reconstruction via CompositeData.
|
Copyright © 2006-2012 The Red5 Project