B C D E F G H I J L M P R S T W 

B

build(Properties) - Method in class de.malkusch.whoisServerList.publicSuffixList.PublicSuffixListFactory
Builds a PublicSuffixList with custom properties.
build() - Method in class de.malkusch.whoisServerList.publicSuffixList.PublicSuffixListFactory
Builds a PublicSuffixList with the default properties.
build(String) - Method in class de.malkusch.whoisServerList.publicSuffixList.rule.RuleFactory
 

C

compare(Rule, Rule) - Method in class de.malkusch.whoisServerList.publicSuffixList.rule.RuleComparator
 

D

de.malkusch.whoisServerList.publicSuffixList - package de.malkusch.whoisServerList.publicSuffixList
 
de.malkusch.whoisServerList.publicSuffixList.exception - package de.malkusch.whoisServerList.publicSuffixList.exception
 
de.malkusch.whoisServerList.publicSuffixList.index - package de.malkusch.whoisServerList.publicSuffixList.index
 
de.malkusch.whoisServerList.publicSuffixList.index.tree - package de.malkusch.whoisServerList.publicSuffixList.index.tree
 
de.malkusch.whoisServerList.publicSuffixList.parser - package de.malkusch.whoisServerList.publicSuffixList.parser
 
de.malkusch.whoisServerList.publicSuffixList.rule - package de.malkusch.whoisServerList.publicSuffixList.rule
 
de.malkusch.whoisServerList.publicSuffixList.rule.label - package de.malkusch.whoisServerList.publicSuffixList.rule.label
 
de.malkusch.whoisServerList.publicSuffixList.util - package de.malkusch.whoisServerList.publicSuffixList.util
 
decode(String) - Method in class de.malkusch.whoisServerList.publicSuffixList.util.PunnycodeAutoDecoder
 
DEFAULT - Static variable in class de.malkusch.whoisServerList.publicSuffixList.rule.Rule
 
DomainUtil - Class in de.malkusch.whoisServerList.publicSuffixList.util
 
DomainUtil() - Constructor for class de.malkusch.whoisServerList.publicSuffixList.util.DomainUtil
 

E

equals(Object) - Method in class de.malkusch.whoisServerList.publicSuffixList.rule.label.LabelMatcher
 
equals(Object) - Method in class de.malkusch.whoisServerList.publicSuffixList.rule.Rule
 
equals(Object) - Method in class de.malkusch.whoisServerList.publicSuffixList.rule.RuleMatcher
 
EXCEPTION_TOKEN - Static variable in class de.malkusch.whoisServerList.publicSuffixList.rule.Rule
 

F

findRule(String) - Method in class de.malkusch.whoisServerList.publicSuffixList.index.Index
Finds the prevailing rule or null.
findRules(String) - Method in class de.malkusch.whoisServerList.publicSuffixList.index.Index
Finds all matching rules.
findRules(String) - Method in class de.malkusch.whoisServerList.publicSuffixList.index.ListIndex
 
findRules(String) - Method in class de.malkusch.whoisServerList.publicSuffixList.index.tree.TreeIndex
 

G

getCharset() - Method in class de.malkusch.whoisServerList.publicSuffixList.PublicSuffixList
Returns the charset of the public suffix list
getDefaults() - Method in class de.malkusch.whoisServerList.publicSuffixList.PublicSuffixListFactory
 
getLabelCount() - Method in class de.malkusch.whoisServerList.publicSuffixList.rule.Rule
 
getPattern() - Method in class de.malkusch.whoisServerList.publicSuffixList.rule.Rule
 
getPattern() - Method in class de.malkusch.whoisServerList.publicSuffixList.rule.RuleMatcher
 
getPublicSuffix(String) - Method in class de.malkusch.whoisServerList.publicSuffixList.PublicSuffixList
Returns the public suffix from a domain or null.
getRegistrableDomain(String) - Method in class de.malkusch.whoisServerList.publicSuffixList.PublicSuffixList
Gets the registrable domain or null.
getRules() - Method in class de.malkusch.whoisServerList.publicSuffixList.index.Index
 
getRules() - Method in class de.malkusch.whoisServerList.publicSuffixList.index.ListIndex
 
getRules() - Method in class de.malkusch.whoisServerList.publicSuffixList.index.tree.TreeIndex
 
getRules() - Method in class de.malkusch.whoisServerList.publicSuffixList.PublicSuffixList
Returns a list with all rules
getURL() - Method in class de.malkusch.whoisServerList.publicSuffixList.PublicSuffixList
The URL of the public suffix list

H

hashCode() - Method in class de.malkusch.whoisServerList.publicSuffixList.rule.label.LabelMatcher
 
hashCode() - Method in class de.malkusch.whoisServerList.publicSuffixList.rule.Rule
 
hashCode() - Method in class de.malkusch.whoisServerList.publicSuffixList.rule.RuleMatcher
 

I

Index - Class in de.malkusch.whoisServerList.publicSuffixList.index
 
Index() - Constructor for class de.malkusch.whoisServerList.publicSuffixList.index.Index
 
isConverted() - Method in class de.malkusch.whoisServerList.publicSuffixList.util.PunnycodeAutoDecoder
 
isExceptionRule() - Method in class de.malkusch.whoisServerList.publicSuffixList.rule.Rule
Returns if this rule applies as an exception
isMatch(String) - Method in class de.malkusch.whoisServerList.publicSuffixList.rule.label.LabelMatcher
 
isPublicSuffix(String) - Method in class de.malkusch.whoisServerList.publicSuffixList.PublicSuffixList
Returns whether a domain is a public suffix or not.
isRegistrable(String) - Method in class de.malkusch.whoisServerList.publicSuffixList.PublicSuffixList
Returns whether a domain is registrable.
iterator() - Method in class de.malkusch.whoisServerList.publicSuffixList.index.Index
 
iterator() - Method in class de.malkusch.whoisServerList.publicSuffixList.PublicSuffixList
 

J

joinLabels(Collection<String>) - Static method in class de.malkusch.whoisServerList.publicSuffixList.util.DomainUtil
Joins labels to a domain or pattern.
joinLabels(String[]) - Static method in class de.malkusch.whoisServerList.publicSuffixList.util.DomainUtil
Joins labels to a domain or pattern.

L

LabelMatcher - Class in de.malkusch.whoisServerList.publicSuffixList.rule.label
 
LabelMatcher(String) - Constructor for class de.malkusch.whoisServerList.publicSuffixList.rule.label.LabelMatcher
 
ListIndex - Class in de.malkusch.whoisServerList.publicSuffixList.index
 
ListIndex() - Constructor for class de.malkusch.whoisServerList.publicSuffixList.index.ListIndex
 

M

match(String) - Method in class de.malkusch.whoisServerList.publicSuffixList.rule.Rule
Returns the match for a given domain.
match(String) - Method in class de.malkusch.whoisServerList.publicSuffixList.rule.RuleMatcher
Return the matched suffix or null

P

parse(InputStream, Charset) - Method in class de.malkusch.whoisServerList.publicSuffixList.parser.Parser
Parses all rules from a stream.
parseLine(String) - Method in class de.malkusch.whoisServerList.publicSuffixList.parser.Parser
Parse a line for a rule.
Parser - Class in de.malkusch.whoisServerList.publicSuffixList.parser
 
Parser() - Constructor for class de.malkusch.whoisServerList.publicSuffixList.parser.Parser
 
PROPERTY_CHARSET - Static variable in class de.malkusch.whoisServerList.publicSuffixList.PublicSuffixListFactory
Character encoding of the list
PROPERTY_FILE - Static variable in class de.malkusch.whoisServerList.publicSuffixList.PublicSuffixListFactory
Location of the default properties.
PROPERTY_INDEX - Static variable in class de.malkusch.whoisServerList.publicSuffixList.PublicSuffixListFactory
Index implementation.
PROPERTY_LIST_FILE - Static variable in class de.malkusch.whoisServerList.publicSuffixList.PublicSuffixListFactory
The factory will load the Public Suffix List from this file.
PROPERTY_URL - Static variable in class de.malkusch.whoisServerList.publicSuffixList.PublicSuffixListFactory
URL of the Public Suffix List.
PublicSuffixList - Class in de.malkusch.whoisServerList.publicSuffixList
API for the Public Suffix List.
PublicSuffixList(Index, URL, Charset) - Constructor for class de.malkusch.whoisServerList.publicSuffixList.PublicSuffixList
 
PublicSuffixListException - Exception in de.malkusch.whoisServerList.publicSuffixList.exception
 
PublicSuffixListException() - Constructor for exception de.malkusch.whoisServerList.publicSuffixList.exception.PublicSuffixListException
 
PublicSuffixListFactory - Class in de.malkusch.whoisServerList.publicSuffixList
Factory for PublicSuffixList.
PublicSuffixListFactory() - Constructor for class de.malkusch.whoisServerList.publicSuffixList.PublicSuffixListFactory
 
PunnycodeAutoDecoder - Class in de.malkusch.whoisServerList.publicSuffixList.util
 
PunnycodeAutoDecoder() - Constructor for class de.malkusch.whoisServerList.publicSuffixList.util.PunnycodeAutoDecoder
 

R

recode(String) - Method in class de.malkusch.whoisServerList.publicSuffixList.util.PunnycodeAutoDecoder
 
Rule - Class in de.malkusch.whoisServerList.publicSuffixList.rule
 
Rule(String) - Constructor for class de.malkusch.whoisServerList.publicSuffixList.rule.Rule
 
RuleComparator - Class in de.malkusch.whoisServerList.publicSuffixList.rule
Orders prevailing rules higher.
RuleComparator() - Constructor for class de.malkusch.whoisServerList.publicSuffixList.rule.RuleComparator
 
RuleFactory - Class in de.malkusch.whoisServerList.publicSuffixList.rule
 
RuleFactory() - Constructor for class de.malkusch.whoisServerList.publicSuffixList.rule.RuleFactory
 
RuleMatcher - Class in de.malkusch.whoisServerList.publicSuffixList.rule
 
RuleMatcher(String[]) - Constructor for class de.malkusch.whoisServerList.publicSuffixList.rule.RuleMatcher
set a copy of the labels.
RuleMatcher(String) - Constructor for class de.malkusch.whoisServerList.publicSuffixList.rule.RuleMatcher
Set the labels

S

setExceptionRule(boolean) - Method in class de.malkusch.whoisServerList.publicSuffixList.rule.Rule
Set true for exception rules.
setRules(List<Rule>) - Method in class de.malkusch.whoisServerList.publicSuffixList.index.Index
Initializes the index with all rules.
setRules(List<Rule>) - Method in class de.malkusch.whoisServerList.publicSuffixList.index.ListIndex
 
setRules(List<Rule>) - Method in class de.malkusch.whoisServerList.publicSuffixList.index.tree.TreeIndex
 
splitLabels(String) - Static method in class de.malkusch.whoisServerList.publicSuffixList.util.DomainUtil
Splits a domain or pattern into its labels.
SuffixDomainException - Exception in de.malkusch.whoisServerList.publicSuffixList.exception
 
SuffixDomainException() - Constructor for exception de.malkusch.whoisServerList.publicSuffixList.exception.SuffixDomainException
 

T

toString() - Method in class de.malkusch.whoisServerList.publicSuffixList.rule.label.LabelMatcher
 
toString() - Method in class de.malkusch.whoisServerList.publicSuffixList.rule.Rule
 
toString() - Method in class de.malkusch.whoisServerList.publicSuffixList.rule.RuleMatcher
 
TreeIndex - Class in de.malkusch.whoisServerList.publicSuffixList.index.tree
 
TreeIndex() - Constructor for class de.malkusch.whoisServerList.publicSuffixList.index.tree.TreeIndex
 

W

WILDCARD - Static variable in class de.malkusch.whoisServerList.publicSuffixList.rule.Rule
 
B C D E F G H I J L M P R S T W 

Copyright © 2014. All Rights Reserved.