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

Packages that use IStatisticsBase
org.red5.server   
org.red5.server.api.statistics   
org.red5.server.so   
org.red5.server.stream   
 

Uses of IStatisticsBase in org.red5.server
 

Classes in org.red5.server that implement IStatisticsBase
 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.
 

Uses of IStatisticsBase in org.red5.server.api.statistics
 

Subinterfaces of IStatisticsBase in org.red5.server.api.statistics
 interface IClientBroadcastStreamStatistics
          Statistical informations about a stream that is broadcasted by a client.
 interface IPlaylistSubscriberStreamStatistics
          Statistical informations about a stream that is subscribed by a client.
 interface IScopeStatistics
          Statistical informations about a scope.
 interface ISharedObjectStatistics
          Statistics informations about a shared object.
 interface IStreamStatistics
          Base class for all stream statistics.
 

Uses of IStatisticsBase in org.red5.server.so
 

Classes in org.red5.server.so that implement IStatisticsBase
 class ClientSharedObject
          Works with client-side shared object
 class SharedObject
          Represents shared object on server-side.
 

Uses of IStatisticsBase in org.red5.server.stream
 

Classes in org.red5.server.stream that implement IStatisticsBase
 class ClientBroadcastStream
          Represents live stream broadcasted from client.
 class PlaylistSubscriberStream
          Stream of playlist subsciber
 



Copyright © 2006-2010 The Red5 Project