Uses of Class
org.red5.server.scope.Scope
Packages that use Scope
-
Uses of Scope in org.red5.server
Fields in org.red5.server declared as Scope -
Uses of Scope in org.red5.server.scope
Subclasses of Scope in org.red5.server.scopeModifier and TypeClassDescriptionclass
Global scope is a top level scope.class
Represents a subscope to other scopes.class
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 ScopeModifier and TypeMethodDescriptionScope.Builder.build()
static Scope
Scope.from
(CompositeData cd) Allows for reconstruction via CompositeData.