org.mobicents.media.server.impl.rtp
Interface RtpSocketListener
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- RtpConnectionImpl
public interface RtpSocketListener
- extends java.io.Serializable
Receive events related to RtpSocketAdaptor.
- Author:
- amit bhayani, Oleg Kulikov
|
Method Summary |
void |
error(java.lang.Exception e)
This method is call when some exceptions detected. |
void |
rtcpReceiverTimeout(org.mobicents.media.server.spi.rtp.RtpSocket rtpSocket)
|
void |
rtcpSenderTimeout(org.mobicents.media.server.spi.rtp.RtpSocket rtpSocket)
|
error
void error(java.lang.Exception e)
- This method is call when some exceptions detected.
- Parameters:
e - the exception detected by RtpSocketAdaptor.
rtcpReceiverTimeout
void rtcpReceiverTimeout(org.mobicents.media.server.spi.rtp.RtpSocket rtpSocket)
rtcpSenderTimeout
void rtcpSenderTimeout(org.mobicents.media.server.spi.rtp.RtpSocket rtpSocket)
Copyright © 2010. All Rights Reserved.