discoverViaMulticast abstract method
Discovers a Stream Thing Descriptions from a uri
, returning a
Stream of Content.
The host component of the uri
has to be a multicast IP address, while
the protocol referenced by its Uri.scheme has to indicate that the
protocol itself also supports multicast.
Otherwise, an exception will be thrown.
Implementation
Stream<Content> discoverViaMulticast(Uri uri);