|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for object that want to receive events from the DiscoveryAdvertisement thread
Method Summary | |
void |
eventSSDPAlive(java.lang.String usn,
java.lang.String udn,
java.lang.String nt,
java.lang.String maxAge,
java.net.URL location)
Called when a device joins the network or advertise it is still alive |
void |
eventSSDPByeBye(java.lang.String usn,
java.lang.String udn,
java.lang.String nt)
Called when a device is leaving the network |
Method Detail |
public void eventSSDPAlive(java.lang.String usn, java.lang.String udn, java.lang.String nt, java.lang.String maxAge, java.net.URL location)
usn
- the device USN (udn::nt)udn
- the device UDNnt
- the device NTmaxAge
- the device maxAgelocation
- the device locationpublic void eventSSDPByeBye(java.lang.String usn, java.lang.String udn, java.lang.String nt)
usn
- the device USN (udn::nt)udn
- the device UDNnt
- the device NT
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |