|
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 | |||||||||
java.lang.Objectnet.java.sip.communicator.impl.provdisc.dhcp.DHCPProvisioningDiscover
public class DHCPProvisioningDiscover
Class that will perform DHCP provisioning discovery.
| Constructor Summary | |
|---|---|
DHCPProvisioningDiscover(int port,
byte option)
Constructor. |
|
| Method Summary | |
|---|---|
void |
addDiscoveryListener(DiscoveryListener listener)
Add a listener that will be notified when the discoverProvisioningURL has finished. |
String |
discoverProvisioningURL()
It sends a DHCPINFORM message from all interfaces and wait for a response. |
void |
removeDiscoveryListener(DiscoveryListener listener)
Add a listener that will be notified when the discoverProvisioningURL has finished. |
void |
run()
Thread entry point. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DHCPProvisioningDiscover(int port,
byte option)
throws Exception
port - port on which we will bound and listen for DHCP responseoption - code of the specific provisioning option
Exception - if anything goes wrong during initialization| Method Detail |
|---|
public String discoverProvisioningURL()
public void run()
run in interface Runnablepublic void addDiscoveryListener(DiscoveryListener listener)
listener - ProvisioningListener to addpublic void 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 | |||||||||