Class PushPublishRTSPActionNotify
- Object
- 
- com.wowza.wms.pushpublish.protocol.rtp.PushPublishRTSPActionNotify
 
- 
- All Implemented Interfaces:
- IRTSPActionNotify
 
 public class PushPublishRTSPActionNotify extends Object implements IRTSPActionNotify The Class PushPublishRTSPActionNotify.
- 
- 
Constructor SummaryConstructors Constructor Description PushPublishRTSPActionNotify(com.wowza.wms.pushpublish.module.ModulePushPublish modulePushPublish)Instantiates a new push publish rtsp action notify.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonAnnounce(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)Invoked by ANNOUNCE commandvoidonDescribe(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)Invoked by DESCRIBE commandvoidonGetParameter(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)Invoked by GET_PARAMETER commandvoidonOptions(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)Invoked by OPTIONS commandvoidonPause(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)Invoked by PAUSE commandvoidonPlay(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)Invoked by PLAY commandvoidonRecord(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)Invoked by RECORD commandvoidonRedirect(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)Invoked by REDIRECT commandvoidonSetParameter(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)Invoked by SET_PARAMETER commandvoidonSetup(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)Invoked by SETUP commandvoidonTeardown(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)Invoked by TEARDOWN command
 
- 
- 
- 
Method Detail- 
onDescribepublic void onDescribe(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp) Description copied from interface:IRTSPActionNotifyInvoked by DESCRIBE command- Specified by:
- onDescribein interface- IRTSPActionNotify
- Parameters:
- rtspSession- RTP session
- req- RTP request
- resp- RTP response
 
 - 
onAnnouncepublic void onAnnounce(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp) Description copied from interface:IRTSPActionNotifyInvoked by ANNOUNCE command- Specified by:
- onAnnouncein interface- IRTSPActionNotify
- Parameters:
- rtspSession- RTP session
- req- RTP request
- resp- RTP response
 
 - 
onGetParameterpublic void onGetParameter(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp) Description copied from interface:IRTSPActionNotifyInvoked by GET_PARAMETER command- Specified by:
- onGetParameterin interface- IRTSPActionNotify
- Parameters:
- rtspSession- RTP session
- req- RTP request
- resp- RTP response
 
 - 
onSetParameterpublic void onSetParameter(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp) Description copied from interface:IRTSPActionNotifyInvoked by SET_PARAMETER command- Specified by:
- onSetParameterin interface- IRTSPActionNotify
- Parameters:
- rtspSession- RTP session
- req- RTP request
- resp- RTP response
 
 - 
onOptionspublic void onOptions(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp) Description copied from interface:IRTSPActionNotifyInvoked by OPTIONS command- Specified by:
- onOptionsin interface- IRTSPActionNotify
- Parameters:
- rtspSession- RTP session
- req- RTP request
- resp- RTP response
 
 - 
onPausepublic void onPause(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp) Description copied from interface:IRTSPActionNotifyInvoked by PAUSE command- Specified by:
- onPausein interface- IRTSPActionNotify
- Parameters:
- rtspSession- RTP session
- req- RTP request
- resp- RTP response
 
 - 
onPlaypublic void onPlay(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp) Description copied from interface:IRTSPActionNotifyInvoked by PLAY command- Specified by:
- onPlayin interface- IRTSPActionNotify
- Parameters:
- rtspSession- RTP session
- req- RTP request
- resp- RTP response
 
 - 
onRecordpublic void onRecord(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp) Description copied from interface:IRTSPActionNotifyInvoked by RECORD command- Specified by:
- onRecordin interface- IRTSPActionNotify
 
 - 
onRedirectpublic void onRedirect(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp) Description copied from interface:IRTSPActionNotifyInvoked by REDIRECT command- Specified by:
- onRedirectin interface- IRTSPActionNotify
- Parameters:
- rtspSession- RTP session
- req- RTP request
- resp- RTP response
 
 - 
onSetuppublic void onSetup(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp) Description copied from interface:IRTSPActionNotifyInvoked by SETUP command- Specified by:
- onSetupin interface- IRTSPActionNotify
- Parameters:
- rtspSession- RTP session
- req- RTP request
- resp- RTP response
 
 - 
onTeardownpublic void onTeardown(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp) Description copied from interface:IRTSPActionNotifyInvoked by TEARDOWN command- Specified by:
- onTeardownin interface- IRTSPActionNotify
- Parameters:
- rtspSession- RTP session
- req- RTP request
- resp- RTP response
 
 
- 
 
-