Interface | Description |
---|---|
NsdManager.DiscoveryListener |
Interface for callback invocation for service discovery
|
NsdManager.RegistrationListener |
Interface for callback invocation for service registration
|
NsdManager.ResolveListener |
Interface for callback invocation for service resolution
|
Class | Description |
---|---|
DnsSdTxtRecord |
This class handles TXT record data for DNS based service discovery as specified at
http://tools.ietf.org/html/draft-cheshire-dnsext-dns-sd-11
DNS-SD specifies that a TXT record corresponding to an SRV record consist of
a packed array of bytes, each preceded by a length byte.
|
NsdManager |
The Network Service Discovery Manager class provides the API to discover services
on a network.
|
NsdServiceInfo |
A class representing service information for network service discovery
NsdManager |