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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped