Modular InetAddress

2003-10-26 Thread Guilhem Lavaux
Hi, here is a quick patch to be able to have a modular getHostByName and a getHostByAddr. To change implementation the user has just to provide a property gnu.java.net.dns containing the full class name of an implementation. I hope that it's fine for you even though I introduce a slight overhea

Re: Modular InetAddress

2003-10-26 Thread Bryce McKinlay
On Oct 26, 2003, at 10:31 PM, Guilhem Lavaux wrote: here is a quick patch to be able to have a modular getHostByName and a getHostByAddr. To change implementation the user has just to provide a property gnu.java.net.dns containing the full class name of an implementation. Hi Guilhem, I'm not co

Re: Modular InetAddress

2003-10-27 Thread Guilhem Lavaux
Bryce McKinlay wrote: On Oct 26, 2003, at 10:31 PM, Guilhem Lavaux wrote: here is a quick patch to be able to have a modular getHostByName and a getHostByAddr. To change implementation the user has just to provide a property gnu.java.net.dns containing the full class name of an implementation.