public interface DnsCacheEntry
Modifier and Type | Method and Description |
---|---|
InetAddress |
address()
Get the resolved address.
|
Throwable |
cause()
If the DNS query failed this will provide the rational.
|
InetAddress address()
This may be null if the resolution failed, and in that case cause()
will describe the failure.
Throwable cause()
null
if the query hasn't failed.Copyright © 2008–2024 The Netty Project. All rights reserved.