Uses of Interface
org.red5.server.api.stream.IStreamPlaybackSecurity
Packages that use IStreamPlaybackSecurity
-
Uses of IStreamPlaybackSecurity in org.red5.server.api.service
Methods in org.red5.server.api.service that return types with arguments of type IStreamPlaybackSecurityModifier and TypeMethodDescriptionIStreamSecurityService.getStreamPlaybackSecurity()Get handlers that protect stream plaback.Methods in org.red5.server.api.service with parameters of type IStreamPlaybackSecurityModifier and TypeMethodDescriptionvoidIStreamSecurityService.registerStreamPlaybackSecurity(IStreamPlaybackSecurity handler) Add handler that protects stream playback.voidIStreamSecurityService.unregisterStreamPlaybackSecurity(IStreamPlaybackSecurity handler) Remove handler that protects stream playback.