Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 21466 invoked from network); 12 Jul 2007 12:07:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Jul 2007 12:07:32 -0000 Received: (qmail 85172 invoked by uid 500); 12 Jul 2007 12:07:33 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 85098 invoked by uid 500); 12 Jul 2007 12:07:32 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 85087 invoked by uid 99); 12 Jul 2007 12:07:32 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Jul 2007 05:07:32 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Jul 2007 05:07:29 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5DE1271420E for ; Thu, 12 Jul 2007 05:07:09 -0700 (PDT) Message-ID: <5184268.1184242029379.JavaMail.jira@brutus> Date: Thu, 12 Jul 2007 05:07:09 -0700 (PDT) From: "Nikolay Chugunov (JIRA)" To: commons-dev@jakarta.apache.org Subject: [jira] Updated: (NET-163) [contribution] DNS utils In-Reply-To: <17855615.1184241905692.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/NET-163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nikolay Chugunov updated NET-163: --------------------------------- Attachment: dnsutils.zip DNSClient > [contribution] DNS utils > ------------------------ > > Key: NET-163 > URL: https://issues.apache.org/jira/browse/NET-163 > Project: Commons Net > Issue Type: New Feature > Reporter: Nikolay Chugunov > Attachments: dnsutils.zip > > > Hi all, > I developed DNS methods for resolving IP address by host name and vice verse; receiving mail exchange and authoritative name servers for domain; and receiving other information about domain from DNS server. > JDK provides above functionality in JNDI DNS service provider [1]. But JNDI technology is too abstract and obfuscates communication with DNS servers, which leads to users don't use JNDI DNS SP. > Attached classes provide evident API for receiving information from DNS server as wrapper for JNDI DNS SP. Also these classes provide necessary additional parsing of answers. > Examples how to use created API can be found in DNSClientTest unit test. This library requires only JDK and JUnit to run the test. > [1] http://java.sun.com/javase/6/docs/technotes/guides/jndi/jndi-dns.html -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org