|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SipClientTracker
Keeps track of SIP client instances. Each SIP client has a connection to a single SIP server.
| Method Summary | |
|---|---|
void |
addSipClient(SipClient client,
ProxyRegistrationListener listener)
Adds a SIP client to the tracker. |
SipClient |
getSipClient()
Accesses a random SIP client connection to a SIP server from the available clients. |
| Methods inherited from interface org.lastbamboo.common.sip.client.SipClientCloseListener |
|---|
onClose |
| Method Detail |
|---|
SipClient getSipClient()
null.
void addSipClient(SipClient client,
ProxyRegistrationListener listener)
client - The client to track.listener - The registration listener that is notified when the
client is closed. The closing of the client signifies that the
registration is lost.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||