Uses of Class
org.apache.http.conn.util.PublicSuffixMatcher
-
Packages that use PublicSuffixMatcher Package Description org.apache.http.conn.ssl From Apache HttpClient 4.4.1. -
-
Uses of PublicSuffixMatcher in org.apache.http.conn.ssl
Methods in org.apache.http.conn.ssl with parameters of type PublicSuffixMatcher Modifier and Type Method Description (package private) static voidDefaultHostnameVerifier. matchCN(String host, String cn, PublicSuffixMatcher publicSuffixMatcher)(package private) static voidDefaultHostnameVerifier. matchDNSName(String host, List<String> subjectAlts, PublicSuffixMatcher publicSuffixMatcher)(package private) static booleanDefaultHostnameVerifier. matchIdentity(String host, String identity, PublicSuffixMatcher publicSuffixMatcher)(package private) static booleanDefaultHostnameVerifier. matchIdentityStrict(String host, String identity, PublicSuffixMatcher publicSuffixMatcher)Constructors in org.apache.http.conn.ssl with parameters of type PublicSuffixMatcher Constructor Description DefaultHostnameVerifier(PublicSuffixMatcher publicSuffixMatcher)
-