Package | Description |
---|---|
org.red5.server.api.so | |
org.red5.server.api.statistics | |
org.red5.server.so | |
org.red5.server.statistics |
Modifier and Type | Method and Description |
---|---|
ISharedObjectStatistics |
ISharedObject.getStatistics()
Return statistics about the shared object.
|
Modifier and Type | Method and Description |
---|---|
Set<ISharedObjectStatistics> |
IStatisticsService.getSharedObjects(String path)
Return informations about shared objects for a given scope.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientSharedObject
Works with client-side shared object
|
class |
SharedObject
Represents shared object on server-side.
|
Modifier and Type | Method and Description |
---|---|
ISharedObjectStatistics |
SharedObjectScope.getStatistics()
Return statistics about the shared object.
|
Modifier and Type | Method and Description |
---|---|
Set<ISharedObjectStatistics> |
StatisticsService.getSharedObjects(String path) |
Copyright © 2006-2012 The Red5 Project