Java域名解析类库 jresolver

作者: empast 2012-11-24 09:39:16
jresolver 是一个轻量级的域名解析器的Java类库。It is what RFC1034 describes as a stub resolver, i.e. it uses a single nameserver to do the hard work of resolving its queries. It operates using UDP as a transport, and has support for multithreaded querying and a robust resend and timeout mechanism.

主页:http://fs.voxbiblia.com/jresolver/

下载:http://fs.voxbiblia.com/jresolver/dist/jresolver-0.3.3.zip

来自:开源中国社区

相关资讯