Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/javax/net/ssl/
DSNIHostName.java308 return new SNIHostNameMatcher(regex); in createSNIMatcher()
324 private final static class SNIHostNameMatcher extends SNIMatcher { class in SNIHostName
341 SNIHostNameMatcher(String regex) { in SNIHostNameMatcher() method in SNIHostName.SNIHostNameMatcher