Packages

final case class private(fieldNames: Seq[String]) extends FieldNamesDirective with ResponseDirective with Product with Serializable

For a fuller description of the use case, see http://tools.ietf.org/html/rfc7234#section-5.2.2.6

Source
CacheDirective.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. private
  2. Serializable
  3. ResponseDirective
  4. CacheDirective
  5. CacheDirective
  6. FieldNamesDirective
  7. ValueRenderable
  8. ToStringRenderable
  9. Renderable
  10. Product
  11. Equals
  12. AnyRef
  13. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new private(fieldNames: Seq[String])

Value Members

  1. val fieldNames: Seq[String]
    Definition Classes
    privateFieldNamesDirective
  2. def productElementNames: Iterator[String]
    Definition Classes
    Product
  3. final def render[R <: Rendering](r: R): r.type
    Definition Classes
    FieldNamesDirective → Renderable
  4. def toString(): String
    Definition Classes
    ToStringRenderable → AnyRef → Any
  5. def value: String
    Definition Classes
    ValueRenderable