Package | Description |
---|---|
crawlercommons.filters.basic |
Modifier and Type | Field and Description |
---|---|
BasicURLNormalizer.IdnNormalization |
BasicURLNormalizer.Builder.idnNormalization |
Modifier and Type | Method and Description |
---|---|
static BasicURLNormalizer.IdnNormalization |
BasicURLNormalizer.IdnNormalization.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BasicURLNormalizer.IdnNormalization[] |
BasicURLNormalizer.IdnNormalization.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
BasicURLNormalizer.Builder |
BasicURLNormalizer.Builder.idnNormalization(BasicURLNormalizer.IdnNormalization idnNormalization)
Configures whether internationalized domain names (IDNs) should be
converted to ASCII/Punycode or Unicode.
|
Copyright © 2009–2021 Crawler-Commons. All rights reserved.