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

Packages that use MappedServerSocket
org.lastbamboo.common.ice   
 

Uses of MappedServerSocket in org.lastbamboo.common.ice
 

Classes in org.lastbamboo.common.ice that implement MappedServerSocket
 class MappedTcpAnswererServer
          This class is a server socket for all ICE answerers for a given user agent.
 class PortMappedServerSocket
           
 

Constructors in org.lastbamboo.common.ice with parameters of type MappedServerSocket
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.
TcpOfferAnswer(org.lastbamboo.common.offer.answer.OfferAnswerListener<T> offerAnswerListener, boolean controlling, MappedServerSocket answererServer, org.littleshoot.util.CandidateProvider<InetSocketAddress> stunCandidateProvider, MappedTcpOffererServerPool offererServer, SocketFactory socketFactory)
          Creates a new TCP OfferAnswer class for processing offers and answers for creating a TCP connection to a remote peer.
 



Copyright © 2013 LittleShoot. All Rights Reserved.