HomeSort by relevance Sort by last modified time
    Searched full:requestedservername (Results 1 - 1 of 1) sorted by null

  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLExtendedSessionImpl.java 70 String requestedServerName = delegate.getRequestedServerName();
71 if (requestedServerName == null) {
75 return Collections.<SNIServerName> singletonList(new SNIHostName(requestedServerName));

Completed in 107 milliseconds