Packages

object Uri extends Serializable

Source
Uri.scala
Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Uri
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed case class Path (initialSlash: Boolean, trailingSlash: Boolean, segments: Seq[String]) extends Product with Serializable
  2. sealed case class Query (params: List[QueryParameter]) extends Product with Serializable
  3. sealed trait QueryParameter extends AnyRef
  4. sealed trait SingleOrFlagParameter extends QueryParameter

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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. val codec: Codec[Uri]
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  12. val hostPortCodec: Codec[HostPort]
  13. def http(host: String, port: Int, path: String): Uri
  14. def http(host: String, path: String): Uri
  15. def https(host: String, port: Int, path: String): Uri
  16. def https(host: String, path: String): Uri
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  21. def parse(uriString: String): Attempt[Uri]

    parse supplied string and receive Uri, if supplied string is valid *

  22. val pathQueryCodec: Codec[(Path, Query)]
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. def ws(host: String, port: Int, path: String): Uri
  29. def ws(host: String, path: String): Uri
  30. def wss(host: String, port: Int, path: String): Uri
  31. def wss(host: String, path: String): Uri
  32. object Path extends Serializable
  33. object Query extends Serializable
  34. object QueryParameter

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped