inpro.sphinx.frontend
Class RtpRecvProcessor.RtpHandler

java.lang.Object
  extended by inpro.sphinx.frontend.RtpRecvProcessor.RtpHandler
All Implemented Interfaces:
gov.nist.jrtp.RtpListener
Enclosing class:
RtpRecvProcessor

private class RtpRecvProcessor.RtpHandler
extends java.lang.Object
implements gov.nist.jrtp.RtpListener


Constructor Summary
private RtpRecvProcessor.RtpHandler()
           
 
Method Summary
 void handleRtpErrorEvent(gov.nist.jrtp.RtpErrorEvent e)
           
 void handleRtpPacketEvent(gov.nist.jrtp.RtpPacketEvent e)
           
 void handleRtpStatusEvent(gov.nist.jrtp.RtpStatusEvent e)
           
 void handleRtpTimeoutEvent(gov.nist.jrtp.RtpTimeoutEvent e)
           
private  void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RtpRecvProcessor.RtpHandler

private RtpRecvProcessor.RtpHandler()
Method Detail

stop

private void stop()

handleRtpPacketEvent

public void handleRtpPacketEvent(gov.nist.jrtp.RtpPacketEvent e)
Specified by:
handleRtpPacketEvent in interface gov.nist.jrtp.RtpListener

handleRtpErrorEvent

public void handleRtpErrorEvent(gov.nist.jrtp.RtpErrorEvent e)
Specified by:
handleRtpErrorEvent in interface gov.nist.jrtp.RtpListener

handleRtpStatusEvent

public void handleRtpStatusEvent(gov.nist.jrtp.RtpStatusEvent e)
Specified by:
handleRtpStatusEvent in interface gov.nist.jrtp.RtpListener

handleRtpTimeoutEvent

public void handleRtpTimeoutEvent(gov.nist.jrtp.RtpTimeoutEvent e)
Specified by:
handleRtpTimeoutEvent in interface gov.nist.jrtp.RtpListener