Object/Class

spray.http.Uri

Query

Related Docs: class Query | package Uri

Permalink

object Query

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Query
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class Cons(key: String, value: String, tail: Query, keep: Int = keep) extends Query with Product with Serializable

    Permalink
  2. case class Raw(value: String) extends Query with Product with Serializable

    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. object Empty extends Query with Product with Serializable

    Permalink
  5. val EmptyValue: String

    Permalink

    A special empty String value which will be rendered without a '=' after the key.

  6. def apply(map: Map[String, String]): Query

    Permalink
  7. def apply(kvp: (String, String)*): Query

    Permalink
  8. def apply(input: Option[String], mode: ParsingMode): Query

    Permalink
  9. def apply(input: Option[String]): Query

    Permalink
  10. def apply(string: String, charset: Charset = UTF8, mode: ParsingMode = Uri.ParsingMode.Relaxed): Query

    Permalink

    Parses the given String into a Query instance.

    Parses the given String into a Query instance. Note that this method will never return Query.Empty, even for the empty String. Empty strings will be parsed to ("", "") +: Query.Empty If you want to allow for Query.Empty creation use the apply overload taking an Option[String.

  11. def asBodyData(kvp: Seq[(String, String)], charset: Charset = UTF8): Query

    Permalink
  12. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  13. def clone(): AnyRef

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. def keep: Int

    Permalink

    The default set of characters to not encode

  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. def newBuilder: Builder[(String, String), Query]

    Permalink
  23. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  25. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped