211212213214215216217218219220221
d, d.length); InputStream s = new InputStream(b, 0, false, null, 0); s._OB_readEndian(); String altHost = s.read_string(); short altPort = s.read_ushort(); if (portNo == altPort && hostMatch(host, altHost, loopbackMatches)) { match = true; }
212213214215216217218219220221222