final class ConnectionBuilder extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ConnectionBuilder
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ConnectionBuilder(url: String)
- 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])
- 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
-
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
- val alreadyDownloaded: Long
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val authentication: Option[Authentication]
- val autoCredentials: Seq[DirectCredentials]
-
def
canEqual(obj: Any): Boolean
- Definition Classes
- ConnectionBuilder → Equals
- val classLoaders: Seq[ClassLoader]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def connection(): URLConnection
- def connectionMaybePartial(): (URLConnection, Boolean)
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(obj: Any): Boolean
- Definition Classes
- ConnectionBuilder → 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[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- ConnectionBuilder → AnyRef → Any
- val hostnameVerifierOpt: Option[HostnameVerifier]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val maxRedirectionsOpt: Option[Int]
- val method: String
-
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()
-
def
productArity: Int
- Definition Classes
- ConnectionBuilder → Product
-
def
productElement(n: Int): Any
- Definition Classes
- ConnectionBuilder → Product
-
def
productIterator: Iterator[Any]
- Definition Classes
- Product
-
def
productPrefix: String
- Definition Classes
- ConnectionBuilder → Product
- val proxy: Option[Proxy]
- val sslSocketFactoryOpt: Option[SSLSocketFactory]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- ConnectionBuilder → AnyRef → Any
- val url: String
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def withAlreadyDownloaded(alreadyDownloaded: Long): ConnectionBuilder
- def withAuthentication(authentication: Option[Authentication]): ConnectionBuilder
- def withAutoCredentials(autoCredentials: Seq[DirectCredentials]): ConnectionBuilder
- def withClassLoaders(classLoaders: Seq[ClassLoader]): ConnectionBuilder
- def withFollowHttpToHttpsRedirections(followHttpToHttpsRedirections: Boolean): ConnectionBuilder
- def withFollowHttpsToHttpRedirections(followHttpsToHttpRedirections: Boolean): ConnectionBuilder
- def withHostnameVerifierOpt(hostnameVerifierOpt: Option[HostnameVerifier]): ConnectionBuilder
- def withMaxRedirectionsOpt(maxRedirectionsOpt: Option[Int]): ConnectionBuilder
- def withMethod(method: String): ConnectionBuilder
- def withProxy(proxy: Option[Proxy]): ConnectionBuilder
- def withSslSocketFactoryOpt(sslSocketFactoryOpt: Option[SSLSocketFactory]): ConnectionBuilder
- def withUrl(url: String): ConnectionBuilder