Introduction
This document describes the common data structures and interfaces in the HTTPDNS software development kit (SDK).
DegradationFilter
An interface that specifies the domain names that are not to be parsed using HTTPDNS.
shouldDegradeHttpDNS
Determines whether to prevent HTTPDNS from parsing the specified domain name.
Interface definition
boolean shouldDegradeHttpDNS(String host)
Parent interface
DegradationFilter
Introduced in version
2.0.2
Deprecated in version
2.4.0
Replacement interface
Parameter description
Parameter | Type | Required | Description |
host | String | Yes | The domain name. |
Return value description
Type | Description |
boolean |
|