org.red5.server.api.statistics
public interface IScopeStatistics extends IStatisticsBase
Modifier and Type | Method and Description |
---|---|
int |
getActiveClients()
Return current number of clients connected to the scope.
|
int |
getActiveConnections()
Return current number of connections to the scope.
|
int |
getActiveSubscopes()
Return number of currently existing subscopes.
|
int |
getDepth()
Get the scopes depth, how far down the scope tree is it.
|
int |
getMaxClients()
Return maximum number of clients concurrently connected to the scope.
|
int |
getMaxConnections()
Return maximum number of concurrent connections to the scope.
|
int |
getMaxSubscopes()
Return maximum number of concurrently existing subscopes.
|
String |
getName()
Get the name of this scope.
|
String |
getPath()
Get the full absolute path.
|
int |
getTotalClients()
Return total number of clients connected to the scope.
|
int |
getTotalConnections()
Return total number of connections to the scope.
|
int |
getTotalSubscopes()
Return total number of subscopes created.
|
getCreationTime
String getName()
someroom
.String getPath()
host/myapp/someroom
.int getDepth()
int getTotalConnections()
int getMaxConnections()
int getActiveConnections()
int getTotalClients()
int getMaxClients()
int getActiveClients()
int getTotalSubscopes()
int getMaxSubscopes()
int getActiveSubscopes()
Copyright © 2006-2012 The Red5 Project