Uses of Enum Class
org.apache.http.conn.util.DomainType
Packages that use DomainType
Package
Description
Client TLS/SSL support.
Connection utility classes.
-
Uses of DomainType in org.apache.http.conn.ssl
Methods in org.apache.http.conn.ssl with parameters of type DomainTypeModifier and TypeMethodDescription(package private) static boolean
DefaultHostnameVerifier.matchIdentity
(String host, String identity, PublicSuffixMatcher publicSuffixMatcher, DomainType domainType) private static boolean
DefaultHostnameVerifier.matchIdentity
(String host, String identity, PublicSuffixMatcher publicSuffixMatcher, DomainType domainType, boolean strict) (package private) static boolean
DefaultHostnameVerifier.matchIdentityStrict
(String host, String identity, PublicSuffixMatcher publicSuffixMatcher, DomainType domainType) -
Uses of DomainType in org.apache.http.conn.util
Fields in org.apache.http.conn.util declared as DomainTypeFields in org.apache.http.conn.util with type parameters of type DomainTypeModifier and TypeFieldDescriptionprivate final Map<String,
DomainType> PublicSuffixMatcher.exceptions
private final Map<String,
DomainType> PublicSuffixMatcher.rules
Methods in org.apache.http.conn.util that return DomainTypeModifier and TypeMethodDescriptionprivate static DomainType
PublicSuffixMatcher.findEntry
(Map<String, DomainType> map, String rule) PublicSuffixList.getType()
static DomainType
Returns the enum constant of this class with the specified name.static DomainType[]
DomainType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.http.conn.util with parameters of type DomainTypeModifier and TypeMethodDescriptionPublicSuffixMatcher.getDomainRoot
(String domain, DomainType expectedType) Returns registrable part of the domain for the given domain name ornull
if given domain represents a public suffix.private static boolean
PublicSuffixMatcher.match
(DomainType domainType, DomainType expectedType) boolean
PublicSuffixMatcher.matches
(String domain, DomainType expectedType) Tests whether the given domain matches any of entry from the public suffix list.Method parameters in org.apache.http.conn.util with type arguments of type DomainTypeModifier and TypeMethodDescriptionprivate static DomainType
PublicSuffixMatcher.findEntry
(Map<String, DomainType> map, String rule) Constructors in org.apache.http.conn.util with parameters of type DomainTypeModifierConstructorDescriptionPublicSuffixList
(DomainType type, List<String> rules, List<String> exceptions) PublicSuffixMatcher
(DomainType domainType, Collection<String> rules, Collection<String> exceptions)