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:
Oleg Kulikov

Method Summary
 void error(java.lang.Exception e)
          This method is call when some exceptions detected.
 

Method Detail

error

void error(java.lang.Exception e)
This method is call when some exceptions detected.

Parameters:
e - the exception detected by RtpSocketAdaptor.


Copyright © 2010. All Rights Reserved.