Packages

object Uri extends UriInterpolator with Serializable

safeApply methods return a validation error if the scheme contains illegal characers or if the host is empty. unsafeApply throws an IllegalArgumentException if there's a validation error notValidated doesn't perform any validation.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Uri
  2. Serializable
  3. Serializable
  4. UriInterpolator
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Encoding = (String) ⇒ String
  2. sealed trait QuerySegment extends AnyRef
  3. case class Segment(v: String, encoding: Encoding) extends Product with Serializable
  4. case class UserInfo(username: String, password: Option[String]) extends Product with Serializable
  5. implicit class UriContext extends AnyRef
    Definition Classes
    UriInterpolator

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. def apply(javaUri: URI): Uri
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def notValidated(scheme: String, userInfo: Option[UserInfo], hostSegment: Segment, port: Option[Int], pathSegments: Seq[Segment], querySegments: Seq[QuerySegment], fragmentSegment: Option[Segment]): Uri
  15. def notValidated(scheme: String, userInfo: Option[UserInfo], host: String, port: Option[Int], path: Seq[String], querySegments: Seq[QuerySegment], fragment: Option[String]): Uri
  16. def notValidated(scheme: String, host: String, path: Seq[String], fragment: Option[String]): Uri
  17. def notValidated(scheme: String, host: String, path: Seq[String]): Uri
  18. def notValidated(scheme: String, host: String, port: Int, path: Seq[String]): Uri
  19. def notValidated(scheme: String, host: String, port: Int): Uri
  20. def notValidated(scheme: String, host: String): Uri
  21. def notValidated(host: String, port: Int, path: Seq[String]): Uri
  22. def notValidated(host: String, port: Int): Uri
  23. def notValidated(host: String): Uri
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def parse(uri: String): Either[String, Uri]
  27. def safeApply(scheme: String, userInfo: Option[UserInfo], hostSegment: Segment, port: Option[Int], pathSegments: Seq[Segment], querySegments: Seq[QuerySegment], fragmentSegment: Option[Segment]): Either[String, Uri]
  28. def safeApply(scheme: String, userInfo: Option[UserInfo], host: String, port: Option[Int], path: Seq[String], querySegments: Seq[QuerySegment], fragment: Option[String]): Either[String, Uri]
  29. def safeApply(scheme: String, host: String, path: Seq[String], fragment: Option[String]): Either[String, Uri]
  30. def safeApply(scheme: String, host: String, path: Seq[String]): Either[String, Uri]
  31. def safeApply(scheme: String, host: String, port: Int, path: Seq[String]): Either[String, Uri]
  32. def safeApply(scheme: String, host: String, port: Int): Either[String, Uri]
  33. def safeApply(scheme: String, host: String): Either[String, Uri]
  34. def safeApply(host: String, port: Int, path: Seq[String]): Either[String, Uri]
  35. def safeApply(host: String, port: Int): Either[String, Uri]
  36. def safeApply(host: String): Either[String, Uri]
  37. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. def unsafeApply(scheme: String, userInfo: Option[UserInfo], hostSegment: Segment, port: Option[Int], pathSegments: Seq[Segment], querySegments: Seq[QuerySegment], fragmentSegment: Option[Segment]): Uri
  40. def unsafeApply(scheme: String, userInfo: Option[UserInfo], host: String, port: Option[Int], path: Seq[String], querySegments: Seq[QuerySegment], fragment: Option[String]): Uri
  41. def unsafeApply(scheme: String, host: String, path: Seq[String], fragment: Option[String]): Uri
  42. def unsafeApply(scheme: String, host: String, path: Seq[String]): Uri
  43. def unsafeApply(scheme: String, host: String, port: Int, path: Seq[String]): Uri
  44. def unsafeApply(scheme: String, host: String, port: Int): Uri
  45. def unsafeApply(scheme: String, host: String): Uri
  46. def unsafeApply(host: String, port: Int, path: Seq[String]): Uri
  47. def unsafeApply(host: String, port: Int): Uri
  48. def unsafeApply(host: String): Uri
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  52. object FragmentEncoding
  53. object FragmentSegment
  54. object HostEncoding
  55. object HostSegment
  56. object PathSegment
  57. object PathSegmentEncoding
  58. object QuerySegment
  59. object QuerySegmentEncoding

Inherited from Serializable

Inherited from Serializable

Inherited from UriInterpolator

Inherited from AnyRef

Inherited from Any

Ungrouped