Uses of Class
org.mobicents.media.server.impl.rtp.RtpSocket

Packages that use RtpSocket
org.mobicents.media.server.impl.rtp   
 

Uses of RtpSocket in org.mobicents.media.server.impl.rtp
 

Fields in org.mobicents.media.server.impl.rtp with type parameters of type RtpSocket
protected  java.util.HashMap<java.net.SocketAddress,RtpSocket> RtpFactory.rtpSockets
           
 

Methods in org.mobicents.media.server.impl.rtp that return RtpSocket
 RtpSocket RtpFactory.getRTPSocket()
          Constructs new RTP socket.
 

Methods in org.mobicents.media.server.impl.rtp with parameters of type RtpSocket
 void RtpFactory.releaseRTPSocket(RtpSocket rtpSocket)
           
 

Constructors in org.mobicents.media.server.impl.rtp with parameters of type RtpSocket
ReceiveStream(RtpSocket rtpSocket, int jitter)
          Creates a new instance of ReceiveStream
SendStream(RtpSocket rtpSocket)
           
 

Constructor parameters in org.mobicents.media.server.impl.rtp with type arguments of type RtpSocket
Transceiver(java.util.HashMap<java.net.SocketAddress,RtpSocket> rtpSockets, java.net.InetAddress bindAddress, int localPort)
           
 



Copyright © 2009. All Rights Reserved.