org.apache.cxf.transport.https.httpclient
Class PublicSuffixMatcherLoader

java.lang.Object
  extended by org.apache.cxf.transport.https.httpclient.PublicSuffixMatcherLoader

public final class PublicSuffixMatcherLoader
extends Object

org.apache.http.conn.util.PublicSuffixMatcher loader. Copied from httpclient.


Method Summary
static PublicSuffixMatcher getDefault()
           
static PublicSuffixMatcher load(File file)
           
static PublicSuffixMatcher load(URL url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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