Package ai.platon.pulsar.common.urls.preprocess
See: Description
-
Interface Summary Interface Description UrlFilter The interface of url filter. UrlNormalizer The interface of url normalizer. -
Class Summary Class Description AbstractUrlFilter An abstract url filter that does nothing. DefaultUrlFilter A no-op url filter that does nothing. AbstractUrlNormalizer An abstract url normalizer that does nothing. DefaultUrlNormalizer A no-op url normalizer that does nothing. StripQueryUrlNormalizer Normalize the url by removing the query part UrlNormalizerPipeline A pipeline of url normalizers