Package 

Interface UrlAware


  • 
    public interface UrlAware
    
                        

    A URL represents a Uniform Resource Locator, a pointer to a "resource" on the World Wide Web. A resource can be something as simple as a file or a directory, or it can be a reference to a more complicated object, such as a query to a database or to a search engine.

    In java, a URL object represents a URL. In Pulsar, a UrlAware object represents a URL with extra information telling the system how to fetch it.