Package | Description |
---|---|
org.red5.server.adapter | |
org.red5.server.api.so | |
org.red5.server.so |
Modifier and Type | Method and Description |
---|---|
Set<ISharedObjectSecurity> |
MultiThreadedApplicationAdapter.getSharedObjectSecurity()
Get handlers that protect shared objects.
|
Modifier and Type | Method and Description |
---|---|
void |
MultiThreadedApplicationAdapter.registerSharedObjectSecurity(ISharedObjectSecurity handler)
Add handler that protects shared objects.
|
void |
MultiThreadedApplicationAdapter.unregisterSharedObjectSecurity(ISharedObjectSecurity handler)
Remove handler that protects shared objects.
|
Modifier and Type | Method and Description |
---|---|
Set<ISharedObjectSecurity> |
ISharedObjectSecurityService.getSharedObjectSecurity()
Get handlers that protect shared objects.
|
Modifier and Type | Method and Description |
---|---|
void |
ISharedObjectSecurityService.registerSharedObjectSecurity(ISharedObjectSecurity handler)
Add handler that protects shared objects.
|
void |
ISharedObjectSecurityService.unregisterSharedObjectSecurity(ISharedObjectSecurity handler)
Remove handler that protects shared objects.
|
Modifier and Type | Method and Description |
---|---|
Set<ISharedObjectSecurity> |
SharedObjectScope.getSharedObjectSecurity()
Get handlers that protect shared objects.
|
Modifier and Type | Method and Description |
---|---|
void |
SharedObjectScope.registerSharedObjectSecurity(ISharedObjectSecurity handler)
Add handler that protects shared objects.
|
void |
SharedObjectScope.unregisterSharedObjectSecurity(ISharedObjectSecurity handler)
Remove handler that protects shared objects.
|
Copyright © 2006-2012 The Red5 Project