Interface JmDNS.Delegate
- Enclosing class:
JmDNS
public static interface JmDNS.Delegate
- Author:
- Arthur van Hoff, Rick Blair, Jeff Sonstein, Werner Randelshofer, Pierre Frisch, Scott Lewis, Scott Cytacki
-
Method Summary
Modifier and TypeMethodDescriptionvoidcannotRecoverFromIOError(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
-