DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=31793>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=31793 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #13150|0 |1 is obsolete| | ------- Additional Comments From [EMAIL PROTECTED] 2004-12-30 08:57 ------- Created an attachment (id=13860) --> (http://issues.apache.org/bugzilla/attachment.cgi?id=13860&action=view) Check Socket.isConnected using reflect Socket.isConnected() is available since java 1.4. The attached patch use reflection to calll this method to be backward compatible with pre java 1.4 environments. However, the return value in such environments is meaningless then. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
