|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Scope | |
---|---|
org.red5.server | |
org.red5.server.scope |
Uses of Scope in org.red5.server |
---|
Fields in org.red5.server declared as Scope | |
---|---|
protected Scope |
BaseConnection.scope
Scope that connection belongs to |
Uses of Scope in org.red5.server.scope |
---|
Subclasses of Scope in org.red5.server.scope | |
---|---|
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. |
Methods in org.red5.server.scope that return Scope | |
---|---|
Scope |
Scope.Builder.build()
|
static Scope |
Scope.from(CompositeData cd)
Allows for reconstruction via CompositeData. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |