Package 

Interface Protocol

  • All Implemented Interfaces:
    ai.platon.pulsar.common.config.Configurable , java.lang.AutoCloseable

    
    public interface Protocol
     implements Configurable, AutoCloseable
                        

    A retriever of url content. Implemented by protocol extensions.

    TODO: protocols are designed to be initialized at setConf() method, which is not good