-
public final class DNSResolver.DNSEvent
-
-
Constructor Summary
Constructors Constructor Description DNSResolver.DNSEvent(String hostname, InetAddress ip, Boolean removed)
-
Method Summary
Modifier and Type Method Description final StringgetHostname()final InetAddressgetIp()final BooleangetRemoved()-
-
Constructor Detail
-
DNSResolver.DNSEvent
DNSResolver.DNSEvent(String hostname, InetAddress ip, Boolean removed)
-
-
Method Detail
-
getHostname
final String getHostname()
-
getIp
final InetAddress getIp()
-
getRemoved
final Boolean getRemoved()
-
-
-
-