Lines Matching defs:host
754 // set the host to the via parameter. Else set it to the755 // Via host.756 String host = via.getReceived();758 if (host == null)759 host = via.getHost();774 if (host.indexOf(":") > 0)775 if (host.indexOf("[") < 0)776 host = "[" + host + "]";779 new HopImpl(host, port, transport));