|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PublicSuffixMatcher | |
---|---|
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 | |
---|---|
(package private) static void |
DefaultHostnameVerifier.matchCN(String host,
String cn,
PublicSuffixMatcher publicSuffixMatcher)
|
(package private) static void |
DefaultHostnameVerifier.matchDNSName(String host,
List<String> subjectAlts,
PublicSuffixMatcher publicSuffixMatcher)
|
(package private) static boolean |
DefaultHostnameVerifier.matchIdentity(String host,
String identity,
PublicSuffixMatcher publicSuffixMatcher)
|
(package private) static boolean |
DefaultHostnameVerifier.matchIdentityStrict(String host,
String identity,
PublicSuffixMatcher publicSuffixMatcher)
|
Constructors in org.apache.http.conn.ssl with parameters of type PublicSuffixMatcher | |
---|---|
DefaultHostnameVerifier(PublicSuffixMatcher publicSuffixMatcher)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |