Home | History | Annotate | Download | only in ch

Lines Matching defs:remoteAddress

54     // protects state, localAddress, and remoteAddress
58 protected volatile InetSocketAddress remoteAddress = null;
104 this.remoteAddress = remote;
240 if (remoteAddress == null)
345 if (remoteAddress == null)
528 return remoteAddress;
535 if (remoteAddress == null)
553 if (remoteAddress == null)
596 if (remoteAddress != null) {
598 sb.append(remoteAddress.toString());