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 class
CacheDirectives.immutableDirective$
https://tools.ietf.org/html/rfc8246static class
CacheDirectives.max$minusage
For 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 class
CacheDirectives.max$minusage$
static class
CacheDirectives.max$minusstale
static class
CacheDirectives.max$minusstale$
static class
CacheDirectives.min$minusfresh
static class
CacheDirectives.min$minusfresh$
static class
CacheDirectives.must$minusrevalidate$
static class
CacheDirectives.no$minuscache
static class
CacheDirectives.no$minuscache$
static class
CacheDirectives.no$minusstore$
static class
CacheDirectives.no$minustransform$
static class
CacheDirectives.only$minusif$minuscached$
static class
CacheDirectives.proxy$minusrevalidate$
For a fuller description of the use case, see http://tools.ietf.org/html/rfc7234#section-5.2.2.7static class
CacheDirectives.s$minusmaxage
For a fuller description of the use case, see http://tools.ietf.org/html/rfc7234#section-5.2.2.9static class
CacheDirectives.s$minusmaxage$
-
Constructor Summary
Constructors Constructor Description CacheDirectives()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CacheDirective.ResponseDirective
createPrivate(java.lang.String... fieldNames)
Java APIstatic CacheDirective.ResponseDirective
createPrivate(scala.collection.immutable.Seq<java.lang.String> fieldNames)
static CacheDirective.ResponseDirective
getImmutable()
Java APIstatic CacheDirective.ResponseDirective
getPublic()
-
-
-
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
-
-