discoverWithCoreLinkFormat abstract method

Stream<DiscoveryContent> discoverWithCoreLinkFormat(
  1. Uri uri
)

Discovers links using the CoRE Link Format (see RFC 6690) from a uri, encoded as a Stream of Content.

This method will also be used for discovery from CoRE Resource Directories (RFC 9176).

If the uri's path is empty, then /.well-known/core will be set as a default value.

Certain protocols (like CoAP) might also use multicast for this discovery method if the underlying binding implementation supports it and if it is activated in the config.

Implementation

Stream<DiscoveryContent> discoverWithCoreLinkFormat(Uri uri);