public abstract class SsdpClient extends Object
| Constructor and Description |
|---|
SsdpClient() |
| Modifier and Type | Method and Description |
|---|---|
static SsdpClient |
create() |
abstract void |
discoverServices(DiscoveryRequest req,
DiscoveryListener callback)
Discover specific devices of particular ServiceType.
|
abstract void |
stopDiscovery()
Stop discovery.
|
public abstract void discoverServices(DiscoveryRequest req, DiscoveryListener callback)
req - the discovery requestcallback - the discovery listenerpublic abstract void stopDiscovery()
public static SsdpClient create()
Copyright © 2020. All rights reserved.