com.nrinaudo.fetch

Url

case class Url(protocol: Protocol, host: String, port: Int, path: List[String] = immutable.this.Nil, query: QueryString = ..., fragment: Option[String] = scala.None) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Url
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Url(protocol: Protocol, host: String, port: Int, path: List[String] = immutable.this.Nil, query: QueryString = ..., fragment: Option[String] = scala.None)

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. def &[T](value: (String, T))(implicit arg0: ValueWriter[T]): Url

  5. def /(segment: String): Url

  6. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  8. def ?(value: QueryString): Url

  9. def addSegment(value: String): Url

  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def clone(): AnyRef

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

    Definition Classes
    AnyRef
  13. def finalize(): Unit

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

  15. val fragment: Option[String]

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

    Definition Classes
    AnyRef → Any
  17. def host(value: String): Url

  18. val host: String

  19. final def isInstanceOf[T0]: Boolean

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

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

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

    Definition Classes
    AnyRef
  23. def param[T](name: String, values: T*)(implicit arg0: ValueWriter[T]): Url

  24. def path(value: List[String]): Url

  25. def path(value: String*): Url

  26. val path: List[String]

  27. def port(value: Int): Url

  28. val port: Int

  29. def protocol(value: Protocol): Url

  30. val protocol: Protocol

  31. def query(value: QueryString): Url

  32. val query: QueryString

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

    Definition Classes
    AnyRef
  34. lazy val toString: String

    Definition Classes
    Url → AnyRef → Any
  35. def toURI: URI

  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( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped