public interface IGetDNSCallback
Modifier and Type | Method and Description |
---|---|
void |
handleResponse(java.util.HashMap<java.lang.String,java.lang.Object> response,
java.lang.RuntimeException exception)
This method will be invoked when the response to a dns query is ready.
|
void handleResponse(java.util.HashMap<java.lang.String,java.lang.Object> response, java.lang.RuntimeException exception)
response
- This is response from the dns queryexception
- This parameter will be non-null, in case there was a problem during the dns query.