Package akka.http.scaladsl.model.headers
Class CacheDirective$
- java.lang.Object
-
- akka.http.scaladsl.model.headers.CacheDirective$
-
public class CacheDirective$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static CacheDirective$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description CacheDirective$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CacheDirective.RequestDirective
custom(java.lang.String name, scala.Option<java.lang.String> content)
-
-
-
Field Detail
-
MODULE$
public static final CacheDirective$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
custom
public CacheDirective.RequestDirective custom(java.lang.String name, scala.Option<java.lang.String> content)
-
-