On Tue, Feb 10, 2009 at 11:09 PM, Rory Winston <rory.wins...@gmail.com> wrote:

> Sounds great .... a DNS client was one area I felt could be added to [net]
> for a while now (the other being ssh/scp support).

It's not really a DNS client (although java DNS is notoriously
broken), the code is really a netmask calculator for both dotted quad
pairs and CIDR notations and a matcher for asking "is this IP within
this netblock?". It currently uses a DNS client so you can pass in
hostname but there's been some discussion about just changing to to
InetAddress, I'm trying this out in Qpid.

> Can you point me to the existing client code in james?

The james code I lifted is at
http://svn.apache.org/repos/asf/james/server/branches/next-minor/src/java/org/apache/james/util/NetMatcher.java
and I'm hacking on it at
http://svn.apache.org/repos/asf/qpid/trunk/qpid/java/common/src/main/java/org/apache/qpid/util/NetMatcher.java

Thanks,

- Aidan
-- 
Apache Qpid - World Domination through Advanced Message Queueing
http://qpid.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to