Uses of Class
com.wowza.wms.rtp.model.RTPSession

Packages that use RTPSession
com.wowza.wms.application   
com.wowza.wms.authentication   
com.wowza.wms.mediacaster.rtp   
com.wowza.wms.module   
com.wowza.wms.rtp.model   
com.wowza.wms.stream   
 

Uses of RTPSession in com.wowza.wms.application
 

Methods in com.wowza.wms.application that return types with arguments of type RTPSession
 java.util.List<RTPSession> IApplicationInstance.getRTPSessions()
          Get a list of RTP sessions running under this application instance
 java.util.List<RTPSession> IApplicationInstance.getRTPSessions(String streamName)
          Get a list of RTP sessions running under this application instance playing a given stream name
 

Methods in com.wowza.wms.application with parameters of type RTPSession
 void IApplicationInstance.addRTPSession(RTPSession rtpSession)
          Add an RTP session to this application instance
 void IApplicationInstance.registerPlayRTPSession(RTPSession rtpSession)
          Register an RTP session as a play session
 void IApplicationInstance.removeRTPSession(RTPSession rtpSession)
          Remove an RTP session from this application instance
 

Uses of RTPSession in com.wowza.wms.authentication
 

Fields in com.wowza.wms.authentication declared as RTPSession
protected  RTPSession AuthenticateUsernamePasswordProviderBase.rtpSession
           
 

Methods in com.wowza.wms.authentication that return RTPSession
 RTPSession AuthenticateUsernamePasswordProviderBase.getRTPSession()
          Get RTP Session
 RTPSession IAuthenticateUsernamePasswordProvider.getRTPSession()
          Get RTP session
 

Methods in com.wowza.wms.authentication with parameters of type RTPSession
 boolean IAuthenticateRTSP.authenticateRTSP(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)
          Called for each RTSP authentication
 void AuthenticateUsernamePasswordProviderBase.setRTPSession(RTPSession rtpSession)
          Set RTP Session
 void IAuthenticateUsernamePasswordProvider.setRTPSession(RTPSession rtpSession)
          Set RTP session
 

Uses of RTPSession in com.wowza.wms.mediacaster.rtp
 

Methods in com.wowza.wms.mediacaster.rtp with parameters of type RTPSession
 void IRTPSessionDescriptionDataProvider.sessionStart(RTPSession rtpSession)
           
 void IRTPSessionDescriptionDataProvider.sessionStop(RTPSession rtpSession)
           
 

Uses of RTPSession in com.wowza.wms.module
 

Methods in com.wowza.wms.module with parameters of type RTPSession
 void IModuleOnRTPSession.onRTPSessionCreate(RTPSession rtpSession)
          Invoked when an RTP Session is created.
 void IModuleOnRTPSession.onRTPSessionDestroy(RTPSession rtpSession)
          Invoked when an RTP Session is destroyed.
 

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

Methods in com.wowza.wms.rtp.model that return RTPSession
 RTPSession RTPSessions.addSession(RTPSession session)
          Add RTP session
 RTPSession RTPPushPublishSession.getRTPSession()
          Get RTP session
 RTPSession RTPStream.getSession()
          Get the RTP session
 RTPSession RTPSessions.getSession(String sessionId)
          Get RTP session by session id
 RTPSession RTPSessions.removeSession(RTPSession session)
          Remove RTP session by object
 RTPSession RTPSessions.removeSession(String sessionId)
          Remove RTP session by session id
 

Methods in com.wowza.wms.rtp.model with parameters of type RTPSession
 RTPSession RTPSessions.addSession(RTPSession session)
          Add RTP session
 String RTPStream.describe(RTPSession rtspSession, int isStreamPacketizer, com.wowza.wms.rtp.model.RTPRequestStatus status)
          Execute describe command
 String RTPStream.describe(RTPSession rtspSession, com.wowza.wms.rtp.model.RTPRequestStatus status)
          Execute describe command
 void RTPSessions.notifySessionCreate(IApplicationInstance appInstance, RTPSession rtpSession)
          Notify session create
 void RTPSessions.notifySessionCreate(RTPSession rtpSession)
          Notify session create
 void RTPSessions.notifySessionDestroy(IApplicationInstance appInstance, RTPSession rtpSession)
          Notify session destroy
 void RTPSessions.notifySessionDestroy(RTPSession rtpSession)
          Notify session destroy
 void IRTSPActionNotify.onAnnounce(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)
          Invoked by ANNOUNCE command
 void IRTSPActionNotify.onDescribe(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)
          Invoked by DESCRIBE command
 void IRTSPActionNotify.onGetParameter(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)
          Invoked by GET_PARAMETER command
 void IRTSPActionNotify.onOptions(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)
          Invoked by OPTIONS command
 void IRTSPActionNotify.onPause(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)
          Invoked by PAUSE command
 void IRTSPActionNotify.onPlay(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)
          Invoked by PLAY command
 void IRTSPActionNotify.onRecord(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)
          Invoked by RECORD command
 void IRTSPActionNotify.onRedirect(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)
          Invoked by REDIRECT command
 void IRTPSessionNotify.onRTPSessionCreate(RTPSession rtpSession)
          Invoked when RTP session is created
 void IRTPSessionNotify.onRTPSessionDestroy(RTPSession rtpSession)
          Invoked when RTP session is destroyed
 void IRTSPActionNotify.onSetParameter(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)
          Invoked by SET_PARAMETER command
 void IRTSPActionNotify.onSetup(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)
          Invoked by SETUP command
 void IRTSPActionNotify.onTeardown(RTPSession rtspSession, com.wowza.wms.rtsp.RTSPRequestMessage req, com.wowza.wms.rtsp.RTSPResponseMessages resp)
          Invoked by TEARDOWN command
 RTPSession RTPSessions.removeSession(RTPSession session)
          Remove RTP session by object
 void RTPPushPublishSession.setRTPSession(RTPSession rtpSession)
          Set RTP session
 void RTPStream.setSession(RTPSession session)
          Set the RTP session
 void RTPContext.shutdownRTPSession(RTPSession rtpSession)
          Gracefully and forcefully shutdown and RTP session
 

Uses of RTPSession in com.wowza.wms.stream
 

Methods in com.wowza.wms.stream with parameters of type RTPSession
 String IMediaStreamNameAliasProvider2.resolvePlayAlias(IApplicationInstance appInstance, String name, RTPSession rtpSession)
          Resolve play alias for RTSP/RTP streaming