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