sbool socketIsLocalhost(Socket s) { ret s != null && s.getInetAddress().isLoopbackAddress(); }