final class ConnectionBuilder extends Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConnectionBuilder
  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 ConnectionBuilder(url: String)
  2. new ConnectionBuilder(url: String, authentication: Option[Authentication], alreadyDownloaded: Long, followHttpToHttpsRedirections: Boolean, followHttpsToHttpRedirections: Boolean, autoCredentials: Seq[DirectCredentials], sslSocketFactoryOpt: Option[SSLSocketFactory], hostnameVerifierOpt: Option[HostnameVerifier], method: String, maxRedirectionsOpt: Option[Int], proxy: Option[Proxy])
  3. new ConnectionBuilder(url: String, authentication: Option[Authentication], alreadyDownloaded: Long, followHttpToHttpsRedirections: Boolean, followHttpsToHttpRedirections: Boolean, autoCredentials: Seq[DirectCredentials], sslSocketFactoryOpt: Option[SSLSocketFactory], hostnameVerifierOpt: Option[HostnameVerifier], method: String, maxRedirectionsOpt: Option[Int], proxy: Option[Proxy], classLoaders: Seq[ClassLoader])

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. val alreadyDownloaded: Long
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val authentication: Option[Authentication]
  7. val autoCredentials: Seq[DirectCredentials]
  8. def canEqual(obj: Any): Boolean
    Definition Classes
    ConnectionBuilder → Equals
  9. val classLoaders: Seq[ClassLoader]
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. def connection(): URLConnection
  12. def connectionMaybePartial(): (URLConnection, Boolean)
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(obj: Any): Boolean
    Definition Classes
    ConnectionBuilder → Equals → AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  16. val followHttpToHttpsRedirections: Boolean
  17. val followHttpsToHttpRedirections: Boolean
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def hashCode(): Int
    Definition Classes
    ConnectionBuilder → AnyRef → Any
  20. val hostnameVerifierOpt: Option[HostnameVerifier]
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. val maxRedirectionsOpt: Option[Int]
  23. val method: String
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. def productArity: Int
    Definition Classes
    ConnectionBuilder → Product
  28. def productElement(n: Int): Any
    Definition Classes
    ConnectionBuilder → Product
  29. def productElementName(n: Int): String
    Definition Classes
    ConnectionBuilder → Product
  30. def productElementNames: Iterator[String]
    Definition Classes
    Product
  31. def productIterator: Iterator[Any]
    Definition Classes
    Product
  32. def productPrefix: String
    Definition Classes
    ConnectionBuilder → Product
  33. val proxy: Option[Proxy]
  34. val sslSocketFactoryOpt: Option[SSLSocketFactory]
  35. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    ConnectionBuilder → AnyRef → Any
  37. val url: String
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  41. def withAlreadyDownloaded(alreadyDownloaded: Long): ConnectionBuilder
  42. def withAuthentication(authentication: Option[Authentication]): ConnectionBuilder
  43. def withAutoCredentials(autoCredentials: Seq[DirectCredentials]): ConnectionBuilder
  44. def withClassLoaders(classLoaders: Seq[ClassLoader]): ConnectionBuilder
  45. def withFollowHttpToHttpsRedirections(followHttpToHttpsRedirections: Boolean): ConnectionBuilder
  46. def withFollowHttpsToHttpRedirections(followHttpsToHttpRedirections: Boolean): ConnectionBuilder
  47. def withHostnameVerifierOpt(hostnameVerifierOpt: Option[HostnameVerifier]): ConnectionBuilder
  48. def withMaxRedirectionsOpt(maxRedirectionsOpt: Option[Int]): ConnectionBuilder
  49. def withMethod(method: String): ConnectionBuilder
  50. def withProxy(proxy: Option[Proxy]): ConnectionBuilder
  51. def withSslSocketFactoryOpt(sslSocketFactoryOpt: Option[SSLSocketFactory]): ConnectionBuilder
  52. def withUrl(url: String): ConnectionBuilder

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped