Uses of Interface
com.wowza.wms.authentication.IAuthenticateRTSP
-
Packages that use IAuthenticateRTSP Package Description com.wowza.wms.rtp.model -
-
Uses of IAuthenticateRTSP in com.wowza.wms.rtp.model
Fields in com.wowza.wms.rtp.model declared as IAuthenticateRTSP Modifier and Type Field Description protected IAuthenticateRTSP
RTPSession. authenticatePlayHandler
protected IAuthenticateRTSP
RTPSession. authenticatePublishHandler
Methods in com.wowza.wms.rtp.model that return IAuthenticateRTSP Modifier and Type Method Description IAuthenticateRTSP
RTPSession. getAuthenticatePlayHandler()
Get the authentication play handlerIAuthenticateRTSP
RTPSession. getAuthenticatePublishHandler()
Get the RTP authentication handlerMethods in com.wowza.wms.rtp.model with parameters of type IAuthenticateRTSP Modifier and Type Method Description void
RTPSession. setAuthenticatePlayHandler(IAuthenticateRTSP authenticatePlayHandler)
Set the authentication play handlervoid
RTPSession. setAuthenticatePublishHandler(IAuthenticateRTSP authenticatePublishHandler)
Set the RTP authentication handler
-