You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Sebb (JIRA)" <ji...@apache.org> on 2008/04/08 23:35:25 UTC

[jira] Reopened: (NET-163) [contribution] DNS utils

     [ https://issues.apache.org/jira/browse/NET-163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sebb reopened NET-163:
----------------------


Not yet resolved, so re-opening

> [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.