|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.http.impl.cookie.PublicSuffixListParser
public class PublicSuffixListParser
Parses the list from publicsuffix.org and configures a PublicSuffixFilter.
Method Summary | |
---|---|
void |
parse(java.io.Reader list)
Parses the public suffix list format. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void parse(java.io.Reader list) throws java.io.IOException
list
- the suffix list. The caller is responsible for closing the reader.
java.io.IOException
- on error while reading from list
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |