Package

com.karasiq.networkutils

downloader

Permalink

package downloader

Visibility
  1. Public
  2. All

Type Members

  1. final case class DownloadedFileReport(url: String, fileName: String, time: DateTime = DateTime.now()) extends Product with Serializable

    Permalink
  2. trait FileDownloader extends Closeable

    Permalink
  3. class FileDownloaderException extends IOException

    Permalink

    General file downloader exception

  4. final case class FileToDownload(url: String, directory: String, name: String = "", httpHeaders: Seq[HttpHeader] = Nil, cookies: Traversable[HttpClientCookie] = Nil, sendReport: Boolean = false) extends Product with Serializable

    Permalink
  5. class HtmlUnitFileDownloader extends FileDownloader

    Permalink
  6. class HttpClientFileDownloader extends FileDownloader

    Permalink

    Downloads files with HttpClient

    Downloads files with HttpClient

    Example:
    1. fileDownloader ! FileToDownload("http://example.com/file.jpg", "files", "saved_file.jpg")

  7. trait LoadedFile extends Closeable

    Permalink
  8. trait WrappedFileDownloader extends AnyRef

    Permalink

Value Members

  1. object FileDownloader

    Permalink
  2. object FileDownloaderException extends Serializable

    Permalink
  3. object FileDownloaderTraits

    Permalink

    Provides modifiers for FileDownloader

Ungrouped