AvahiDiscoveryLegacy class
Uses older Avahi versions to discover a given service type
.
- Inheritance
-
- Object
- AvahiHandler
- AvahiDiscoveryLegacy
Constructors
- AvahiDiscoveryLegacy.new({required DBusClient busClient})
- Creates a new legacy Avahi discovery instance.
Properties
- busClient → DBusClient
-
The DBus client.
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
createAvahiRecordBrowser(
AvahiBonsoirDiscovery discovery, BonsoirService service) → Future< AvahiRecordBrowser> -
Creates a Avahi record browser for the given service.
override
-
getAvahiServiceBrowserPath(
String serviceType) → Future< String> -
Creates the Avahi service browser path.
override
-
initialize(
) → void -
Initializes the handler.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resolveService(
AvahiBonsoirDiscovery discovery, BonsoirService service, AvahiServiceBrowserItemNew event) → Future< void> -
Resolves a service using its event.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited