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 TypeClassDescriptionclassGlobal scope is a top level scope.classRepresents a subscope to other scopes.classWeb 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 ScopeScope.from(CompositeData cd) Allows for reconstruction via CompositeData.