Home | History | Annotate | Download | only in conscrypt

Lines Matching defs:hostName

79     private String hostname;
199 String hostName = getPeerHostName();
201 if (hostName == null) {
204 OpenSSLSessionImpl session = (OpenSSLSessionImpl) sessionContext.getSession(hostName, port);
317 if (hostname != null) {
318 NativeCrypto.SSL_set_tlsext_host_name(sslNativePointer, hostname);
821 * @param hostname the desired SNI hostname, or null to disable
823 public void setHostname(String hostname) {
824 this.hostname = hostname;