Uses of Class
org.apache.cxf.transport.https.httpclient.PublicSuffixMatcher

Packages that use PublicSuffixMatcher
org.apache.cxf.transport.https.httpclient   
 

Uses of PublicSuffixMatcher in org.apache.cxf.transport.https.httpclient
 

Methods in org.apache.cxf.transport.https.httpclient that return PublicSuffixMatcher
static PublicSuffixMatcher PublicSuffixMatcherLoader.getDefault()
           
static PublicSuffixMatcher PublicSuffixMatcherLoader.load(File file)
           
static PublicSuffixMatcher PublicSuffixMatcherLoader.load(URL url)
           
 

Constructors in org.apache.cxf.transport.https.httpclient with parameters of type PublicSuffixMatcher
DefaultHostnameVerifier(PublicSuffixMatcher publicSuffixMatcher)
           
 



Apache CXF