Uses of Interface
org.lastbamboo.common.ice.IceMediaStreamFactory

Packages that use IceMediaStreamFactory
org.lastbamboo.common.ice   
 

Uses of IceMediaStreamFactory in org.lastbamboo.common.ice
 

Classes in org.lastbamboo.common.ice that implement IceMediaStreamFactory
 class IceMediaStreamFactoryImpl
          ICE media stream factory class for creating streams where the ultimate media exchanged can happen over RUDP or TCP.
 

Constructors in org.lastbamboo.common.ice with parameters of type IceMediaStreamFactory
IceAgentImpl(IceMediaStreamFactory mediaStreamFactory, boolean controlling, org.lastbamboo.common.offer.answer.OfferAnswerListener offerAnswerListener, UdpSocketFactory udpSocketFactory, UdpSocketFactory unreliableUdpSocketFactory, org.lastbamboo.common.offer.answer.IceMediaStreamDesc iceMediaStreamDesc)
          Creates a new ICE agent for an answerer.
IceOfferAnswerFactory(IceMediaStreamFactory mediaStreamFactory, UdpSocketFactory<T> udpSocketFactory, org.littleshoot.util.CandidateProvider<InetSocketAddress> turnCandidateProvider, MappedServerSocket answererServer, org.lastbamboo.common.turn.client.TurnClientListener turnClientListener, org.littleshoot.util.CandidateProvider<InetSocketAddress> stunCandidateProvider, MappedTcpOffererServerPool offererServer, SocketFactory socketFactory)
          Creates a new ICE agent factory.
 



Copyright © 2013 LittleShoot. All Rights Reserved.