Uses of Class
javax.media.rtp.InvalidSessionAddressException

Packages that use InvalidSessionAddressException
javax.media.rtp   
 

Uses of InvalidSessionAddressException in javax.media.rtp
 

Methods in javax.media.rtp that throw InvalidSessionAddressException
 int SessionManager.initSession(SessionAddress localAddress, long defaultSSRC, SourceDescription[] defaultUserDesc, double rtcp_bw_fraction, double rtcp_sender_bw_fraction)
          Deprecated. Initializes the session.
 int SessionManager.initSession(SessionAddress localAddress, SourceDescription[] defaultUserDesc, double rtcp_bw_fraction, double rtcp_sender_bw_fraction)
          Deprecated. This form of initSession is to be used when the SSRC is to be generated by the RTPSM.
 int SessionManager.startSession(SessionAddress destAddress, int mcastScope, EncryptionInfo encryptionInfo)
          Deprecated. This method starts the session, causing RTCP reports to generated and callbacks to be made through the SessionListener interface.
 int SessionManager.startSession(SessionAddress localReceiverAddress, SessionAddress localSenderAddress, SessionAddress remoteReceiverAddress, EncryptionInfo encryptionInfo)
          Deprecated. This method may be used instead of startSession() above, but only in case of UNICAST sessions.
 void SessionManager.addPeer(SessionAddress peerAddress)
          Deprecated. Adds a peer to the list of peers.
abstract  void RTPManager.removeTarget(SessionAddress remoteAddress, java.lang.String reason)
          Closes all open streams associated with the endpoint defined by remoteAddress.
abstract  void RTPManager.initialize(SessionAddress localAddress)
          Initializes the session.
abstract  void RTPManager.initialize(SessionAddress[] localAddresses, SourceDescription[] sourceDescription, double rtcpBandwidthFraction, double rtcpSenderBandwidthFraction, EncryptionInfo encryptionInfo)
          Initializes the session.
abstract  void RTPManager.addTarget(SessionAddress remoteAddress)
          This method opens the session, causing RTCP reports to be generated and callbacks to be made through the SessionListener interface.