public interface DnsReporter
| Modifier and Type | Method and Description |
|---|---|
void |
reportEmpty()
Report that an empty response has been received from a resolve.
|
void |
reportFailure(Throwable error)
Report that a resolve resulting in a failure.
|
DnsTimingContext |
resolveTimer()
Report resolve timing.
|
DnsTimingContext resolveTimer()
void reportEmpty()
void reportFailure(Throwable error)
error - The exception causing the failure.Copyright © 2017. All rights reserved.