Searched refs:SNIHostName (Results 1 – 4 of 4) sorted by relevance
22 public final class SNIHostName extends SNIServerName { class23 public SNIHostName(String hostname) { in SNIHostName() method in SNIHostName
23 import javax.net.ssl.SNIHostName;75 return Collections.<SNIServerName> singletonList(new SNIHostName(requestedServerName)); in getRequestedServerNames()
36 import javax.net.ssl.SNIHostName;113 socket.setHostname(((SNIHostName) serverName).getAsciiName()); in setSSLParameters()126 new SNIHostName(socket.getHostname()))); in getSSLParameters()
45 import javax.net.ssl.SNIHostName;120 socket.setHostname(((SNIHostName) serverName).getAsciiName()); in setSSLParameters()133 new SNIHostName(socket.getHostname()))); in getSSLParameters()