From: 邓悟 <de...@ta...> - 2011-09-16 03:27:20
|
My using scenario is very simple: Before looking up A type record, I want to bind a local socket address. // here, is there any way just like socket.bind(SocketAddress sockAddress), that lets me bind a socket address? Lookup l = new Lookup("u.ecctest.com",Type.A); l.setResolver(new SimpleResolver("192.168.1.1")); l.run(); thanks de...@ta... ________________________________ This email (including any attachments) is confidential and may be legally privileged. If you received this email in error, please delete it immediately and do not copy it or use it for any purpose or disclose its contents to any other person. Thank you. 本电邮(包括任何附件)可能含有机密资料并受法律保护。如您不是正确的收件人,请您立即删除本邮件。请不要将本电邮进行复制并用作任何其他用途、或透露本邮件之内容。谢谢。 |