Packages

final class Downloader[F[_]] extends Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Downloader
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Downloader(artifact: Artifact, cachePolicy: CachePolicy, location: File, actualChecksums: Seq[String], allCredentials: F[Seq[DirectCredentials]])(implicit S: Sync[F])
  2. new Downloader(artifact: Artifact, cachePolicy: CachePolicy, location: File, actualChecksums: Seq[String], allCredentials: F[Seq[DirectCredentials]], logger: CacheLogger, pool: ExecutorService, ttl: Option[Duration], localArtifactsShouldBeCached: Boolean, followHttpToHttpsRedirections: Boolean, followHttpsToHttpRedirections: Boolean, maxRedirections: Option[Int], sslRetry: Int, sslSocketFactoryOpt: Option[SSLSocketFactory], hostnameVerifierOpt: Option[HostnameVerifier], bufferSize: Int)(implicit S: Sync[F])
  3. new Downloader(artifact: Artifact, cachePolicy: CachePolicy, location: File, actualChecksums: Seq[String], allCredentials: F[Seq[DirectCredentials]], logger: CacheLogger, pool: ExecutorService, ttl: Option[Duration], localArtifactsShouldBeCached: Boolean, followHttpToHttpsRedirections: Boolean, followHttpsToHttpRedirections: Boolean, maxRedirections: Option[Int], sslRetry: Int, sslSocketFactoryOpt: Option[SSLSocketFactory], hostnameVerifierOpt: Option[HostnameVerifier], bufferSize: Int, classLoaders: Seq[ClassLoader])(implicit S: Sync[F])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. implicit val S: Sync[F]
  5. val actualChecksums: Seq[String]
  6. val allCredentials: F[Seq[DirectCredentials]]
  7. val artifact: Artifact
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. val bufferSize: Int
  10. val cachePolicy: CachePolicy
  11. def canEqual(obj: Any): Boolean
    Definition Classes
    Downloader → Equals
  12. val classLoaders: Seq[ClassLoader]
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  14. def download: F[Seq[DownloadResult]]
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(obj: Any): Boolean
    Definition Classes
    Downloader → Equals → AnyRef → Any
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  18. val followHttpToHttpsRedirections: Boolean
  19. val followHttpsToHttpRedirections: Boolean
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def hashCode(): Int
    Definition Classes
    Downloader → AnyRef → Any
  22. val hostnameVerifierOpt: Option[HostnameVerifier]
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. val localArtifactsShouldBeCached: Boolean
  25. val location: File
  26. val logger: CacheLogger
  27. val maxRedirections: Option[Int]
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. val pool: ExecutorService
  32. def productArity: Int
    Definition Classes
    Downloader → Product
  33. def productElement(n: Int): Any
    Definition Classes
    Downloader → Product
  34. def productElementName(n: Int): String
    Definition Classes
    Downloader → Product
  35. def productElementNames: Iterator[String]
    Definition Classes
    Product
  36. def productIterator: Iterator[Any]
    Definition Classes
    Product
  37. def productPrefix: String
    Definition Classes
    Downloader → Product
  38. val sslRetry: Int
  39. val sslSocketFactoryOpt: Option[SSLSocketFactory]
  40. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  41. def toString(): String
    Definition Classes
    Downloader → AnyRef → Any
  42. val ttl: Option[Duration]
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  46. def withActualChecksums(actualChecksums: Seq[String]): Downloader[F]
  47. def withAllCredentials(allCredentials: F[Seq[DirectCredentials]]): Downloader[F]
  48. def withArtifact(artifact: Artifact): Downloader[F]
  49. def withBufferSize(bufferSize: Int): Downloader[F]
  50. def withCachePolicy(cachePolicy: CachePolicy): Downloader[F]
  51. def withClassLoaders(classLoaders: Seq[ClassLoader]): Downloader[F]
  52. def withFollowHttpToHttpsRedirections(followHttpToHttpsRedirections: Boolean): Downloader[F]
  53. def withFollowHttpsToHttpRedirections(followHttpsToHttpRedirections: Boolean): Downloader[F]
  54. def withHostnameVerifierOpt(hostnameVerifierOpt: Option[HostnameVerifier]): Downloader[F]
  55. def withLocalArtifactsShouldBeCached(localArtifactsShouldBeCached: Boolean): Downloader[F]
  56. def withLocation(location: File): Downloader[F]
  57. def withLogger(logger: CacheLogger): Downloader[F]
  58. def withMaxRedirections(maxRedirections: Option[Int]): Downloader[F]
  59. def withPool(pool: ExecutorService): Downloader[F]
  60. def withS(S: Sync[F]): Downloader[F]
  61. def withSslRetry(sslRetry: Int): Downloader[F]
  62. def withSslSocketFactoryOpt(sslSocketFactoryOpt: Option[SSLSocketFactory]): Downloader[F]
  63. def withTtl(ttl: Option[Duration]): Downloader[F]

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped