org.mobicents.media.server.impl.rtp
Class Receiver

java.lang.Object
  extended by org.mobicents.media.server.impl.rtp.Receiver
All Implemented Interfaces:
org.mobicents.media.server.spi.clock.Task

public class Receiver
extends java.lang.Object
implements org.mobicents.media.server.spi.clock.Task

Author:
kulikov

Constructor Summary
Receiver(RtpFactory factory)
           
 
Method Summary
 void cancel()
           
 java.nio.channels.Selector getSelector()
           
 boolean isActive()
           
 int perform()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Receiver

public Receiver(RtpFactory factory)
         throws java.io.IOException
Throws:
java.io.IOException
Method Detail

getSelector

public java.nio.channels.Selector getSelector()

start

public void start()

stop

public void stop()

cancel

public void cancel()
Specified by:
cancel in interface org.mobicents.media.server.spi.clock.Task

isActive

public boolean isActive()
Specified by:
isActive in interface org.mobicents.media.server.spi.clock.Task

perform

public int perform()
Specified by:
perform in interface org.mobicents.media.server.spi.clock.Task


Copyright © 2010. All Rights Reserved.