Uses of Interface
com.wowza.wms.authentication.IAuthenticateRTSP

Packages that use IAuthenticateRTSP
com.wowza.wms.rtp.model   
 

Uses of IAuthenticateRTSP in com.wowza.wms.rtp.model
 

Fields in com.wowza.wms.rtp.model declared as IAuthenticateRTSP
protected  IAuthenticateRTSP RTPSession.authenticatePlayHandler
           
protected  IAuthenticateRTSP RTPSession.authenticatePublishHandler
           
 

Methods in com.wowza.wms.rtp.model that return IAuthenticateRTSP
 IAuthenticateRTSP RTPSession.getAuthenticatePlayHandler()
          Get the authentication play handler
 IAuthenticateRTSP RTPSession.getAuthenticatePublishHandler()
          Get the RTP authentication handler
 

Methods in com.wowza.wms.rtp.model with parameters of type IAuthenticateRTSP
 void RTPSession.setAuthenticatePlayHandler(IAuthenticateRTSP authenticatePlayHandler)
          Set the authentication play handler
 void RTPSession.setAuthenticatePublishHandler(IAuthenticateRTSP authenticatePublishHandler)
          Set the RTP authentication handler