org.apache.cxf.transport.https.httpclient
Class PublicSuffixMatcherLoader
java.lang.Object
org.apache.cxf.transport.https.httpclient.PublicSuffixMatcherLoader
public final class PublicSuffixMatcherLoader
- extends Object
org.apache.http.conn.util.PublicSuffixMatcher loader.
Copied from httpclient.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
load
public static PublicSuffixMatcher load(URL url)
throws IOException
- Throws:
IOException
load
public static PublicSuffixMatcher load(File file)
throws IOException
- Throws:
IOException
getDefault
public static PublicSuffixMatcher getDefault()
Apache CXF