Class PushPublishRTMPAuthProviderLimelight
Object
com.wowza.wms.pushpublish.protocol.rtmp.PushPublishRTMPAuthProviderBase
com.wowza.wms.pushpublish.protocol.rtmp.PushPublishRTMPAuthProviderLimelight
- All Implemented Interfaces:
IPushPublishRTMPAuthProvider
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAuthQueryString
(String queryString) getConce()
int
getNonce()
getRealm()
void
handleConnectResponse
(com.wowza.wms.request.RequestFunction function, AMFDataList params) void
init
(PushPublishRTMP publisher) protected void
void
setAuthMode
(String authMode) void
void
setMethodValue
(String methodValue) void
setNCCounter
(int ncCounter) void
void
setQOPValue
(String qopValue) void
Methods inherited from class com.wowza.wms.pushpublish.protocol.rtmp.PushPublishRTMPAuthProviderBase
getParamObj, getPassword, getUserName, setPassword, setUserName, splitQueryStr
-
Field Details
-
CLASS
-
CLASSNAME
- See Also:
-
realm
-
methodValue
-
qopValue
-
authMode
-
nonce
-
conce
-
ncCounter
protected int ncCounter
-
-
Constructor Details
-
PushPublishRTMPAuthProviderLimelight
public PushPublishRTMPAuthProviderLimelight()
-
-
Method Details
-
init
- Specified by:
init
in interfaceIPushPublishRTMPAuthProvider
- Overrides:
init
in classPushPublishRTMPAuthProviderBase
-
initCOnce
protected void initCOnce() -
addAuthQueryString
-
handleConnectResponse
public void handleConnectResponse(com.wowza.wms.request.RequestFunction function, AMFDataList params) -
getPublisher
- Specified by:
getPublisher
in interfaceIPushPublishRTMPAuthProvider
- Overrides:
getPublisher
in classPushPublishRTMPAuthProviderBase
-
getRealm
-
setRealm
-
getMethodValue
-
setMethodValue
-
getQOPValue
-
setQOPValue
-
getAuthMode
-
setAuthMode
-
getNonce
-
setNonce
-
getConce
-
setConce
-
getNCCounter
public int getNCCounter() -
setNCCounter
public void setNCCounter(int ncCounter)
-