| java.lang.Object | |
| ↳ | org.ocast.discovery.SSDPDiscovery |
defines a SSDP Discovery
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| SSDPDiscovery(String searchTarget, Discovery.DiscoveryListener listener) | |||||||||||
| SSDPDiscovery(Set<String> searchTargetList, Discovery.DiscoveryListener listener) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| void |
start(boolean active)
Starts actively polling the network to scan devices by sending a M-SEARCH discover
| ||||||||||
| void |
start()
Starts polling the network to scan devices by sending a M-SEARCH discover
| ||||||||||
| void |
stop()
Stops active scan
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.ocast.discovery.Discovery
| |||||||||||
| searchTarget | the scanInternal target corresponding to devices of interest |
|---|
Starts actively polling the network to scan devices by sending a M-SEARCH discover
Starts polling the network to scan devices by sending a M-SEARCH discover
Stops active scan