Interface ResourceFetcher

All Known Implementing Classes:
DefaultIndexUpdater.FileFetcher

public interface ResourceFetcher
An interface defining resource downloading contract
Author:
Eugene Kuleshov
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    connect(String id, String url)
    Connect and start transfer session
    void
    Disconnect and complete transfer session
    Retrieves resource as InputStream