Package javax.jmdns
Interface JmDNS.Delegate
- Enclosing class:
JmDNS
public static interface JmDNS.Delegate
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cannotRecoverFromIOError
(JmDNS dns, Collection<ServiceInfo> infos) This method is called if JmDNS cannot recover from an I/O error.
-
Method Details
-
cannotRecoverFromIOError
This method is called if JmDNS cannot recover from an I/O error.- Parameters:
dns
- target DNSinfos
- service info registered with the DNS
-