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

Packages that use UdpSocketFactory
org.lastbamboo.common.ice   
 

Uses of UdpSocketFactory in org.lastbamboo.common.ice
 

Classes in org.lastbamboo.common.ice that implement UdpSocketFactory
 class BarchartUdtSocketFactory
          Factory for creating UDT sockets.
 class EndpointFactory
          Factory for creating NAT/firewall traversed endpoint pairs for local and remote hosts.
 class RawUdpSocketFactory
          Factory for creating "sockets" that really just relay raw UDP data to the other side unreliably but that give the callers the Socket interface they require in certain cases.
 class UdtSocketFactory
          Factory for creating UDT sockets.
 

Constructors in org.lastbamboo.common.ice with parameters of type UdpSocketFactory
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.
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.