Uses of Interface
net.nutch.net.UrlNormalizer

Packages that use UrlNormalizer
net.nutch.net   
 

Uses of UrlNormalizer in net.nutch.net
 

Classes in net.nutch.net that implement UrlNormalizer
 class BasicUrlNormalizer
          Converts URLs to a normal form .
 class RegexUrlNormalizer
          Allows users to do regex substitutions on all/any URLs that are encountered, which is useful for stripping session IDs from URLs.
 

Methods in net.nutch.net that return UrlNormalizer
static UrlNormalizer UrlNormalizerFactory.getNormalizer()
          Return the default UrlNormalizer implementation.
 



Copyright © 2005 The Nutch Organization.