Packages

final case class URL(path: Path, kind: Location = URL.Location.Relative, queryParams: QueryParams = QueryParams.empty, fragment: Option[Fragment] = None) extends Product with Serializable

Self Type
URL
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. URL
  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 URL(path: Path, kind: Location = URL.Location.Relative, queryParams: QueryParams = QueryParams.empty, fragment: Option[Fragment] = None)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def ++(that: URL): URL
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def addTrailingSlash: URL
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. def dropTrailingSlash: URL
  9. def encode: String
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. val fragment: Option[Fragment]
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def host: Option[String]
  14. def hostWithOptionalPort: Option[String]
  15. def isAbsolute: Boolean
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def isRelative: Boolean
  18. val kind: Location
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. val path: Path
  23. def port: Option[Int]
  24. def portIfNotDefault: Option[Int]
  25. def productElementNames: Iterator[String]
    Definition Classes
    Product
  26. val queryParams: QueryParams
  27. def scheme: Option[Scheme]
  28. def setHost(host: String): URL
  29. def setPath(path: String): URL
  30. def setPath(path: Path): URL
  31. def setPort(port: Int): URL
  32. def setQueryParams(query: String): URL
  33. def setQueryParams(queryParams: (String, Chunk[String])*): URL
  34. def setQueryParams(queryParams: Map[String, Chunk[String]]): URL
  35. def setQueryParams(queryParams: QueryParams): URL
  36. def setScheme(scheme: Scheme): URL
  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. def toJavaURI: URI

    Returns a new java.net.URI representing this URL.

  39. def toJavaURL: Option[java.net.URL]

    Returns a new java.net.URL only if this URL represents an absolute location.

  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped