Packages

class Uri extends AnyRef

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Uri
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Uri(scheme: String, userInfo: String, host: String, port: Int, path: String, query: String, fragment: 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. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(obj: AnyRef): Boolean
    Definition Classes
    Uri → AnyRef → Any
    Annotations
    @Override()
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  9. def getAuthority(): String
  10. def getBaseUrl(): String

    returns

    [scheme]://[hostname](:[port]). Port is omitted if it matches the scheme's default one.

  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def getEncodedQueryParams(): List[Param]
  13. def getExplicitPort(): Int
  14. def getFragment(): String
  15. def getHost(): String
  16. def getLastDirectoryPath(): String
  17. def getNonEmptyPath(): String
  18. def getPath(): String
  19. def getPort(): Int
  20. def getQuery(): String
  21. def getScheme(): String
  22. def getSchemeDefaultPort(): Int
  23. def getUserInfo(): String
  24. def hashCode(): Int
    Definition Classes
    Uri → AnyRef → Any
    Annotations
    @Override()
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def isSameBase(other: Uri): Boolean
  27. def isSecured(): Boolean
  28. def isWebSocket(): Boolean
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. def toFullUrl(): String
  34. def toJavaNetURI(): URI
  35. def toRelativeUrl(): String
  36. def toString(): String
    Definition Classes
    Uri → AnyRef → Any
    Annotations
    @Override()
  37. def toUrl(): String
  38. def toUrlWithoutQuery(): String

    returns

    [scheme]://[hostname](:[port])/path. Port is omitted if it matches the scheme's default one.

  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  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. def withNewQuery(newQuery: String): Uri
  43. def withNewScheme(newScheme: String): Uri

Inherited from AnyRef

Inherited from Any

Ungrouped