final class Downloader[F[_]] extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Downloader
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Downloader(artifact: Artifact, cachePolicy: CachePolicy, location: File, actualChecksums: Seq[String], allCredentials: F[Seq[DirectCredentials]])(implicit S: Sync[F])
- 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])
- 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])
- 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
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- implicit val S: Sync[F]
- val actualChecksums: Seq[String]
- val allCredentials: F[Seq[DirectCredentials]]
- val artifact: Artifact
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val bufferSize: Int
- val cachePolicy: CachePolicy
- def canEqual(obj: Any): Boolean
- Definition Classes
- Downloader → Equals
- val classLoaders: Seq[ClassLoader]
- val clock: Clock
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def download: F[Seq[DownloadResult]]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(obj: Any): Boolean
- Definition Classes
- Downloader → Equals → AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- val followHttpToHttpsRedirections: Boolean
- val followHttpsToHttpRedirections: Boolean
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- Downloader → AnyRef → Any
- val hostnameVerifierOpt: Option[HostnameVerifier]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val localArtifactsShouldBeCached: Boolean
- val location: File
- val logger: CacheLogger
- val maxRedirections: Option[Int]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val pool: ExecutorService
- def productArity: Int
- Definition Classes
- Downloader → Product
- def productElement(n: Int): Any
- Definition Classes
- Downloader → Product
- def productElementName(n: Int): String
- Definition Classes
- Downloader → Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def productIterator: Iterator[Any]
- Definition Classes
- Product
- def productPrefix: String
- Definition Classes
- Downloader → Product
- val sslRetry: Int
- val sslSocketFactoryOpt: Option[SSLSocketFactory]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- Downloader → AnyRef → Any
- val ttl: Option[Duration]
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def withActualChecksums(actualChecksums: Seq[String]): Downloader[F]
- def withAllCredentials(allCredentials: F[Seq[DirectCredentials]]): Downloader[F]
- def withArtifact(artifact: Artifact): Downloader[F]
- def withBufferSize(bufferSize: Int): Downloader[F]
- def withCachePolicy(cachePolicy: CachePolicy): Downloader[F]
- def withClassLoaders(classLoaders: Seq[ClassLoader]): Downloader[F]
- def withClock(clock: Clock): Downloader[F]
- def withFollowHttpToHttpsRedirections(followHttpToHttpsRedirections: Boolean): Downloader[F]
- def withFollowHttpsToHttpRedirections(followHttpsToHttpRedirections: Boolean): Downloader[F]
- def withHostnameVerifierOpt(hostnameVerifierOpt: Option[HostnameVerifier]): Downloader[F]
- def withLocalArtifactsShouldBeCached(localArtifactsShouldBeCached: Boolean): Downloader[F]
- def withLocation(location: File): Downloader[F]
- def withLogger(logger: CacheLogger): Downloader[F]
- def withMaxRedirections(maxRedirections: Option[Int]): Downloader[F]
- def withPool(pool: ExecutorService): Downloader[F]
- def withS(S: Sync[F]): Downloader[F]
- def withSslRetry(sslRetry: Int): Downloader[F]
- def withSslSocketFactoryOpt(sslSocketFactoryOpt: Option[SSLSocketFactory]): Downloader[F]
- def withTtl(ttl: Option[Duration]): Downloader[F]