Package akka.http.scaladsl.model.headers
Class CacheDirectives$
- java.lang.Object
-
- akka.http.scaladsl.model.headers.CacheDirectives$
-
public class CacheDirectives$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static CacheDirectives$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description CacheDirectives$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CacheDirective.ResponseDirective
createPrivate(java.lang.String... fieldNames)
Java APICacheDirective.ResponseDirective
createPrivate(scala.collection.immutable.Seq<java.lang.String> fieldNames)
CacheDirective.ResponseDirective
getImmutable()
Java APICacheDirective.ResponseDirective
getPublic()
-
-
-
Field Detail
-
MODULE$
public static final CacheDirectives$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
createPrivate
public CacheDirective.ResponseDirective createPrivate(java.lang.String... fieldNames)
Java API
-
getPublic
public CacheDirective.ResponseDirective getPublic()
-
createPrivate
public CacheDirective.ResponseDirective createPrivate(scala.collection.immutable.Seq<java.lang.String> fieldNames)
-
getImmutable
public CacheDirective.ResponseDirective getImmutable()
Java API
-
-