Package 

Class HtmlDocumentHandler

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

    
    public abstract class HtmlDocumentHandler
    extends AbstractEventHandler implements Function2<WebPage, FeaturedDocument, Unit>
                        
    • Field Summary

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

      Modifier and Type Method Description
      String getName()
      abstract Unit invoke(WebPage page, FeaturedDocument document)
      • Methods inherited from class java.lang.Object

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

      • HtmlDocumentHandler

        HtmlDocumentHandler()