|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IStreamPlaybackSecurity | |
---|---|
org.red5.server.adapter | |
org.red5.server.api.stream | |
org.red5.server.api.stream.support |
Uses of IStreamPlaybackSecurity in org.red5.server.adapter |
---|
Methods in org.red5.server.adapter that return types with arguments of type IStreamPlaybackSecurity | |
---|---|
Set<IStreamPlaybackSecurity> |
MultiThreadedApplicationAdapter.getStreamPlaybackSecurity()
Get handlers that protect stream plaback. |
Methods in org.red5.server.adapter with parameters of type IStreamPlaybackSecurity | |
---|---|
void |
MultiThreadedApplicationAdapter.registerStreamPlaybackSecurity(IStreamPlaybackSecurity handler)
Add handler that protects stream playback. |
void |
MultiThreadedApplicationAdapter.unregisterStreamPlaybackSecurity(IStreamPlaybackSecurity handler)
Remove handler that protects stream playback. |
Uses of IStreamPlaybackSecurity in org.red5.server.api.stream |
---|
Methods in org.red5.server.api.stream that return types with arguments of type IStreamPlaybackSecurity | |
---|---|
Set<IStreamPlaybackSecurity> |
IStreamSecurityService.getStreamPlaybackSecurity()
Get handlers that protect stream plaback. |
Methods in org.red5.server.api.stream with parameters of type IStreamPlaybackSecurity | |
---|---|
void |
IStreamSecurityService.registerStreamPlaybackSecurity(IStreamPlaybackSecurity handler)
Add handler that protects stream playback. |
void |
IStreamSecurityService.unregisterStreamPlaybackSecurity(IStreamPlaybackSecurity handler)
Remove handler that protects stream playback. |
Uses of IStreamPlaybackSecurity in org.red5.server.api.stream.support |
---|
Classes in org.red5.server.api.stream.support that implement IStreamPlaybackSecurity | |
---|---|
class |
DenyAllStreamAccess
Stream security handler that denies access to all streams. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |