case class Url[+A](scheme: String, authority: Authority, path: Path[A]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Url
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def /(segment: Option[String]): Plain
- def /(segment: String): Plain
- def /[AA](path: Path[AA]): Plain
- def //(segment: Option[String]): Plain
- def //(segment: String): Plain
Ensure that path always is suffixed with '/'
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val authority: Authority
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val path: Path[A]
- def plain: Plain
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- lazy val representation: A
- val scheme: String
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toAzure(bucketName: Hostname): Plain
- def toGcs(bucketName: Hostname): Plain
- def toS3(bucketName: Hostname): Plain
- def toSftp(authority: Authority): Plain
- val toString: String
Safe toString implementation.
Safe toString implementation.
- returns
Outputs user segment if any, will not print passwords
- Definition Classes
- Url → AnyRef → Any
- val toStringMasked: String
Safe toString implementation
Safe toString implementation
- returns
Outputs masked passwords
- def toStringWithPassword: String
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withAuthority(a: Authority): Plain
- def withPath[AA](p: Path[AA]): Url[AA]
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated