|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IScopeStatistics
Statistical informations about a scope.
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface org.red5.server.api.statistics.IStatisticsBase |
|---|
getCreationTime |
| Method Detail |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||