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

Packages that use IceStunCheckerFactory
org.lastbamboo.common.ice   
org.lastbamboo.common.ice.candidate   
 

Uses of IceStunCheckerFactory in org.lastbamboo.common.ice
 

Classes in org.lastbamboo.common.ice that implement IceStunCheckerFactory
 class IceStunCheckerFactoryImpl
          Class for creating STUN checker factories for both UDP and TCP.
 

Constructors in org.lastbamboo.common.ice with parameters of type IceStunCheckerFactory
ExistingSessionIceCandidatePairFactoryImpl(IceStunCheckerFactory checkerFactory)
          Creates a new pair factory that uses an already-established session for the pair.
IceStunConnectivityCheckerFactoryImpl(IceAgent iceAgent, org.littleshoot.stun.stack.transaction.StunTransactionTracker<T> transactionTracker, IceStunCheckerFactory checkerFactory)
          Creates a new factory for creating connectivity checkers.
IceStunConnectivityCheckerImpl(IceAgent agent, org.littleshoot.mina.common.IoSession session, org.littleshoot.stun.stack.transaction.StunTransactionTracker<T> transactionTracker, IceStunCheckerFactory checkerFactory, IceBindingRequestTracker bindingRequestTracker)
          Creates a new message visitor for the specified session.
 

Uses of IceStunCheckerFactory in org.lastbamboo.common.ice.candidate
 

Constructors in org.lastbamboo.common.ice.candidate with parameters of type IceStunCheckerFactory
IceCandidatePairFactoryImpl(IceStunCheckerFactory checkerFactory, IceUdpConnector udpConnector)
          Creates a new pair factory.
IceUdpCandidatePair(IceCandidate localCandidate, IceCandidate remoteCandidate, IceStunCheckerFactory stunCheckerFactory, IceConnector iceConnector)
          Creates a new pair without an existing connection between the endpoints.
IceUdpCandidatePair(IceCandidate localCandidate, IceCandidate remoteCandidate, org.littleshoot.mina.common.IoSession ioSession, IceStunCheckerFactory stunCheckerFactory)
          Creates a new pair.
 



Copyright © 2013 LittleShoot. All Rights Reserved.