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

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

Uses of IScopeStatistics in org.red5.server
 

Classes in org.red5.server that implement IScopeStatistics
 class GlobalScope
          Global scope is a top level scope.
 class Scope
          The scope object.
 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.
 

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

Uses of IScopeStatistics in org.red5.server.api
 

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



Copyright © 2006-2010 The Red5 Project