Uses of Interface
org.mobicents.media.server.testsuite.general.rtp.RtpSocket

Packages that use RtpSocket
org.mobicents.media.server.testsuite.general   
org.mobicents.media.server.testsuite.general.rtp   
 

Uses of RtpSocket in org.mobicents.media.server.testsuite.general
 

Fields in org.mobicents.media.server.testsuite.general declared as RtpSocket
protected  RtpSocket AbstractCall.socket
           
 

Uses of RtpSocket in org.mobicents.media.server.testsuite.general.rtp
 

Classes in org.mobicents.media.server.testsuite.general.rtp that implement RtpSocket
 class RtpSocketImpl
          Start time:10:17:34 2009-08-03
Project: mobicents-media-server-test-suite
 

Fields in org.mobicents.media.server.testsuite.general.rtp with type parameters of type RtpSocket
protected  java.util.HashMap<java.nio.channels.SelectionKey,RtpSocket> RtpSocketFactoryImpl.rtpSockets
           
 

Methods in org.mobicents.media.server.testsuite.general.rtp that return RtpSocket
 RtpSocket RtpSocketFactoryImpl.createSocket()
           
 RtpSocket RtpSocketFactory.createSocket()
           
 

Methods in org.mobicents.media.server.testsuite.general.rtp with parameters of type RtpSocket
 void RtpSocketFactoryImpl.releaseSocket(RtpSocket rtpSocket)
           
 void RtpSocketFactory.releaseSocket(RtpSocket socket)
           
 

Constructor parameters in org.mobicents.media.server.testsuite.general.rtp with type arguments of type RtpSocket
Transceiver(java.util.HashMap<java.nio.channels.SelectionKey,RtpSocket> rtpSockets, java.nio.channels.Selector readSelector)
           
 



Copyright © 2009. All Rights Reserved.