Package akka.http.scaladsl.model.headers
Class CacheDirectives.proxy$minusrevalidate$
- java.lang.Object
-
- akka.http.scaladsl.model.headers.CacheDirectives.proxy$minusrevalidate$
-
- All Implemented Interfaces:
Renderable
,SingletonValueRenderable
,CacheDirective
,CacheDirective
,CacheDirective.ResponseDirective
,java.io.Serializable
,scala.Equals
,scala.Product
- Enclosing class:
- CacheDirectives
public static class CacheDirectives.proxy$minusrevalidate$ extends java.lang.Object implements SingletonValueRenderable, CacheDirective.ResponseDirective, scala.Product, java.io.Serializable
For a fuller description of the use case, see http://tools.ietf.org/html/rfc7234#section-5.2.2.7- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface akka.http.scaladsl.model.headers.CacheDirective
CacheDirective.CustomCacheDirective, CacheDirective.CustomCacheDirective$, CacheDirective.FieldNamesDirective, CacheDirective.RequestDirective, CacheDirective.ResponseDirective
-
-
Field Summary
Fields Modifier and Type Field Description static CacheDirectives.proxy$minusrevalidate$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description proxy$minusrevalidate$()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface akka.http.scaladsl.model.headers.CacheDirective
value
-
Methods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Methods inherited from interface akka.http.impl.util.SingletonValueRenderable
render, value
-
-
-
-
Field Detail
-
MODULE$
public static final CacheDirectives.proxy$minusrevalidate$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-