final class URI extends Comparable[URI] with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. URI
  2. Serializable
  3. Comparable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new URI(scheme: String, authority: String, path: String, query: String, fragment: String)
  2. new URI(scheme: String, host: String, path: String, fragment: String)
  3. new URI(scheme: String, userInfo: String, host: String, port: Int, path: String, query: String, fragment: String)
  4. new URI(scheme: String, ssp: String, fragment: String)
  5. new URI(str: String)

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. def compareTo(uri: URI): Int
    Definition Classes
    URI → Comparable
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(o: Any): Boolean
    Definition Classes
    URI → AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  10. def getAuthority(): String
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def getFragment(): String
  13. def getHost(): String
  14. def getPath(): String
  15. def getPort(): Int
  16. def getQuery(): String
  17. def getRawAuthority(): String
  18. def getRawFragment(): String
  19. def getRawPath(): String
  20. def getRawQuery(): String
  21. def getRawSchemeSpecificPart(): String
  22. def getRawUserInfo(): String
  23. def getScheme(): String
  24. def getSchemeSpecificPart(): String
  25. def getUserInfo(): String
  26. def hashCode(): Int
    Definition Classes
    URI → AnyRef → Any
  27. def isAbsolute(): Boolean
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. def isOpaque(): Boolean
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. def normalize(): URI
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. def parseServerAuthority(): URI
  35. def relativize(relative: URI): URI
  36. def resolve(relative: String): URI
  37. def resolve(relative: URI): URI
  38. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  39. def toASCIIString: String
  40. def toString(): String
    Definition Classes
    URI → AnyRef → Any
  41. def toURL(): URL
    Annotations
    @nowarn()
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from Comparable[URI]

Inherited from AnyRef

Inherited from Any

Ungrouped