Searched refs:localHost (Results 1 – 1 of 1) sorted by relevance
1377 private InetAddress localHost; field in LocalConsumer.Identifier1386 localHost = InetAddress.getLocalHost(); in Identifier()1388 localHost = null; in Identifier()1404 ((localHost == null) ? (i.localHost == null) : in equals()1405 localHost.equals(i.localHost)) && in equals()1418 hash = (37 * hash) + (localHost == null ? 0 : in hashCode()1419 localHost.hashCode()); in hashCode()1435 buf.append(localHost); in toString()