Uses of Interface
org.red5.server.api.stream.IStreamPlaybackSecurity
Package
Description
-
Uses of IStreamPlaybackSecurity in org.red5.server.adapter
Modifier and TypeFieldDescriptionprivate Set<IStreamPlaybackSecurity>
MultiThreadedApplicationAdapter.playbackSecurity
List of handlers that protect stream playback.Modifier and TypeMethodDescriptionMultiThreadedApplicationAdapter.getStreamPlaybackSecurity()
Get handlers that protect stream plaback.Modifier and TypeMethodDescriptionvoid
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.service
Modifier and TypeMethodDescriptionIStreamSecurityService.getStreamPlaybackSecurity()
Get handlers that protect stream plaback.Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionIStreamSecurityService.getStreamPlaybackSecurity()
Get handlers that protect stream plaback.Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeClassDescriptionclass
Stream security handler that denies access to all streams.