final class ConnectionBuilder extends Product with Serializable

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

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( ... ) @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[_]
    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 productIterator: Iterator[Any]
    Definition Classes
    Product
  30. def productPrefix: String
    Definition Classes
    ConnectionBuilder → Product
  31. val proxy: Option[Proxy]
  32. val sslSocketFactoryOpt: Option[SSLSocketFactory]
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    ConnectionBuilder → AnyRef → Any
  35. val url: String
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  39. def withAlreadyDownloaded(alreadyDownloaded: Long): ConnectionBuilder
  40. def withAuthentication(authentication: Option[Authentication]): ConnectionBuilder
  41. def withAutoCredentials(autoCredentials: Seq[DirectCredentials]): ConnectionBuilder
  42. def withClassLoaders(classLoaders: Seq[ClassLoader]): ConnectionBuilder
  43. def withFollowHttpToHttpsRedirections(followHttpToHttpsRedirections: Boolean): ConnectionBuilder
  44. def withFollowHttpsToHttpRedirections(followHttpsToHttpRedirections: Boolean): ConnectionBuilder
  45. def withHostnameVerifierOpt(hostnameVerifierOpt: Option[HostnameVerifier]): ConnectionBuilder
  46. def withMaxRedirectionsOpt(maxRedirectionsOpt: Option[Int]): ConnectionBuilder
  47. def withMethod(method: String): ConnectionBuilder
  48. def withProxy(proxy: Option[Proxy]): ConnectionBuilder
  49. def withSslSocketFactoryOpt(sslSocketFactoryOpt: Option[SSLSocketFactory]): ConnectionBuilder
  50. def withUrl(url: String): ConnectionBuilder

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped