Package akka.http.scaladsl.model.headers
Class CacheDirectives
- java.lang.Object
-
- akka.http.scaladsl.model.headers.CacheDirectives
-
public class CacheDirectives extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCacheDirectives.immutableDirective$https://tools.ietf.org/html/rfc8246static classCacheDirectives.max$minusageFor a fuller description of the use case, see http://tools.ietf.org/html/rfc7234#section-5.2.1.1 and http://tools.ietf.org/html/rfc7234#section-5.2.2.8static classCacheDirectives.max$minusage$static classCacheDirectives.max$minusstalestatic classCacheDirectives.max$minusstale$static classCacheDirectives.min$minusfreshstatic classCacheDirectives.min$minusfresh$static classCacheDirectives.must$minusrevalidate$static classCacheDirectives.no$minuscachestatic classCacheDirectives.no$minuscache$static classCacheDirectives.no$minusstore$static classCacheDirectives.no$minustransform$static classCacheDirectives.only$minusif$minuscached$static classCacheDirectives.proxy$minusrevalidate$For a fuller description of the use case, see http://tools.ietf.org/html/rfc7234#section-5.2.2.7static classCacheDirectives.s$minusmaxageFor a fuller description of the use case, see http://tools.ietf.org/html/rfc7234#section-5.2.2.9static classCacheDirectives.s$minusmaxage$
-
Constructor Summary
Constructors Constructor Description CacheDirectives()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CacheDirective.ResponseDirectivecreatePrivate(java.lang.String... fieldNames)Java APIstatic CacheDirective.ResponseDirectivecreatePrivate(scala.collection.immutable.Seq<java.lang.String> fieldNames)static CacheDirective.ResponseDirectivegetImmutable()Java APIstatic CacheDirective.ResponseDirectivegetPublic()
-
-
-
Method Detail
-
createPrivate
public static CacheDirective.ResponseDirective createPrivate(java.lang.String... fieldNames)
Java API
-
getPublic
public static CacheDirective.ResponseDirective getPublic()
-
createPrivate
public static CacheDirective.ResponseDirective createPrivate(scala.collection.immutable.Seq<java.lang.String> fieldNames)
-
getImmutable
public static CacheDirective.ResponseDirective getImmutable()
Java API
-
-