Package 

Class UrlAwareFilter

  • All Implemented Interfaces:
    ai.platon.pulsar.crawl.EventHandler , kotlin.Function , kotlin.Function1

    
    public abstract class UrlAwareFilter
    extends AbstractEventHandler implements Function1<UrlAware, UrlAware>
                        
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String name
    • Constructor Summary

      Constructors 
      Constructor Description
      UrlAwareFilter()
    • Method Summary

      Modifier and Type Method Description
      String getName()
      abstract UrlAware invoke(UrlAware url)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UrlAwareFilter

        UrlAwareFilter()