Packages

case object immutableDirective extends SingletonValueRenderable with ResponseDirective with Product with Serializable

https://tools.ietf.org/html/rfc8246

Annotations
@ApiMayChange()
Source
CacheDirective.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. immutableDirective
  2. Serializable
  3. ResponseDirective
  4. CacheDirective
  5. CacheDirective
  6. SingletonValueRenderable
  7. Renderable
  8. Product
  9. Equals
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def productElementName(n: Int): String
    Definition Classes
    Product
  2. def productElementNames: Iterator[String]
    Definition Classes
    Product
  3. def render[R <: Rendering](r: R): r.type
    Definition Classes
    immutableDirective → SingletonValueRenderable → Renderable
  4. def value: String
    Definition Classes
    SingletonValueRenderable