Package com.wowza.wms.pushpublish.model
Class PushPublishSessionBase
- Object
- 
- com.wowza.wms.pushpublish.model.PushPublishSessionBase
 
- 
- All Implemented Interfaces:
- IPushPublishSession
 - Direct Known Subclasses:
- PushPublishSessionHTTPBase,- PushPublishSessionRTMP,- PushPublishSessionRTP
 
 public class PushPublishSessionBase extends Object implements IPushPublishSession 
- 
- 
Field SummaryFields Modifier and Type Field Description protected Stringprofileprotected IPushPublishpushPublishImplprotected IMediaStreamstreamprotected inttype- 
Fields inherited from interface com.wowza.wms.pushpublish.model.IPushPublishSessionPUSHPUBLISHSESSION_TYPE_RTMP, PUSHPUBLISHSESSION_TYPE_RTP, PUSHPUBLISHSESSION_TYPE_UNKNOWN
 
- 
 - 
Constructor SummaryConstructors Constructor Description PushPublishSessionBase()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContextStr()intgetDestinationID()StringgetProfile()IPushPublishgetPushPublishImpl()IMediaStreamgetStream()intgetType()voidsetProfile(String profile)voidsetPushPublishImpl(IPushPublish pushPublishImpl)voidsetStream(IMediaStream stream)
 
- 
- 
- 
Field Detail- 
typeprotected int type 
 - 
pushPublishImplprotected IPushPublish pushPublishImpl 
 - 
streamprotected IMediaStream stream 
 - 
profileprotected String profile 
 
- 
 - 
Method Detail- 
getTypepublic int getType() - Specified by:
- getTypein interface- IPushPublishSession
 
 - 
getPushPublishImplpublic IPushPublish getPushPublishImpl() - Specified by:
- getPushPublishImplin interface- IPushPublishSession
 
 - 
setPushPublishImplpublic void setPushPublishImpl(IPushPublish pushPublishImpl) - Specified by:
- setPushPublishImplin interface- IPushPublishSession
 
 - 
getStreampublic IMediaStream getStream() - Specified by:
- getStreamin interface- IPushPublishSession
 
 - 
setStreampublic void setStream(IMediaStream stream) - Specified by:
- setStreamin interface- IPushPublishSession
 
 - 
getProfilepublic String getProfile() - Specified by:
- getProfilein interface- IPushPublishSession
 
 - 
setProfilepublic void setProfile(String profile) - Specified by:
- setProfilein interface- IPushPublishSession
 
 - 
getContextStrpublic String getContextStr() - Specified by:
- getContextStrin interface- IPushPublishSession
 
 - 
getDestinationIDpublic int getDestinationID() - Specified by:
- getDestinationIDin interface- IPushPublishSession
 
 
- 
 
-