|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProvisioningDiscoveryService
Service that allow to retrieve a provisioning URL to configure SIP Communicator. Implementations (not exhaustive) could use DHCP, DNS (A, AAAA, SRV, TXT) or mDNS (Bonjour).
| Method Summary | |
|---|---|
void |
addDiscoveryListener(DiscoveryListener listener)
Add a listener that will be notified when the startDiscovery has finished. |
String |
discoverURL()
Launch a discovery for a provisioning URL. |
String |
getMethodName()
Get the name of the method name used to retrieve provisioning URL. |
void |
removeDiscoveryListener(DiscoveryListener listener)
Add a listener that will be notified when the discoverProvisioningURL has finished. |
void |
startDiscovery()
Launch a discovery for a provisioning URL. |
| Method Detail |
|---|
String getMethodName()
void startDiscovery()
String discoverURL()
void addDiscoveryListener(DiscoveryListener listener)
listener - ProvisioningListener to addvoid removeDiscoveryListener(DiscoveryListener listener)
listener - ProvisioningListener to add
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||