| Package | Description |
|---|---|
| org.red5.server.api.so | |
| org.red5.server.so |
| Modifier and Type | Method and Description |
|---|---|
ISharedObject |
ISharedObjectService.getSharedObject(IScope scope,
String name)
Get a shared object by name.
|
ISharedObject |
ISharedObjectService.getSharedObject(IScope scope,
String name,
boolean persistent)
Get a shared object by name and create it if it doesn't exist.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ISharedObjectSecurity.isConnectionAllowed(ISharedObject so)
Check if a connection to the given existing shared object is allowed.
|
boolean |
ISharedObjectSecurity.isDeleteAllowed(ISharedObject so,
String key)
Check if the deletion of a property is allowed on the given shared object.
|
boolean |
ISharedObjectSecurity.isSendAllowed(ISharedObject so,
String message,
List<?> arguments)
Check if sending a message to the shared object is allowed.
|
boolean |
ISharedObjectSecurity.isWriteAllowed(ISharedObject so,
String key,
Object value)
Check if a modification is allowed on the given shared object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SharedObjectScope
Special scope for shared objects
|
| Modifier and Type | Method and Description |
|---|---|
ISharedObject |
SharedObjectService.getSharedObject(IScope scope,
String name)
Get a shared object by name.
|
ISharedObject |
SharedObjectService.getSharedObject(IScope scope,
String name,
boolean persistent)
Get a shared object by name and create it if it doesn't exist.
|
Copyright © 2005–2017 Red5. All rights reserved.