HomeSort by relevance Sort by last modified time
    Searched defs:getHostname (Results 1 - 2 of 2) sorted by null

  /external/nist-sip/java/gov/nist/core/
Host.java 152 public String getHostname() {
297 return this.getHostname().hashCode();
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLSocketImpl.java 260 super.getInetAddress().getHostName() == null) {
264 super.getInetAddress().getHostName(),
498 super.getInetAddress().getHostName(),
511 + getInetAddress().getHostName() + ".");
    [all...]

Completed in 266 milliseconds