com.metamx.common.scala.net.uri

URIOps

class URIOps extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. URIOps
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new URIOps(u: URI)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def authority: String

  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def fragment: String

  13. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  15. def host: String

  16. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  20. def path: String

  21. def port: Int

  22. def query: String

  23. def rawAuthority: String

  24. def rawFragment: String

  25. def rawPath: String

  26. def rawQuery: String

  27. def rawSSP: String

  28. def rawSchemeSpecificPart: String

  29. def rawUserInfo: String

  30. def scheme: String

  31. def schemeSpecificPart: String

  32. def ssp: String

  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  34. def toString(): String

    Definition Classes
    AnyRef → Any
  35. def userInfo: String

  36. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. def withAuthority(f: (String) ⇒ String): java.net.URI

  40. def withAuthority(x: String): java.net.URI

  41. def withFragment(f: (String) ⇒ String): java.net.URI

  42. def withFragment(x: String): java.net.URI

  43. def withHost(f: (String) ⇒ String): java.net.URI

  44. def withHost(x: String): java.net.URI

  45. def withPath(f: (String) ⇒ String): java.net.URI

  46. def withPath(x: String): java.net.URI

  47. def withPort(f: (Int) ⇒ Int): java.net.URI

  48. def withPort(x: Int): java.net.URI

  49. def withQuery(f: (String) ⇒ String): java.net.URI

  50. def withQuery(x: String): java.net.URI

  51. def withSSP(f: (String) ⇒ String): java.net.URI

  52. def withSSP(x: String): java.net.URI

  53. def withScheme(f: (String) ⇒ String): java.net.URI

  54. def withScheme(x: String): java.net.URI

  55. def withSchemeSpecificPart(f: (String) ⇒ String): URI

  56. def withSchemeSpecificPart(x: String): URI

  57. def withUserInfo(f: (String) ⇒ String): java.net.URI

  58. def withUserInfo(x: String): java.net.URI

Inherited from AnyRef

Inherited from Any

Ungrouped