Package | Description |
---|---|
org.red5.server.adapter | |
org.red5.server.api.stream | |
org.red5.server.api.stream.support |
Modifier and Type | Method and Description |
---|---|
Set<IStreamPublishSecurity> |
MultiThreadedApplicationAdapter.getStreamPublishSecurity()
Get handlers that protect stream publishing.
|
Modifier and Type | Method and Description |
---|---|
void |
MultiThreadedApplicationAdapter.registerStreamPublishSecurity(IStreamPublishSecurity handler)
Add handler that protects stream publishing.
|
void |
MultiThreadedApplicationAdapter.unregisterStreamPublishSecurity(IStreamPublishSecurity handler)
Remove handler that protects stream publishing.
|
Modifier and Type | Method and Description |
---|---|
Set<IStreamPublishSecurity> |
IStreamSecurityService.getStreamPublishSecurity()
Get handlers that protect stream publishing.
|
Modifier and Type | Method and Description |
---|---|
void |
IStreamSecurityService.registerStreamPublishSecurity(IStreamPublishSecurity handler)
Add handler that protects stream publishing.
|
void |
IStreamSecurityService.unregisterStreamPublishSecurity(IStreamPublishSecurity handler)
Remove handler that protects stream publishing.
|
Modifier and Type | Class and Description |
---|---|
class |
DenyAllStreamAccess
Stream security handler that denies access to all streams.
|
Copyright © 2006-2012 The Red5 Project