Uses of Interface
org.red5.server.api.statistics.IScopeStatistics

Packages that use IScopeStatistics
org.red5.server.api.scope   
org.red5.server.scope   
 

Uses of IScopeStatistics in org.red5.server.api.scope
 

Methods in org.red5.server.api.scope that return IScopeStatistics
 IScopeStatistics IScope.getStatistics()
          Return statistics informations about the scope.
 

Uses of IScopeStatistics in org.red5.server.scope
 

Classes in org.red5.server.scope that implement IScopeStatistics
 class GlobalScope
          Global scope is a top level scope.
 class RoomScope
          Represents a subscope to other scopes.
 class Scope
          The scope object.
 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 IScopeStatistics
 IScopeStatistics Scope.getStatistics()
          Return statistics informations about the scope.
 



Copyright © 2006-2012 The Red5 Project