Uses of Interface
multipart.downloaders.IDownloader

Packages that use IDownloader
multipart   
multipart.downloaders   
 

Uses of IDownloader in multipart
 

Constructors in multipart with parameters of type IDownloader
Multipart(IDownloader downloader, java.lang.String manifestURL)
          Creates a new instance of Multipart which will use downloader for all URL access, and subsequent calls to getPart() will begin downloading the multi-part file described at manifestURL.
 

Uses of IDownloader in multipart.downloaders
 

Classes in multipart.downloaders that implement IDownloader
 class CannedDownloaderStub
          Stubbed downloader for testing.
 class Downloader
          Implements the IDownloader interface using a URLConnection.