From: Anders K. <an...@ci...> - 2006-03-27 17:06:29
|
All, I was wondering if anyone could tell me how InetAddress.getByName is implemented in the JDK. I imagine it uses the platform's resolver library but maybe it uses the JNDI DNS resolver? Is the InetAddress resolver pluggable in any way? Would it be possible to have it map on to dnsjava, say? Thanks, Anders |