Class

com.metamx.common.scala.net.uri

URIOps

Related Doc: package uri

Permalink

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
Visibility
  1. Public
  2. All

Instance Constructors

  1. new URIOps(u: URI)

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def authority: String

    Permalink
  6. def clone(): AnyRef

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

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

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

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

    Permalink
  11. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. def host: String

    Permalink
  14. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  16. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  17. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. def path: String

    Permalink
  19. def port: Int

    Permalink
  20. def query: String

    Permalink
  21. def rawAuthority: String

    Permalink
  22. def rawFragment: String

    Permalink
  23. def rawPath: String

    Permalink
  24. def rawQuery: String

    Permalink
  25. def rawSSP: String

    Permalink
  26. def rawSchemeSpecificPart: String

    Permalink
  27. def rawUserInfo: String

    Permalink
  28. def scheme: String

    Permalink
  29. def schemeSpecificPart: String

    Permalink
  30. def ssp: String

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

    Permalink
    Definition Classes
    AnyRef
  32. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  33. def userInfo: String

    Permalink
  34. final def wait(): Unit

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

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

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

    Permalink
  38. def withAuthority(x: String): java.net.URI

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

    Permalink
  40. def withFragment(x: String): java.net.URI

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

    Permalink
  42. def withHost(x: String): java.net.URI

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

    Permalink
  44. def withPath(x: String): java.net.URI

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

    Permalink
  46. def withPort(x: Int): java.net.URI

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

    Permalink
  48. def withQuery(x: String): java.net.URI

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

    Permalink
  50. def withSSP(x: String): java.net.URI

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

    Permalink
  52. def withScheme(x: String): java.net.URI

    Permalink
  53. def withSchemeSpecificPart(f: (String) ⇒ String): URI

    Permalink
  54. def withSchemeSpecificPart(x: String): URI

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

    Permalink
  56. def withUserInfo(x: String): java.net.URI

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped