Uses of Class
crawlercommons.filters.basic.BasicURLNormalizer.Builder
- 
Packages that use BasicURLNormalizer.Builder Package Description crawlercommons.filters.basic 
- 
- 
Uses of BasicURLNormalizer.Builder in crawlercommons.filters.basicMethods in crawlercommons.filters.basic that return BasicURLNormalizer.Builder Modifier and Type Method Description BasicURLNormalizer.BuilderBasicURLNormalizer.Builder. idnNormalization(BasicURLNormalizer.IdnNormalization idnNormalization)Configures whether internationalized domain names (IDNs) should be converted to ASCII/Punycode or Unicode.static BasicURLNormalizer.BuilderBasicURLNormalizer. newBuilder()Create a new builder object for creating a customizedBasicURLNormalizerobject.BasicURLNormalizer.BuilderBasicURLNormalizer.Builder. queryParamsToRemove(Collection<String> queryParamsToRemove)A collection of names of query parameters that should be removed from the URL query.Constructors in crawlercommons.filters.basic with parameters of type BasicURLNormalizer.Builder Constructor Description BasicURLNormalizer(BasicURLNormalizer.Builder builder)
 
-