Options for discovery processing by the org.fourthline.cling.registry.Registry
.
More...
|
boolean | advertised |
|
boolean | byeByeBeforeFirstAlive |
|
Options for discovery processing by the org.fourthline.cling.registry.Registry
.
- Author
- Christian Bauer
◆ DiscoveryOptions() [1/2]
org.fourthline.cling.model.DiscoveryOptions.DiscoveryOptions |
( |
boolean |
advertised | ) |
|
- Parameters
-
advertised | If false , no alive notifications will be announced for this device and it will not appear in search responses. |
◆ DiscoveryOptions() [2/2]
org.fourthline.cling.model.DiscoveryOptions.DiscoveryOptions |
( |
boolean |
advertised, |
|
|
boolean |
byeByeBeforeFirstAlive |
|
) |
| |
- Parameters
-
advertised | If false , no alive notifications will be announced for this device and it will not appear in search responses. |
byeByeBeforeFirstAlive | If true , a byebye NOTIFY message will be send before the first alive NOTIFY message. |
◆ isAdvertised()
boolean org.fourthline.cling.model.DiscoveryOptions.isAdvertised |
( |
| ) |
|
- Returns
- <boolean>true</boolean> for regular advertisement with alive messages and in search responses.
◆ isByeByeBeforeFirstAlive()
boolean org.fourthline.cling.model.DiscoveryOptions.isByeByeBeforeFirstAlive |
( |
| ) |
|
- Returns
- <boolean>true</boolean> if a byebye NOTIFY message will be send before the first alive NOTIFY message.
The documentation for this class was generated from the following file:
- /github/workspace/yaacc/src/main/java/org/fourthline/cling/model/DiscoveryOptions.java