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

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

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

Subinterfaces of SipClientCloseListener in org.lastbamboo.common.sip.client
 interface SipClientTracker
          Keeps track of SIP client instances.
 

Classes in org.lastbamboo.common.sip.client that implement SipClientCloseListener
 class SipClientTrackerImpl
          Class for keeping track of SIP clients.
 

Constructors in org.lastbamboo.common.sip.client with parameters of type SipClientCloseListener
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.