Interface URLHelper

  • All Known Implementing Classes:
    FTPHelper, HTTPHelper, RemoteURLHelper

    public interface URLHelper
    Interface defining a helper class for dealing with URL resources. Purpose of this class is to provide the flexibility to use either URLConnection or Apache HTTPClient. Also want to delegate to either HTTP or FTP
    See Also:
    HTTPHelper, FTPHelper