Uses of Interface
org.red5.server.api.stream.IStreamPublishSecurity
Packages that use IStreamPublishSecurity
-
Uses of IStreamPublishSecurity in org.red5.server.api.service
Methods in org.red5.server.api.service that return types with arguments of type IStreamPublishSecurityModifier and TypeMethodDescriptionIStreamSecurityService.getStreamPublishSecurity()Get handlers that protect stream publishing.Methods in org.red5.server.api.service with parameters of type IStreamPublishSecurityModifier and TypeMethodDescriptionvoidIStreamSecurityService.registerStreamPublishSecurity(IStreamPublishSecurity handler) Add handler that protects stream publishing.voidIStreamSecurityService.unregisterStreamPublishSecurity(IStreamPublishSecurity handler) Remove handler that protects stream publishing.