| Package | Description |
|---|---|
| crawlercommons.filters.basic |
| 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.
|
static BasicURLNormalizer.Builder |
BasicURLNormalizer.newBuilder()
Create a new builder object for creating a customized
BasicURLNormalizer object. |
BasicURLNormalizer.Builder |
BasicURLNormalizer.Builder.queryParamsToRemove(Collection<String> queryParamsToRemove)
A collection of names of query parameters that should be removed from the URL query.
|
| Constructor and Description |
|---|
BasicURLNormalizer(BasicURLNormalizer.Builder builder) |
Copyright © 2009–2021 Crawler-Commons. All rights reserved.