| org.ocast.discovery.SSDPManager.DiscoveryListener |
Interface for listening SSDP service discovery
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract void |
onServiceFound(URI location)
A new service has been found
| ||||||||||
| abstract void |
onServiceLost(URI location)
A known service has been lost
| ||||||||||
| abstract void |
onServiceResolveFailed(URI location)
A service description could not be retrieved
| ||||||||||
| abstract void |
onServiceResolved(DialDevice device)
A service description has been retrieved
| ||||||||||
A new service has been found
| location | SSDP location URL |
|---|
A known service has been lost
| location | DialDevice location |
|---|
A service description could not be retrieved
| location | SSDP Location URL |
|---|
A service description has been retrieved
| device | DialDevice parsed from the Location URL |
|---|