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. All

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( ... ) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(obj: Any): 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[_]
    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 getNonEmptyPath(): String
  17. def getPath(): String
  18. def getPort(): Int
  19. def getQuery(): String
  20. def getScheme(): String
  21. def getSchemeDefaultPort(): Int
  22. def getUserInfo(): String
  23. def hashCode(): Int
    Definition Classes
    Uri → AnyRef → Any
    Annotations
    @Override()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def isSameBase(other: Uri): Boolean
  26. def isSecured(): Boolean
  27. def isWebSocket(): Boolean
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toFullUrl(): String
  33. def toJavaNetURI(): URI
  34. def toRelativeUrl(): String
  35. def toString(): String
    Definition Classes
    Uri → AnyRef → Any
    Annotations
    @Override()
  36. def toUrl(): String
  37. def toUrlWithoutQuery(): String

    returns

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

  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  41. def withNewQuery(newQuery: String): Uri
  42. def withNewScheme(newScheme: String): Uri

Inherited from AnyRef

Inherited from Any

Ungrouped