Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/security/ssl/
DSSLSocketImpl.java209 private String rawHostname; field in SSLSocketImpl
402 this.rawHostname = host; in SSLSocketImpl()
445 this.rawHostname = host; in SSLSocketImpl()
540 this.rawHostname = host; in SSLSocketImpl()
2108 return rawHostname; in getRawHostname()
2114 this.rawHostname = host; in setHost()