Searched refs:rawHostname (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DSSLSocketImpl.java209 private String rawHostname; field in class:SSLSocketImpl
402 this.rawHostname = host;
445 this.rawHostname = host;
540 this.rawHostname = host;
2108 return rawHostname;
2114 this.rawHostname = host;

Completed in 37 milliseconds