Uses of Class
org.red5.server.Scope

Packages that use Scope
org.red5.server   
 

Uses of Scope in org.red5.server
 

Subclasses of Scope in org.red5.server
 class GlobalScope
          Global scope is a top level scope.
 class 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.
 

Fields in org.red5.server declared as Scope
protected  Scope BaseConnection.scope
          Scope that connection belongs to
 

Methods in org.red5.server that return Scope
 Scope Scope.Builder.build()
           
static Scope Scope.from(CompositeData cd)
          Allows for reconstruction via CompositeData.
 



Copyright © 2006-2010 The Red5 Project