Uses of Interface
org.lastbamboo.common.sip.client.CrlfDelayCalculator

Packages that use CrlfDelayCalculator
org.lastbamboo.common.sip.client   
 

Uses of CrlfDelayCalculator in org.lastbamboo.common.sip.client
 

Classes in org.lastbamboo.common.sip.client that implement CrlfDelayCalculator
 class DefaultCrlfDelayCalculator
          Default implementation for calculating the delay between CRLF keep-alive messages to the server.
 

Constructors in org.lastbamboo.common.sip.client with parameters of type CrlfDelayCalculator
CrlfKeepAliveSender(SipClient sipClient, CrlfDelayCalculator delayCalculator)
          Creates a new class that uses the CRLF keep alive technique specified in SIP outbound.
SipClientImpl(URI sipClientUri, URI proxyUri, org.lastbamboo.common.sip.stack.message.SipMessageFactory messageFactory, org.lastbamboo.common.sip.stack.transaction.client.SipTransactionTracker transactionTracker, org.lastbamboo.common.offer.answer.OfferAnswerFactory offerAnswerFactory, InetSocketAddress serverAddress, org.littleshoot.util.SessionSocketListener callSocketListener, org.lastbamboo.common.sip.stack.util.UriUtils uriUtils, org.lastbamboo.common.sip.stack.transport.SipTcpTransportLayer transportLayer, SipClientCloseListener closeListener, CrlfDelayCalculator calculator, org.lastbamboo.common.sip.stack.IdleSipSessionListener idleSipSessionListener)
          Creates a new SIP client connection to an individual SIP proxy server.
 



Copyright © 2013 LittleShoot. All Rights Reserved.