com.verisign.getdns

Interface IGetDNSCallback

    • Method Summary

      Methods 
      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.
    • Method Detail

      • handleResponse

        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.
        Parameters:
        response - This is response from the dns query
        exception - This parameter will be non-null, in case there was a problem during the dns query.