public class DnsBatchResult<T> extends BatchResult<T,DnsException>
BatchResult.Callback<T,E>| Modifier and Type | Method and Description |
|---|---|
protected void |
error(DnsException error) |
protected void |
success(T result) |
completed, get, notifyprotected void error(DnsException error)
error in class BatchResult<T,DnsException>protected void success(T result)
success in class BatchResult<T,DnsException>Copyright © 2018 Google LLC. All rights reserved.