class HostNameSubscriber

Defined at line 96 of file ../../src/connectivity/network/mdns/service/mdns.h

Abstract base class for client-supplied subscriber.

Public Methods

void ~HostNameSubscriber ()

////////////////////////////////////////////////////////////////////////////

Defined at line 779 of file ../../src/connectivity/network/mdns/service/mdns.cc

void Unsubscribe ()

Unsubscribes from the host name. If this |Subscriber| is already

unsubscribed, this method does nothing.

Defined at line 786 of file ../../src/connectivity/network/mdns/service/mdns.cc

void AddressesChanged (std::vector<HostAddress> addresses)

Called when addresses associated with the host name are changed.

Protected Methods

void HostNameSubscriber ()

Defined at line 108 of file ../../src/connectivity/network/mdns/service/mdns.h

Friends

class Mdns