Uses of Interface
org.red5.server.api.stream.IStreamPlaybackSecurity

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.
 



Copyright © 2006-2012 The Red5 Project